Hi, I'm using maven-webstart-plugin to generate a zip file with all dependencies and pack200 versions of each jar. On the server side I'm not using JnlpDownloadServlet. I'm using apache to handle pack200 delivery, as described in [1]. What I wanted is to generate each jar with the ".unpacked" extension, i.e. instead of xyz-1.0.0.jar and xyz-1.0.0.jar.pack.gz I would get xyz-1.0.0.jar.unpacked and xyz-1.0.0.jar.pack.gz. How can I do this?
[1] http://sixlegs.com/blog/java/pack200-apache.html Thanks, Danilo --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email