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=29999>. 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=29999 Want ability to update property file from other property file. Summary: Want ability to update property file from other property file. Product: Ant Version: 1.6.2beta1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I can specify what properties I want to update, and I'd like to can ability to update properties with other properties file, something like: <propertyfile file="some.properties"> <entries file="some.properties.local-1"/> <entries file="some.properties.local-1"/> </propertyfile> Patching PropertyFileTask.java is very simple, but I could not start "ant run-tests" :-/ So I send this issue just as feature request. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]