Re: Java Web Start and packaging of Axis2-libs

2008-09-06 Thread Andreas Veithen
Michael, If you use Maven to build your application, you can use the maven- assembly-plugin with the built-in jar-with-dependencies descriptor to achieve this: maven-assembly-plugin jar-with-dependencies make-assembly package attach

Re: Java Web Start and packaging of Axis2-libs

2008-09-04 Thread Stefan Goetz
...do you know FatJar from Eclipse? This could help. S. Michael Sonntag wrote: Hello everyone! I'm developing an Axis2/Java client that should be deployed via Java Web Start. As Axis has got a lot of dependencies to third party libs, I'd like to put all of the required jars into a single file,

Java Web Start and packaging of Axis2-libs

2008-09-04 Thread Michael Sonntag
Hello everyone! I'm developing an Axis2/Java client that should be deployed via Java Web Start. As Axis has got a lot of dependencies to third party libs, I'd like to put all of the required jars into a single file, so that the client just needs to download that "axis2-client-libs.jar" instead of