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=17782>. 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=17782 expandproperties not substituting within same file Summary: expandproperties not substituting within same file Product: Ant Version: 1.5.2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a properties file of the following form: prop1=foo prop2=${prop1}.bar When I use loadproperties with an expandproperties filterchain, prop2 is still set to "${foo}.bar". No substitution occurs in this case. If however, prop1 had been declared before the call to loadproperties, if even it occurred as a result of another loadproperties call, then the substitution works as expected.