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