summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 18:57:37 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 18:57:37 +0000
commit9d50b86d029573d79dbd6dcb4bc40ccbe8601765 (patch)
treebdc76140af4953d2015c2592257d959925a2fb12 /java/sca/itest
parent9bc87487f853cc8ae512ed840556325f3a08115e (diff)
Add the rmi samples to itest/samples. Commented out at the moment in the build.xml file as the service node is not shutting down cleanly when called from ant with a timeout. I also need to find a away to turing the timeout on only for itest/sample and allow the use to use it in a mode where the node blocks until a key is pressed.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest')
-rw-r--r--java/sca/itest/samples/build.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/java/sca/itest/samples/build.xml b/java/sca/itest/samples/build.xml
index a76b44c659..06b60f28c2 100644
--- a/java/sca/itest/samples/build.xml
+++ b/java/sca/itest/samples/build.xml
@@ -32,7 +32,19 @@
dir="../../samples/implementation-java-calculator"/>
<ant antfile="../../samples/binding-ws-calculator/build.xml"
- dir="../../samples/binding-ws-calculator"/>
+ dir="../../samples/binding-ws-calculator"/>
+
+ <!--parallel>
+ <ant antfile="../../samples/calculator-rmi-service/build.xml"
+ dir="../../samples/calculator-rmi-service"/>
+ <sequential>
+ <sleep seconds="2"/>
+ <ant antfile="../../samples/calculator-rmi-reference/build.xml"
+ dir="../../samples/calculator-rmi-reference"/>
+
+ </sequential>
+ </parallel-->
+
</target>
</project>