You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Nir Geier <Ni...@unipier.com> on 2005/06/29 16:26:39 UTC

RE: another problem (solution)

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@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org