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
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