summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2010-03-24 23:32:34 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2010-03-24 23:32:34 +0000
commit6f39aeb466f28198ea95877ca76bd4f7791c3c48 (patch)
tree6d47bca7b10cadb625f3b19f729692202dbff7d2 /sca-java-1.x/trunk
parent9df96404800d5019c2357eef5fa73faf9655a575 (diff)
Added instructions about setting the JUNIT_JAR environment variable
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/README b/sca-java-1.x/trunk/tutorials/travelsample/README
index 32290ef82f..ff86a93cdb 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/README
+++ b/sca-java-1.x/trunk/tutorials/travelsample/README
@@ -18,7 +18,10 @@ Building the travel sample using ant
6. If you are using JDK 5, download and unzip the JAX-WS reference implementation
version 2.1.7 and set the JAXWS_HOME environment variable to the base directory
containing the unzipped download.
-7. With the travelsample directory as your current directory, enter the
+7. Download and unzip JUnit 4.5 (or later) and set the JUNIT_JAR environment variable
+ to the full path to the junit-x.y.z.jar in the unzipped binary distribution taking
+ care to replace x.y.z with the JUnit version number.
+8. With the travelsample directory as your current directory, enter the
command "ant compile".