http://www.ant-tasks.com/
Apache Ant Archive
»
Ant Users List
»
Ant Developers List
another <xmltask > problem (solution)
another <xmltask > problem (solution)
2005-06-29 - By Nir Geier
10 a lot Brian.
I manage to find a solution.
Im posting it here so everyone will be able to use it when neded
<foreach param="fileName" target="targetName">
<path>
<fileset refid="refId" />
</path>
</foreach>
<target name="targetName">
<xmltask report="true" dest="${fileName}" source="${fileName}">
<insert file="${text.to.add}" path="path" />
</xmltask>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.