Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
another <xmltask > quetion

another <xmltask > quetion

2005-06-29       - By Nir Geier
Reply:     1     2  

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




©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.