sorry, it's my mistake ;)
dq
----- Original Message -----
From: "Duan Qiang" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, March 05, 2004 5:02 PM
Subject: ant bug?
> 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]