From 62759dbb8b37163731599e9a95a4207d765d07b2 Mon Sep 17 00:00:00 2001 From: nash Date: Sun, 16 May 2010 17:32:50 +0000 Subject: Add Tuscany runtime to OpenEJB classpath when needed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944884 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/sca-java-travelsample-1.0/antdefs.xml | 29 +++++++++++++++------- .../services/smsgateway-ejb/build.xml | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0') diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml index ceb36979ac..db5c9b5d69 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml @@ -94,8 +94,8 @@ This file also defines the following targets for use with the "depends" attribute on targets in the build.xml file: "locate-openejb" Locates the OpenEJB dependencies needed by some - modules and sets the "openejb-dir" property to a directory - containing these dependencies. + modules and sets the "openejb-files" files resource to bring in + these dependencies. "locate-jaxws" Locates the JAX-WS dependencies needed by some modules when running on JDK 5, and creates a path with id "jaxws-path" to bring in these dependencies. @@ -619,30 +619,41 @@ - + - - + + + + + + + + + - - + + - - + + Error: Couldn't find OpenEJB dependencies. + + + + diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml index ac75efa6ca..94e17736af 100644 --- a/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml +++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml @@ -28,7 +28,7 @@ fork="true" failonerror="true"> - + -- cgit v1.2.3