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=9389>. 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=9389 DefaultCompilerAdapter contains breaking changes Summary: DefaultCompilerAdapter contains breaking changes Product: Ant Version: 1.5Beta1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In Ant 1.5 beta1 the DefaultCompilerAdapter removes the protected method addExtdirsToClasspath(). Subclasses created and compiled against Ant 1.4.1 are now broken. The suggestion is to deprecate the method and redirect to the new implementation in Path in order to maintain compatibility with Ant 1.4.1. Removing a public/protected method of a public class is a very sensitive change. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
