Hey all, I have an ant-run task that helps to package a jar in a specific way. I would like to include all the runtime libs defined in the pom.xml into the /lib location (flattened) of the jar.
How can I do this? When I make references to maven.runtime.classpath in build.xml, it's a <path> type construct and I can not use <copy> on it... Thanky, -D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
