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:40:35 UTC

svn commit: r780712 - /db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita

Author: chaase3
Date: Mon Jun  1 16:40:34 2009
New Revision: 780712

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

Fixed one line in Tools Guide topic

Patch: DERBY-3468.diff

Modified:
    db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita

Modified: db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita?rev=780712&r1=780711&r2=780712&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolsijproprefexceptiontrace.dita Mon Jun  1 16:40:34 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.