Ok, the name of the file may suggest that it would achieve my goals, but in practice it doesn't. I did give it a go and it resulted in all my jar dependencies being unpacked -
definitely not what I want.

Looking at the xml the line which does this is:
      <unpack>true</unpack>

Additionally it causes a jar file to be generated whereas I want something like a tar. None of
the three assembly files suit me which is why I had to tailor my own

Thanks
AW

On 20 Sep 2005, at 20:21, Daniel Schömer wrote:

Ashley Williams wrote:

I was expecting the jars from my dependencies section to be there.
[...]
Which resulted in a compressed file(s) containing my jar file and its
dependencies.
I was then able to uncompress it and launch with the java -jar command.


Well, you should have tried the descriptorId
"jar-with-dependencies".  It seems to me that this would have
created a jar that should fit your needs.

Daniel Schömer


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to