pfileset should support a nested pattern
> specification
>
>
> -Original Message-
> From: hdockter [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2008 9:14 AM
> To: user@ant.apache.org
> Subject: Re: Exclude files from an archive of a zipgroupfileset
>
to the Ant documentation, uses all the
> attributes of including the "excludes" attribute. (See
> <http://ant.apache.org/manual/CoreTypes/zipfileset.html>).
>
> You could probably (although I've never tried this) use and
> subtasks as you can in .
>
> On Mo
Is there a way to exclude files from an archive of a zipgroupfileset? If not,
is this a planned feature for a future release.
- Hans
--
Hans Dockter
Gradle Project lead
http://www.gradle.org
--
View this message in context:
http://www.nabble.com/Exclude-files-from-an-archive-of-a-zipgroupfiles
With a Groovy based build tool I have the following problem.
The JVM this build tool is running in, is started with a jar in the
classpath that contains a certain Ant task (groovyc). What I need now is a
way to define a groovyc task from _another_ jar with a different version.
I try to do this t