I am editing an attribute of a property element with a specific name in a build.xml file with an ant task. Are there ant tasks that manipulate xml files? Is there one that will grab an element based on the name of the element plus the attributes?
for example:
property name="aname" value="asdf"
the above is an element (i excluded the less than and greater than signs) and I want to change the value asdf to something else. Is there an ant task that does this?
for example:
property name="aname" value="asdf"
the above is an element (i excluded the less than and greater than signs) and I want to change the value asdf to something else. Is there an ant task that does this?