Thank you Dmitri,
it works great.
Ingo
Dmitri Farafonov schrieb:
Couple ways:
First use patternset
http://ant.apache.org/manual/CoreTypes/patternset.html
And reuse the pattern:
Second create includes/excludes files:
And use includesfile and excludesfile attributes
http://an
Couple ways:
First use patternset
http://ant.apache.org/manual/CoreTypes/patternset.html
And reuse the pattern:
Second create includes/excludes files:
And use includesfile and excludesfile attributes
http://ant.apache.org/manual/CoreTypes/fileset.html
Hope it helps,
Dmitri.
-Ursprüngliche Nachricht-
> Von: Ingo Siebert [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 7. Dezember 2007 16:39
> An: user@ant.apache.org
> Betreff: howto reuse includes and excludes definitions for
> different filesets
>
> Hi,
>
> i have to create two files: src
Hi,
i have to create two files: src.zip and binary.jar .
The src.zip contains the source code files and the binary.jar contains
the class files.
They only contains a _subset_ of my complete project.
That's why i have to filesets.
// ...
// ...
But i don't wa