Jim Birchfield <[EMAIL PROTECTED]> wrote on 29/09/2002 12:27:39 PM: > 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.
Sounds good. > 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. Cool. > > How would this work? Would this plugin become part of the core plugins, > or should it stay as a 'third-party' plugin? I'd like it to be a plugin provided with maven, as it's a fairly common thing for java apps and a good companion to the java plugin. > Jim -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
