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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to