Thanks,
I might look into the plexus-archiver in time and also supply apt docs
for the webstart report, but not immediatly due to some priority issues
at spring-richclient...
With kind regards,
Geoffrey De Smet
jerome lacoste wrote:
On 5/12/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote:
I 've trying to unsign the jars all day now, and I am giving up...
I know this very easy way works though:
- Sign them (even if they are signed)
- Remove the *.SF/*.RSA file if it's not yours.
The other way around probably works too.
So only thing the webstart plugin should do is:
- If it's already signed by someone else (I would hack this for now to
"if it's already signed in the repo" as you don't want to resign already
signed files by yourself in target/jnlp)
then first remove *.SF/*.RSA (and *.sf/*.rsa) from the Zip file before
signing it.
Sounds easy enough right? And in webstart the ANT tasks are already
included and it includes a zip and unzip task. But there isn't an Unzip
class (there is a zip class) Using Sun's ZipStream's is more boilerplate
I presume.
I suggest to you the plexus-archiver, the same way the jar-archiver works..
Jerome