Or you could do the most obvious solution from the manual:
Excludes attribute= comma- or space-separated list of patterns of files
that must be excluded
So you could do:
<zipfileset
prefix="WEB-INF/classes"
dir="${build.compile.dir}"
excludes="**/ejb/**/*.class,**/myproj/**/AConstants.class"/>
Ben
-----Original Message-----
From: Ninju Bohra [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 07, 2005 12:28 PM
To: Ant Users List
Subject: Re: multiple excludes clause ??
What is the context in which you are using the
<zipfileset> and what have you tried already?
By looking through the ANT docs, I can think of two
options:
1) Add another <zipfileset> sub-element with the
second exclude pattern
2) Use the excludesfile attribute and reference a file
that contains all your exclude patterns
Hope that helps,
Ninju
--- Rambo Mahajan <[EMAIL PROTECTED]> wrote:
> Hi
>
> I would like 2 excludes clause in zipfileset tag:
>
> <zipfileset prefix="WEB-INF/classes"
> dir="${build.compile.dir}"
> excludes="**/ejb/**/*.class" />
>
> also I want to add
> excludes="**/myproj/**/AConstants.class"
>
> Can someone tell me how to do this ?
>
> Thanks
> Ram
>
>
> ---------------------------------
> Click here to donate to the Hurricane Katrina
> relief effort.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
**************************************************************
This message, including any attachments, contains confidential information
intended for a specific individual and purpose, and is protected by law. If
you are not the intended recipient, please contact sender immediately by reply
e-mail and destroy all copies. You are hereby notified that any disclosure,
copying, or distribution of this message, or the taking of any action based on
it, is strictly prohibited.
TIAA-CREF
**************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]