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=7767>.
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=7767

[CONTRIBUTION] XML-Property Ant task

           Summary: [CONTRIBUTION] XML-Property Ant task
           Product: Ant
           Version: 1.5 alpha (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This task takes the nodes in an XML file and makes properties out of it.

    <root-tag>
      <inner-tag>Text</inner-tag>
      <2><3><4>false</4></3></2>  
      <other name="mine"> 
    </root-tag>
     
   myattr=true
   inner-tag=Text
   2.3.4=false
   other.name=mine

It can keep the root tag or not and add a prefix or not.

If you think to accept the donation, please tell me where it's going to go, and 
I will submit a patch+docs.
It could be indipendent (core or optional?) or become part of the property 
task).

-- 
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to