Author: mcombellack
Date: Wed Mar 24 23:32:34 2010
New Revision: 927225
URL: http://svn.apache.org/viewvc?rev=927225&view=rev
Log:
Added instructions about setting the JUNIT_JAR environment variable
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/README
Modified: tuscany/sca-java-1.x/trunk/tutorials/travelsample/README
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/README?rev=927225&r1=927224&r2=927225&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/README (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/README Wed Mar 24
23:32:34 2010
@@ -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".