DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39993>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39993 Summary: Bad error message: <unwar> type Product: Ant Version: 1.6.3 Platform: All OS/Version: other Status: NEW Severity: minor Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I recently got this message: BUILD FAILED /Users/elharo/Projects/XOM/build.xml:731: The <unwar> type doesn't support the "package" attribute. This was due to a bug in my build.xml file. No big deal. However the line that triggered the bug was this: <unzip src="jaxen-1.1-src.zip" package="jaxen" dest="${build.dir}" /> Notice that this is an *unzip* task, not an *unwar* task. This is potentially confusing. The error message should be fixed. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]