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=20966>. 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=20966 [PATCH] Better diagnostics for missing resolver.jar Summary: [PATCH] Better diagnostics for missing resolver.jar Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If the Apache resolver lib is missing, the current diagnostics don't really tell you why - even if resolver.jar is in your classpath, there might have been some linkage error. (For example, Ant built *without* resolver.jar in the classpath will not use if it is *run* with it, but the message hardly tells you this.) This is a simple patch to add the text of the actual exception at DEBUG level, which should be enough to diagnose the common cases quickly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]