You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/11/07 16:45:39 UTC

svn commit: r331283 - /jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml

Author: rahul
Date: Mon Nov  7 07:45:38 2005
New Revision: 331283

URL: http://svn.apache.org/viewcvs?rev=331283&view=rev
Log:
Clarify that jar names contain version numbers for clarity and filenames may need to be adjusted. Put that disclaimer before folks get to read the java command.

Modified:
    jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml?rev=331283&r1=331282&r2=331283&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/testing-standalone.xml Mon Nov  7 07:45:38 2005
@@ -39,7 +39,8 @@
    numbers for the Commons dependencies.</i>
    </p>
 
-   <p>So that amounts to:</p>
+   <p>So that amounts to (use the correct local paths and filenames to the
+   <code>jar</code> files and the SCXML document, without the line breaks):</p>
 
    <pre>
    java -classpath
@@ -53,10 +54,9 @@
    microwave01.xml
    </pre>
 
-   <p>with the correct local paths to the <code>jar</code> files and the XML
-   (SCXML) document (and without the line breaks). You could set up something
-   more elegant (a script, an ant task etc.), but that is what it boils down 
-   to. If the document is a well-formed SCXML document, you will be able to 
+   <p>You could set up something more elegant (a script, an ant task etc.),
+   but that is what it boils down to.
+   If the document is a well-formed SCXML document, you will be able to 
    type ? or help at the console and you can follow the directions thereafter 
    (to simulate events, set variable values, reset the state machine or quit).
    </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org