Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 99950 invoked from network); 28 May 2003 05:04:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 28 May 2003 05:04:36 -0000 Received: (qmail 28541 invoked by uid 50); 28 May 2003 05:06:55 -0000 Date: 28 May 2003 05:06:55 -0000 Message-ID: <20030528050655.28540.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 20286] - All ant commands get "java" usage help. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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 jan@materne.de 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.