RE: Java 5 fails to run jar files created with Ant 1.9.0

2013-03-28 Thread Welsh, Armand
What happens if you insert a manifest element instead of a manifest property, and let ANT dynamically build the manifest file? -Original Message- From: Marc Benstein [mailto:mbenst...@ultramain.com] Sent: Thu

RE: Which javac does ant use in its "javac" task?

2013-01-16 Thread Welsh, Armand
I understand this won't answer your question, but why wouldn't you just build your classpath using the path element tag, and let ANT build the fully qualified list instead of using wildcards in the javac classpath? You can do what you want like this: