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=23454>.
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=23454
-lib not documented, fails with an ugly error
Summary: -lib not documented, fails with an ugly error
Product: Ant
Version: 1.7Alpha (nightly)
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Wrapper scripts
AssignedTo: dev@ant.apache.org
ReportedBy: stevel@apache.org
1. ant -h doesnt list the lib options.
2. ant -lib
gives the following
C:\Java\Apache\ant1.6>ant -lib
java.lang.IllegalStateException: The -lib argument must be followed by a library
location
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:133)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)
We shouldnt need to give the stack trace, or show the exception name.
also, no entry for Ant1.6 in bugzilla yet. Who can add that?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|