Issue Details (XML | Word | Printable)

Key: DERBY-3468
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kim Haase
Reporter: Øystein Grøvlen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Example in documentation of ij.exceptionTrace is wrong

Created: 26/Feb/08 09:50 AM   Updated: 16/Jul/09 09:24 PM
Component/s: Documentation
Affects Version/s: 10.3.1.4, 10.3.2.1, 10.3.3.0, 10.4.1.3, 10.4.2.0, 10.5.1.1
Fix Version/s: 10.5.2.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works DERBY-3468.diff 2009-05-28 09:33 PM Kim Haase 0.8 kB
HTML File Licensed for inclusion in ASF works rtoolsijproprefexceptiontrace.html 2009-05-28 09:33 PM Kim Haase 7 kB

Resolution Date: 01/Jun/09 04:49 PM
Labels:


 Description  « Hide
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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
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.

Knut Anders Hatlen added a comment - 30/May/09 11:45 PM
The patch looks fine to me. I verified that the example works. +1 to commit.

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.

Kim Haase added a comment - 29/Jun/09 05:20 PM
Fix now appears in Latest Alpha Manuals, so closing issue.