From b12d2f6eeef04727ea874a24e5b3217ff3e4e649 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 11 Mar 2010 10:49:06 +0000 Subject: Fix build.xml files for travel sample .war contributions (TUSCANY-3414) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921794 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/tutorials/travelsample/antdefs.xml | 136 +++++++++++++++++++-- .../creditcard-payment-webapp/build.xml | 134 ++++++++++++++++++++ .../contributions/currency-jsp/build.xml | 75 ++++++++++++ .../contributions/currency-servlet/build.xml | 75 ++++++++++++ 4 files changed, 413 insertions(+), 7 deletions(-) (limited to 'sca-java-1.x/trunk/tutorials/travelsample') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml index 9d918970d0..5b5a4efb67 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml @@ -87,6 +87,8 @@ . the filename of the IDL file . the filename of any Java class file that will be generated by running this target for this IDL file + "add-implementation-web" Adds implementation.web support to the + installed Tuscany SCA binary distribution if not already there. All other targets defined by this file (with names starting with "#") are for internal use within this file and should not be used externally. @@ -397,6 +399,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error: Unknown Tuscany version for JAVA_HOME environment variable. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Error: Unable to download tuscany-implementation-web and tuscany-implementation-web-runtime jars. + + + @@ -410,16 +536,12 @@ - - - - - - + + - + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml index a35dd7eeb5..7c3a55c530 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml @@ -27,4 +27,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml index 09bd0eb999..d1b0d955ac 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-jsp/build.xml @@ -19,4 +19,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml index 7c36a78b34..23edaad6a6 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency-servlet/build.xml @@ -22,4 +22,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3