conor       2003/07/10 04:29:39

  Modified:    .        build.xml
               src/script ant ant.bat
  Log:
  Remove warning about JAVA_HOME as it isn't required anymore
  
  Revision  Changes    Path
  1.386     +36 -36    ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.385
  retrieving revision 1.386
  diff -u -w -u -r1.385 -r1.386
  
  
  
  1.38      +0 -5      ant/src/script/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/ant/src/script/ant,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -w -u -r1.37 -r1.38
  --- ant       9 Jul 2003 13:11:16 -0000       1.37
  +++ ant       10 Jul 2003 11:29:38 -0000      1.38
  @@ -138,11 +138,6 @@
         done
       fi
     fi
  -else
  -  echo "Warning: JAVA_HOME environment variable is not set (or not 
exported)."
  -  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."
   fi
   
   # Allow Jikes support (off by default)
  
  
  
  1.31      +0 -6      ant/src/script/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /home/cvs/ant/src/script/ant.bat,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -w -u -r1.30 -r1.31
  --- ant.bat   10 Jul 2003 03:32:34 -0000      1.30
  +++ ant.bat   10 Jul 2003 11:29:38 -0000      1.31
  @@ -63,12 +63,6 @@
   
   :noJavaHome
   if "%_JAVACMD%" == "" set _JAVACMD=java.exe
  -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.
   
   :checkJikes
   if not "%JIKESPATH%"=="" goto runAntWithJikes
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to