You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/24 16:01:45 UTC

DO NOT REPLY [Bug 9389] New: - DefaultCompilerAdapter contains breaking changes

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: ant-dev@jakarta.apache.org
        ReportedBy: rodrigo_peretti@oti.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>