adammurdoch 02/02/12 02:22:01
Modified: proposal/myrmidon/src/script ant.bat ant
Log:
Removed warning message, since it no longer applies.
Revision Changes Path
1.6 +0 -7 jakarta-ant/proposal/myrmidon/src/script/ant.bat
Index: ant.bat
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/script/ant.bat,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant.bat 19 Nov 2001 12:37:29 -0000 1.5
+++ ant.bat 12 Feb 2002 10:22:01 -0000 1.6
@@ -28,13 +28,6 @@
if not "%JAVA_HOME%" == "" goto javaCmdSetup
-echo.
-echo Warning: JAVA_HOME environment variable is not set.
-echo If build fails because sun.* classes could not be found
-echo you will need to set the JAVA_HOME environment variable
-echo to the installation directory of java.
-echo.
-
rem hope that there is java command in path
if "%JAVACMD%" == "" set JAVACMD=java
goto argSetup
1.6 +1 -6 jakarta-ant/proposal/myrmidon/src/script/ant
Index: ant
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/script/ant,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant 6 Nov 2001 08:10:00 -0000 1.5
+++ ant 12 Feb 2002 10:22:01 -0000 1.6
@@ -28,12 +28,7 @@
ANT_HOME=`dirname "$PRG"`/..
if [ "$JAVA_HOME" == "" ] ; then
-
- echo "Warning: JAVA_HOME environment variable is not set."
- echo " If build fails because sun.* classes could not be found"
- echo " you will need to set the JAVA_HOME environment variable"
- echo " to the installation directory of java."
- if [ "$JAVACMD" = "" ] ; then
+ if [ "$JAVACMD" = "" ] ; then
JAVACMD=java
fi
else
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>