Hi,

ANT 1.6

The <fileset>, although same, perform differently in the two tasks:

    <zip destfile="templates_ext/pretrade.zip" update="true">
     <fileset dir="${pretrade}/data" includes="simulation/**/*.xml"
excludes="**/output/**/*.xml"/>
    </zip>

    <copy todir="/temp/temp">
     <fileset dir="${pretrade}/data" includes="simulation/**/*.xml"
excludes="**/output/**/*.xml"/>
    </copy>

In the first zip task, I update a file in the zip file, the excludes does
not take effect, while in the second copy task, the excludes works file.

This might be a bug?

Regards,

Duan Qiang


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

Reply via email to