Re: howto reuse includes and excludes definitions for different filesets

2007-12-10 Thread Ingo Siebert
://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_

howto reuse includes and excludes definitions for different filesets

2007-12-07 Thread Ingo Siebert
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

how to use a fileset with the pack200 task?

2005-07-19 Thread Ingo Siebert
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