Related to my previous post http://www.nabble.com/mvn-release-plugin-and-platform-specific-executable-jars-td18145554.html, I am wondering if it is possible to manually append a jar to the classpath of the manifest in the archive. If this is possible, I could manually add an swt jar to the classpath of my executable jar when the assembly is being created for each native platform I am releasing to.
Or is there some other way that I can append to the classpath the correct SWT jar so that it is run. Java seems to ignore the -cp argument when -jar is used. I don't wish to have to use a custom class loader as that seems like a bad hack around a maven limitation (if one exists). Thanks, Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]