From f9e201e6aaf9d8c858059ddfebd4cada5d5ae1b5 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 19 May 2010 22:15:46 +0000 Subject: Merge revision r946380 from 1.0 release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946461 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/tutorials/travelsample/antdefs.xml | 67 ++++++++++------------ .../contributions/payment-bpel/build.xml | 4 +- .../travelsample/domainconfig/fullapp/build.xml | 5 +- .../domainconfig/introducing/build.xml | 5 +- 4 files changed, 39 insertions(+), 42 deletions(-) (limited to 'sca-java-1.x') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml index d9db29dcc9..6267ed4900 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/antdefs.xml @@ -44,10 +44,10 @@ This file defines the following targets that can be used on the ant command that invokes the build.xml file: "compile" Compiles any Java source files that don't have an up-to-date - class file, and copies any files in or under the resource directory. - If the build.xml file contains a element with the id - "compile-path", the contents of this path are added to the compiler's - classpath. Also invokes the following targets: + class file, and copies any files in or under the src/main/resources + directory. If the build.xml file contains a element with the + id "compile-path", the contents of this path are added to the + compiler's classpath. Also invokes the following targets: . "wsdljava" (defined in the build.xml file) if there are any .wsdl files in or under the resource directory . "idljava" (defined in the build.xml file) if there are any @@ -55,26 +55,26 @@ . "test" if there are any files in or under the src/test/java directory . "package" if all previous steps completed successfully + If the build.xml file defines the "run-update-resources" property, + the "update-resources" target in the build.xml file is invoked after + copying resources. "test" Compiles any Java unit test files that don't have an up-to-date class file, copies any test resources in or under the src/test/resources directory, and runs the unit tests. If the build.xml file contains a element with the id "test-path", - the contents of this path are used for compiling and running the + the contents of this path are used for compiling and running unit tests. In addition, the "compile-path" setting (if specified) is used for running unit tests. If the build.xml file defines the - "run-test-setup" property, the "test-setup" target in the build.xml - file is invoked after copying the test resources. + "run-update-test-resources" property, the "update-test-resources" + target in the build.xml file is invoked after copying test resources. "package" Creates a jar file containing the compiled Java class - files (excluding unit test code) and any files in or under the - resource directory, unless the jar file is already up to date. - If the build.xml file defines the "run-package-setup" property, - the "package-setup" target in the build.xml file is invoked before - creating the jar file. The contents of the jar file are taken from - the target/classes directory unless the target/jar-classes directory - exists, in which case this directory is used in preference to - target/classes. If the build.xml file defines a property named - "package-path", a Class-Path manifest entry is created using the - value of this property. + files (excluding unit test code) and any files in or under the + resource directory, unless the jar file is already up to date. + The contents of the jar file are taken from the target/classes + directory unless the target/jar-classes directory exists, in which + case this directory is used in preference to target/classes. If the + build.xml file defines a property named "package-path", a Class-Path + manifest entry is created and set to the value of this property. "clean" Deletes all the files produced by the build. This file also defines the following targets for invocation by @@ -348,6 +348,11 @@ + + + + + @@ -361,13 +366,8 @@ - - - - - - + @@ -378,15 +378,15 @@ - + - - - + + + @@ -581,11 +581,6 @@ - - - - - @@ -744,7 +739,8 @@ - + + @@ -753,15 +749,14 @@ - - + + - diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml index e2d2bb7326..a725645c77 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/build.xml @@ -38,8 +38,8 @@ - - + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml index 931bbc3ead..adb8fafeda 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/fullapp/build.xml @@ -20,8 +20,9 @@ - - + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml index 19058058c3..0aff8e6fb5 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/domainconfig/introducing/build.xml @@ -20,8 +20,9 @@ - - + + + -- cgit v1.2.3