Hunt, Bryan wrote:

> if I try that ant just refuses to work alltogether 
> 
> C:\ichara\build>set ant
> ANT_HOME=c:\jakarta-ant-1.4.1\
> 
> C:\ichara\build>set ant_home=c:\jakarta-ant-1.4.1
> 
> C:\ichara\build>ant
> Usage: java [-options] class [args...]
>            (to execute a class)
>    or  java -jar [-options] jarfile [args...]
>            (to execute a jar file)
> 


OK, you definitely should not have the trailing slash.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1849

So, the problem we need to fix is the problem above.

Please change the ant.bat script to turn echo on - look at the first 
line, the change should be obvious. Now run ant again with ANT_HOME with 
the slash. Send us the output to see what is going wrong.

Conor


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

Reply via email to