[EMAIL PROTECTED] wrote:
stevel      2005/01/26 04:26:08

Modified: . bootstrap.bat
Log:
handle no javac on command line better.
Revision Changes Path
1.52 +2 -0 ant/bootstrap.bat
Index: bootstrap.bat
===================================================================
RCS file: /home/cvs/ant/bootstrap.bat,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- bootstrap.bat 6 Oct 2004 14:58:45 -0000 1.51
+++ bootstrap.bat 26 Jan 2005 12:26:08 -0000 1.52
@@ -63,6 +63,8 @@
"%JAVAC%" %BOOTJAVAC_OPTS% -d %CLASSDIR% %TOOLS%\bzip2\*.java %TOOLS%\tar\*.java %TOOLS%\zip\*.java %TOOLS%\ant\*.java %TOOLS%\ant\types\*.java %TOOLS%\ant\taskdefs\*.java %TOOLS%\ant\util\regexp\RegexpMatcher.java %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java %TOOLS%\ant\taskdefs\condition\*.java %TOOLS%\ant\taskdefs\compilers\*.java +if ERRORLEVEL 1 goto mainend

For the curious, its amusing what failure modes you experience building up a new box. javac not on the command line -who could imagine such a thing?



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



Reply via email to