Hi,

Gents - hats off

Your solution is great - I like it a lot, thank you very much.

A tiny correction:

  <target name="dirs">
    <ac:for param="dir">
      <dirset dir="./test/components" includes="**"/> <-- I use ** because I
need to copy everywhere-->
      <ac:sequential>
        <copy todir="@{dir}">
          <fileset dir="." includes="test.txt"/>
        </copy>
      </ac:sequential>
    </ac:for>
  </target>


-- 
View this message in context: 
http://www.nabble.com/Copy-a-single-file-to-directories-tf3221651.html#a8960207
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to