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