From 8ee4667047f8c52062193092499df0969498931a Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 4 Feb 2009 11:51:39 +0000 Subject: Change binding-ws-calculator/build.xml to look similar to the way our build files used to look. Relies on launcher.jar to run the sample. Add itest/sample to run the samples automatically. Error handling not working yet. This also relies on distribution/all generating a dir distro to test against. Currently this runs as part of the main build but I see Raymond has now separated distributions from features so we could have this be a distribution test stage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740702 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/all/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'java/sca/distribution/all/pom.xml') diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml index 70e033d263..f5c7478f12 100644 --- a/java/sca/distribution/all/pom.xml +++ b/java/sca/distribution/all/pom.xml @@ -60,6 +60,26 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/dir.xml + + gnu + apache-tuscany-sca-all-2.0-SNAPSHOT + + + + -- cgit v1.2.3