Re: webstart application and Java7u25

2013-07-29 Thread Laurent Forêt
aucune responsabilité pour le contenu fourni. From: laurent.fo...@gmail.com Date: Fri, 26 Jul 2013 22:35:41 +0200 Subject: Re: webstart application and Java7u25 To: users@maven.apache.org Because applets may depend of other libraries . Laurent Forêt @laurentforet http

Re: webstart application and Java7u25

2013-07-26 Thread Laurent Forêt
Hello Davide, I had the same issue with signing applets. After a quick search, I come to the conclusion that we need to override the jarsigner plugin with writing a new mojo which will use use the maven archiver ( http://maven.apache.org/shared/maven-archiver/index.html) and the mecanism of

Re: webstart application and Java7u25

2013-07-26 Thread Jeff MAURY
I don't see why do you need of Mojo for that. Jeff On Fri, Jul 26, 2013 at 11:34 AM, Laurent Forêt laurent.fo...@gmail.comwrote: Hello Davide, I had the same issue with signing applets. After a quick search, I come to the conclusion that we need to override the jarsigner plugin with

Re: webstart application and Java7u25

2013-07-26 Thread Laurent Forêt
To secure and make deployable an applet or a WebStartApp, you have to : * get the dependencies * modify each manifest (you also have to deal with http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html#) * and sign the jar. If you have something else than a specific mojo

Re: webstart application and Java7u25

2013-07-26 Thread Jeff MAURY
I didn't get the dependency issue. Jeff On Fri, Jul 26, 2013 at 5:49 PM, Laurent Forêt laurent.fo...@gmail.comwrote: To secure and make deployable an applet or a WebStartApp, you have to : * get the dependencies * modify each manifest (you also have to deal with

Re: webstart application and Java7u25

2013-07-26 Thread Laurent Forêt
Because applets may depend of other libraries . Laurent Forêt @laurentforet http://www.devcoop.fr On Fri, Jul 26, 2013 at 10:00 PM, Jeff MAURY jeffma...@jeffmaury.comwrote: I didn't get the dependency issue. Jeff On Fri, Jul 26, 2013 at 5:49 PM, Laurent Forêt laurent.fo...@gmail.com

RE: webstart application and Java7u25

2013-07-26 Thread Martin Gainty
pouvons accepter aucune responsabilité pour le contenu fourni. From: laurent.fo...@gmail.com Date: Fri, 26 Jul 2013 22:35:41 +0200 Subject: Re: webstart application and Java7u25 To: users@maven.apache.org Because applets may depend of other libraries . Laurent Forêt @laurentforet http

webstart application and Java7u25

2013-07-25 Thread Davide Silvestre
Hello, In Java 7u25 the following change has been introduced: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html This requires that all the jars included in my webstart application have 2 extra entries in their manifest files. I build and I sign the jars contained in my