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=10658>. 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=10658 Odd command-line parsing behaviour Summary: Odd command-line parsing behaviour Product: Ant Version: 1.5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] $ ant -Dfoo $ ant -verbose -Dfoo Apache Ant version 1.5 compiled on July 9 2002 $ ant -Dfoo -verbose Buildfile: build.xml BUILD FAILED file:c:/TEMP/build.xml:14: The 'file' property must be set. Total time: 1 second ------- Note that the first one doesn't output anything -- it just returns (it does exit 1, though, so that's at least good :) The second one does basically what the first one does, in that it "mostly" just returns -- except the version gets printed, because that's the first thing -verbose does (it also at least exits 1). The third one almost works right, except note that the output isn't in fact verbose. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
