From 6f39aeb466f28198ea95877ca76bd4f7791c3c48 Mon Sep 17 00:00:00 2001 From: mcombellack Date: Wed, 24 Mar 2010 23:32:34 +0000 Subject: 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 --- sca-java-1.x/trunk/tutorials/travelsample/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sca-java-1.x/trunk') 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". -- cgit v1.2.3