DERBY-1381 introduced documentation for ij.exceptionTrace. However the example is wrong. It says:
> java exceptionTrace=true org.apache.derby.tools.ij
The correct is:
> java -Dij.exceptionTrace=true org.apache.derby.tools.ij
Kim Haase added a comment - 28/May/09 09:33 PM Such a tiny fix -- sorry to take so long to make it.
Attaching DERBY-3468.diff and rtoolsijproprefexceptiontrace.html with this one-line correction.
I'll commit in a few days unless I hear that further corrections are needed.
Kim Haase added a comment - 01/Jun/09 04:49 PM Thanks very much, Knut Anders.
Committed patch DERBY-3468.diff to documentation trunk at revision 780712.
Merged to 10.5 branch at revision 780717.
Attaching
DERBY-3468.diff and rtoolsijproprefexceptiontrace.html with this one-line correction.I'll commit in a few days unless I hear that further corrections are needed.