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: dev@ant.apache.org
ReportedBy: yozh@mx1.ru
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|