://ant.apache.org/manual/CoreTypes/fileset.html
Hope it helps,
Dmitri.
2007/12/7, Ingo Siebert <[EMAIL PROTECTED]>:
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_
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
Hi,
i just want to create a pack200 archives of my jar files.
At the moment, i'm sign my jars with this target:
Now i want to create for every *.jar in my "clientLib" directory a
pack200-archive.
The pack200 task is used this way:
My problem is, that my task doesn't accept