From 6c7c59219ccfccb587c32d86b5723df48b5d07fb Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 19 May 2010 19:02:33 +0000 Subject: Change names of run-test-setup property and test-setup task git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946340 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/antdefs.xml') 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 8c5de5d99e..b7367e9d57 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 @@ -38,6 +38,8 @@ JAXWS_HOME (only if using JDK 5) A directory containing the JAX-WS reference implementation. This build file has been tested with the JAX-WS RI version 2.1.7. + OPENEJB_HOME A directory containing the OpenEJB binary distribution. + This build file has been tested with OpenEJB 3.1.2. This file defines the following targets that can be used on the ant command that invokes the build.xml file: @@ -60,7 +62,7 @@ the contents of this path are used for compiling and running the unit tests. In addition, the "compile-path" setting (if specified) is used for running unit tests. If the build.xml file defines the - "test-setup" property, the "testsetup" target in the build.xml + "run-test-setup" property, the "test-setup" target in the build.xml file is invoked after copying the test resources. "package" Creates a jar file containing the compiled Java class files (excluding unit test code) and any files in or under the @@ -377,8 +379,8 @@ - - + + @@ -728,13 +730,14 @@ - + + -- cgit v1.2.3