DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20286>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20286 All ant commands get "java" usage help. ------- Additional Comments From [EMAIL PROTECTED] 2003-05-28 05:06 ------- Are you sure you are executing Ant? Try - invoking Ant with absolute path ( %ANT_HOME%\bin\ant.bat ) - editing that batchfile for debugging output ( echo CurrectBatchfile ) If that is ok, maybe the batchfile is broken. It seems to me that in the start- command for Ant the java invocation is wrong. You can get the actual version of ant.bat from CVS via http://cvs.apache.org/viewcvs.cgi/*checkout*/ant/src/script/ant.bat?rev=HEAD so I suggest testing with that file.