From: "T Master" <[EMAIL PROTECTED]>
To: "ant user mailist" <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 2:27 AM
Subject: [antlist] error in ant.bat file ?


> On Win2000, my ant.bat file (v1.3) has the section:
> ****
> :runAnt
> echo %ANT_CMD_LINE_ARGS%
> %_JAVACMD% -classpath %LOCALCLASSPATH% -Dant.home="%ANT_HOME%" %ANT_OPTS%
>
> org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
> goto end
>
> ****
> Apparently, the quotes around %ANT_HOME%  cause a problem.

Does your value of ANT_HOME have quotes in it? If so, try removing them. I
am pretty sure the quotes above are correct. If you like, you can change
the @echo off at the top of this file to @echo on and see what is being
generated for that line. If you still have an issue with it, please send me
that output.

Thanks
Conor


Reply via email to