You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "William I. Zumwalt" <wi...@yahoo.com> on 2004/08/27 23:21:44 UTC

need help w/
Hey all,

Anyone see anything wrong w/ the below, cause I can't
get the <exclude tags to exclude these directories.

Any help much appreciated.

---
<project name="blah" default="compile" basedir=".">
...
<!-- note: proj.temp is a dir under the project
basedir -->
<jar destfile = "${proj.dist}/${proj.name}.war"
   basedir = "${proj.temp}"
   excludes = "com/comp/management/ejb/**">
                                                      
                         
<!-- and web and META-INF are dirs under proj.temp -->
   <fileset dir="${proj.temp}">
      <exclude name="META-INF"/>
      <exclude name="web"/>
   </fileset>
...

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org