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=42208>. 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=42208 Summary: Move AntLib.createAntLib to use project helper reference for parsing Product: Ant Version: 1.7.0 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] Due to the current implementation of AntLib we have a bug within the Eclipse Ant integration (https://bugs.eclipse.org/bugs/show_bug.cgi?id=152793). If the AntLib.createAntLib method was changed to look for a project helper with: ProjectHelper helper = (ProjectHelper) project. getReference(ProjectHelper.PROJECTHELPER_REFERENCE); instead of hard coded to use a ProjectHelper2 instance, I believe the Eclipse integration problem would disappear. Thank you for your consideration. -- 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]