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=25998>. 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=25998 PropertyHelper - getPropertyHelper method should call setProject on a retrieved helper Summary: PropertyHelper - getPropertyHelper method should call setProject on a retrieved helper Product: Ant Version: 1.6.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm deriving a class from PropertyHelper to use via the ant.PropertyHelper reference. I'm doing a quick code check, and while the static getPropertyHelper method of PropertyHelper gets called to return the reference, the setProject method is never called on the reference if it is found, so I'm not sure if I even have access to the project... Note that setProject *does* get called if a reference isn't found and a new PropertyHelper instance is created. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]