summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 17:16:52 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-14 17:16:52 +0000
commit16c690edff7e39444e688da81cac3b83b3381fa0 (patch)
tree5088a880f04141f24cbfe6d1a2fd0249dd11be7c /sca-java-1.x
parent4d1554e69df7875d3cdf195d82e5cfedb3ce1f51 (diff)
Update setup instructions in samples README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/README
index cad1130d2d..9fdbd78fdc 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/README
@@ -138,9 +138,9 @@ Getting Ready To Build
----------------------
You will need to install the following software before you start.
-J2SE Development Kit (JDK) 5.0
-Apache Ant 1.7.0 - if you are going to use Ant
-Apache Maven 2.0.6 - if you are going to use Maven
+J2SE Development Kit (JDK) 5.0 or higher
+Apache Ant 1.7.1 or higher - if you are going to use Ant
+Apache Maven 2.0.10 or higher - if you are going to use Maven
Java and Ant and/or Maven binary directories must be present in your PATH so
that their executable programs are available in your environment. You may
@@ -148,15 +148,15 @@ find it useful to use a script to set up your environment, for example;
For UNIX:
JAVA_HOME=/<installation_directory>
- ANT_HOME=/<installation_directory>/apache-ant-1.7.0
- MAVEN_HOME=/<installation_directory>/maven-2.0.6
- export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$MAVEN_HOME/bin:$PATH
+ ANT_HOME=/<installation_directory>/apache-ant-1.7.1
+ M2_HOME=/<installation_directory>/maven-2.0.10
+ export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$M2_HOME/bin:$PATH
For Windows:
set JAVA_HOME=C:\<installation_directory>
- set ANT_HOME=C:\<installation_directory>\apache-ant-1.7.0
- set MAVEN_HOME=C:\<installation_directory>\maven-2.0.6
- set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%MAVEN_HOME%\bin;%PATH%
+ set ANT_HOME=C:\<installation_directory>\apache-ant-1.7.1
+ set M2_HOME=C:\<installation_directory>\maven-2.0.10
+ set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%M2_HOME%\bin;%PATH%
Building And Running The SCA Samples Using Ant