From 66971d86bb5bfbdd5d2afd8a1c1f93bf29836af9 Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 20 Nov 2009 19:18:28 +0000 Subject: Revert the workarounds as now the root problem is fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882687 13f79535-47bb-0310-9956-ffa450edef68 --- .../distribution/binding-ws-calculator/pom.xml | 61 ++++++++++++++-------- java/sca/itest/distribution/calculator-rmi/pom.xml | 60 +++++++++++++-------- .../implementation-java-calculator/pom.xml | 61 ++++++++++++++-------- 3 files changed, 113 insertions(+), 69 deletions(-) (limited to 'java') diff --git a/java/sca/itest/distribution/binding-ws-calculator/pom.xml b/java/sca/itest/distribution/binding-ws-calculator/pom.xml index 7dd57f7dbd..26d18d0b4a 100644 --- a/java/sca/itest/distribution/binding-ws-calculator/pom.xml +++ b/java/sca/itest/distribution/binding-ws-calculator/pom.xml @@ -39,29 +39,44 @@ - - org.codehaus.mojo - exec-maven-plugin - - - run-sample - test - - exec - - - - - ant - ./ - - -Djava.home - ${java.home} - -Dtuscany.version - ${version} - - - + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + sun.jdk + tools + 1.6 + system + ${java.home}/../lib/tools.jar + + + + + + run-samples + verify + + run + + + + + + + + + + + diff --git a/java/sca/itest/distribution/calculator-rmi/pom.xml b/java/sca/itest/distribution/calculator-rmi/pom.xml index 049510f3af..f002994692 100644 --- a/java/sca/itest/distribution/calculator-rmi/pom.xml +++ b/java/sca/itest/distribution/calculator-rmi/pom.xml @@ -39,29 +39,43 @@ - - org.codehaus.mojo - exec-maven-plugin - - - run-sample - test - - exec - - - - - ant - ./ - - -Djava.home - ${java.home} - -Dtuscany.version - ${version} - - - + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + sun.jdk + tools + 1.6 + system + ${java.home}/../lib/tools.jar + + + + + + run-samples + verify + + run + + + + + + + + + + diff --git a/java/sca/itest/distribution/implementation-java-calculator/pom.xml b/java/sca/itest/distribution/implementation-java-calculator/pom.xml index 37b811ee8a..584b7ca5e9 100644 --- a/java/sca/itest/distribution/implementation-java-calculator/pom.xml +++ b/java/sca/itest/distribution/implementation-java-calculator/pom.xml @@ -39,29 +39,44 @@ - - org.codehaus.mojo - exec-maven-plugin - - - run-sample - test - - exec - - - - - ant - ./ - - -Djava.home - ${java.home} - -Dtuscany.version - ${version} - - - + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + sun.jdk + tools + 1.6 + system + ${java.home}/../lib/tools.jar + + + + + + run-samples + verify + + run + + + + + + + + + + + -- cgit v1.2.3