Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 24051 invoked by uid 500); 10 Jul 2003 11:29:39 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 24040 invoked by uid 500); 10 Jul 2003 11:29:39 -0000 Received: (qmail 24037 invoked from network); 10 Jul 2003 11:29:39 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 10 Jul 2003 11:29:39 -0000 Received: (qmail 45737 invoked by uid 1142); 10 Jul 2003 11:29:39 -0000 Date: 10 Jul 2003 11:29:39 -0000 Message-ID: <20030710112939.45736.qmail@icarus.apache.org> From: conor@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/script ant ant.bat X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org