Re: Exclude files in tarfileset

2007-04-11 Thread Peter Reilly
fileset excludes are relative and not absolute. the ${src} is accually /home/me/somedir/someapps/src and thus not in the fileset. Peter On 4/11/07, wolverine my <[EMAIL PROTECTED]> wrote: Hi! I want to do a backup of all my project files except the JARs in project/src/main/webapps/WEB-INF/lib

Exclude files in tarfileset

2007-04-11 Thread wolverine my
Hi! I want to do a backup of all my project files except the JARs in project/src/main/webapps/WEB-INF/lib directory. However, the following Ant task (using the src property) will include all the JARs in the backup.tar.gz: but, the following Ant task (WITHOUT