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=11321>. 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=11321 XmlProperty task doesn't resolve system properties Summary: XmlProperty task doesn't resolve system properties Product: Ant Version: 1.5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The new XmpProperty task doesn't allow the use of system properties like ${user.home} and can't be used outside of a target. It would be great if this new task would behave like the old property task or if the doc would mention the differences. Maybe both tasks could be merged into one with an additional 'xmlfile' attribute? I looked into the code and the only thing to change is the call of 'project.replaceProperties()' for every property value as in the Property class. If you want I can supply a patch. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
