DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28299>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28299

Please add <mapper> inside <fileset>





------- Additional Comments From [EMAIL PROTECTED]  2004-04-08 20:42 -------
This is an example:

    <copy todir="${product-image-dir}">
      <fileset dir="${base-image-dir}">
        <include name="lib/*.jar"/>
        <include name="lib/*.zip"/>
        <include name="system/"/>
      </fileset>
      <fileset dir="other/dir" includes="system/config/"/>
      <fileset file="dir/launcher.bat"/>
    </copy>
    <sync todir="${ics.idsbrowser-image-dir}/support/jre">
      <fileset dir="${jre-dir}"/>
    </sync>

I can use <sync> only on the last task, the first would delete support/jre 
folder.

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

Reply via email to