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=40093>. 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=40093 Summary: ant.PropertyHelper reference not passed to called build Product: Ant Version: 1.6.5 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] The reference 'ant.PropertyHelper' isn't passed correctly to the target of an ant (task) call. If a new PropertyHelper (a subclass of it) is installed, it is not passed to the called build. It seems that property expansion is executed before the references are passed (with inherirefs="true"). This means that a standard PropertyHelper instance is created for the reference 'ant.PropertyHelper' and the new reference is therefore ignored. Maybe this reference should be treated separately? See: - the call to newProject.setInheritedProperty in Ant.execute() - overrideProperties() calling Property.execute() -- 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]