Hi, AS> in Ant 1.2 you should be able to achieve this using the jar built-in task AS> and the Jlink optional task -see the docs for more info on Jlink. I read it very carefully and I spent some minutes to write testcode using jar / jlink. Problem is: even jlink has a property "compress" - so I have to tell if the output should be compressed; I tried compress="on" - but all my trials failed. Anyway, exec does the job. greetings,
