You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2009/06/01 18:47:32 UTC

svn commit: r780717 - /db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita

Author: chaase3
Date: Mon Jun  1 16:47:32 2009
New Revision: 780717

URL: http://svn.apache.org/viewvc?rev=780717&view=rev
Log:
DERBY-3468:  Example in documentation of ij.exceptionTrace is wrong

Merged DERBY-3468.diff to 10.5 docs branch from trunk revision 780712.

Modified:
    db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita

Modified: db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita?rev=780717&r1=780716&r2=780717&view=diff
==============================================================================
--- db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita (original)
+++ db/derby/docs/branches/10.5/src/tools/rtoolsijproprefexceptiontrace.dita Mon Jun  1 16:47:32 2009
@@ -31,7 +31,7 @@
 <refsyn><title>Syntax</title> <codeblock><b>ij.exceptionTrace={ false | true }</b> </codeblock></refsyn>
 <example><title>Example</title> <p>In the following example, <codeph>ij</codeph> is
 started with the <codeph>ij.exceptionTrace</codeph> property set to true.</p> <codeblock>
-<b>java exceptionTrace=true org.apache.derby.tools.ij</b>
+<b>java -Dij.exceptionTrace=true org.apache.derby.tools.ij</b>
 ij version <ph conref="../conrefs.dita#vers/shortversionnumber"></ph> 
 ij> connect 'jdbc:derby:wombat';  
 ERROR XJ004: Database 'wombat' not found.