OK, I have worked on this a bit tonight. I have most of it done. I have support for generating the jnlp file. You have to specify things like codebase, j2se verion, permissions, descriptions, and main class. The generated JNLP file is bare, but contains most of the things you need. Currently it does not support things such as nativelib, os, etc. It also has support for signing all the jars against a keystore. It will sign the generated project jar and all project dependencies into a directory target/jnlp.
I need to clean some things up. I need to do things like check for the existence of the keystore, allow a flag for signing jars(right now it is a seperate goal, I think it should just be part of it if the flag is set), support for the entire JNLP spec in the generated JNLP file. I will probably have some more time to work on it tomorrow and hopefully have it cleaned up enough to release tomorrow night. How would this work? Would this plugin become part of the core plugins, or should it stay as a 'third-party' plugin? Jim On Sat, 28 Sep 2002, Jim Birchfield wrote: > I might be working on this this weekend. We have one webstart app at > work, and xince we are Mavenizing, it might be good for us to have. I > will let you know if I get anyhing done on it. > > Jim > > On Sun, 29 Sep 2002 [EMAIL PROTECTED] wrote: > > > Nope, but sounds like a good one. > > -- > > dIon Gillard, Multitask Consulting > > Work: http://www.multitask.com.au > > Developers: http://adslgateway.multitask.com.au/developers > > > > > > Ben Walding <[EMAIL PROTECTED]> wrote on 28/09/2002 10:04:52 PM: > > > > > I don't suppose anyone is working on a webstart / JNLP plugin > > > (something to write the JNLP file based on the project dependencies / > > > sign the files etc)? > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > > [EMAIL PROTECTED]> > > > > > > > > > -- > > To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
