Hi again, When using <xmltask> <insert>
how can i update the same file. using the insert is looking for dest="file name". im using fileset so i dont have the file name in the source im using the following: <xmltask report="true"> <fileset refid="variant.xml" id='files'/> <insert file="${text.to.add}" path="PATH" /> </xmltask> No changes are made to teh files unless im using dest=...