How to create self extracting archive?

2009-07-21 Thread Chris Helck
Assembly plugin is very nice, but I need to add one more step. Once I have the package.tar.gz file, I need to create a new file, which in Linux I would do as: cat extract.txt package.tar.gz package.sh chmod a+x package.sh The file 'extract.txt' is my code to support self extracting archives

Re: How to create self extracting archive?

2009-07-21 Thread Jeff MAURY
Have a look at the appassembler maven plugin from codehaus Jeff maury 2009/7/21, Chris Helck chris.he...@us.icap.com: Assembly plugin is very nice, but I need to add one more step. Once I have the package.tar.gz file, I need to create a new file, which in Linux I would do as: cat