>Bug: 39153 >Add notes (log+manual) that <java> does not handle >jar+classpath together (more exactly Java itself does not).
On the other hand we could convert the jar-attribute to a path element, so <java jar="one.jar" fork="true"> <classpath> <pathelement path="two.jar"/> </classpath> </java> becomes to <java mainclass="---" fork="true"> <classpath> <pathelement path="one.jar"/> <pathelement path="two.jar"/> </classpath> </java> Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]