You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by is...@apache.org on 2007/03/14 19:36:29 UTC

svn commit: r518259 - /incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html

Author: isilval
Date: Wed Mar 14 11:36:28 2007
New Revision: 518259

URL: http://svn.apache.org/viewvc?view=rev&rev=518259
Log:
it really is supposed to be calc.jar, my mistake

Modified:
    incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html

Modified: incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html?view=diff&rev=518259&r1=518258&r2=518259
==============================================================================
--- incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html (original)
+++ incubator/tuscany/java/sca/core-samples/standalone/calculator/readme.html Wed Mar 14 11:36:28 2007
@@ -53,7 +53,7 @@
     To run the client, use the <code>launcher</code> command from the standalone distribution:
 </p>
 <pre class="command">
-$ java -jar {tuscany.installDir}/bin/launcher.jar target/calculator.jar {add|subtract|multiply|divide} {param} {param}
+$ java -jar {tuscany.installDir}/bin/launcher.jar target/calc.jar {add|subtract|multiply|divide} {param} {param}
 </pre>
 
 <p>where <code>tuscany.installDir</code> is the path where you installed the standalone distribution.</p>
@@ -62,7 +62,7 @@
     The sample when run will display to the standard output:
 </p>
 <pre class="command">
-$ java -jar {tuscany.installDir}/bin/launcher.jar target/calculator.jar add 2 5
+$ java -jar {tuscany.installDir}/bin/launcher.jar target/calc.jar add 2 5
 result = 7.0
 </pre>
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org