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]

Reply via email to