a simple zip assembly

2008-07-08 Thread Kallin Nagelberg
Hi, I'm trying to build a simple distribution with the following layout: + |---bin |---libs There are some scripts in the bin folder that build a classpath using the lib folder. It should be distributed as a ZIP. One caveat: Initially it is built as a template. That is, there is a core

Re: a simple zip assembly

2008-07-08 Thread Kallin Nagelberg
One problem I'm having is obtaining the initial template ZIP. I managed to deploy the template artifact, which is of type JAR. I don't care about the JAR, but it also deploys my ZIP. Apparently 'zip' isn't a valid package type. Now I want to unpack that to use in another project. I want to use