Author: svkrish
Date: Fri Aug 24 02:24:20 2007
New Revision: 569309

URL: http://svn.apache.org/viewvc?rev=569309&view=rev
Log:
fixed README and build.xml to resolve 
https://issues.apache.org/jira/browse/TUSCANY-1585

Modified:
    incubator/tuscany/java/sca/samples/calculator-distributed/README

Modified: incubator/tuscany/java/sca/samples/calculator-distributed/README
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-distributed/README?rev=569309&r1=569308&r2=569309&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-distributed/README (original)
+++ incubator/tuscany/java/sca/samples/calculator-distributed/README Fri Aug 24 
02:24:20 2007
@@ -37,6 +37,10 @@
 java -cp 
src/main/resources:../../lib/tuscany-sca-manifest.jar:target/sample-calculator-distributed.jar
 node.CalculatorNode mydomain nodeA
 
 
+The processes started on each of these command prompts can be ended by 
pressing 
+the <Enter> key.
+
+
 Sample Overview
 ---------------
 The sample provides a single calculator service with a default SCA (java) 
@@ -283,3 +287,11 @@
 
 
 This shows that the Junit test cases have run successfully. 
+
+Known Bug : 
+---------
+The processes that are running NodeB and NodeC do not seem to end on pressing 
the
+<Enter>.  This will be fixed for the next release.  For this release you 
should use
+^C (Control C) to exit these processes.
+
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to