Hal, Yes, this was reported yesterday by Jeff Bailey and is now fixed. If you use CVS, you can get the updated version now. Thanks for reporting this.
Conor ----- Original Message ----- From: "Deadman, Hal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 06, 2001 3:45 AM Subject: ant.bat typo? > When running ant with the JIKESPATH set it bombs out because %JAVACMD% > doesn't get defined. I think runAntWithJikes should use %_JAVACMD%. > > See below: > > :checkJikes > if not "%JIKESPATH%" == "" goto runAntWithJikes > > :runAnt > %_JAVACMD% -classpath %LOCALCLASSPATH% -Dant.home="%ANT_HOME%" %ANT_OPTS% > org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS% > goto end > > :runAntWithJikes > %JAVACMD% -classpath > %LOCALCLASSPATH% -Dant.home="%ANT_HOME%" -Djikes.class.path=%JIKESPATH% > %ANT_OPTS% org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS% > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >