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=12045>. 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=12045 [PATCH] Allow multiple xml elements to be included a single property value Summary: [PATCH] Allow multiple xml elements to be included a single property value Product: Ant Version: 1.6Alpha (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Simon Baker wrote: > Problem: > Retrieve a number of properties from a given XML file. > Some tags are repeated in the XML file, for instance: > <b> > <a> one </a> > <a> two </a> > <a> three </a> > </b> > The property 'b.a' in ant should be set to 'one,two,three' This patch does exactly this. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
