RE: Fileset within a jar file

2004-11-23 Thread Erskine, Chris
gt; Subject: Re: Fileset within a jar file > > You are actually using *two* filesets, the implicit > fileset associated with the jar task (triggered by the "basedir" > attribute), > and the explicit one as

Re: Fileset within a jar file

2004-11-23 Thread Peter Reilly
You are actually using *two* filesets, the implicit fileset associated with the jar task (triggered by the "basedir" attribute), and the explicit one associated with the nested element. Use: or

Fileset within a jar file

2004-11-22 Thread Erskine, Chris
Working with Ant 1.6.2 on a Linux machine, I am trying to create a jar file. As part of my jar file, I want to exclude my test classes. I am using the following: The problem that I am having is that it is