Hi David, I had the same problem when upgrading from alpha-1 to alpha-2. In my case it was because the plugin is no longer bound automatically to the package phase. You have to modify the plugin configuration in your pom.xml to execute the appropriate goal in the package phase.
Cheers, Kevin On Tue, 2007-08-28 at 21:04 +0200, Jerome Lacoste wrote: > On 8/28/07, David Corbin <[EMAIL PROTECTED]> wrote: > > I'm trying to build the webstart plugin because I wish to enhance it. I'm > > actually able to checkout the trunk, and build the plugin. However I cannot > > get it to work. > > > > I have another project that uses webstart, and once I've installed the > > newly-built webstart plugin building my project just "glosses over" the > > webstart, never signing the jars required or producing any output. > > David, > > Did you use webstart plugin version 1.0-alpha-1 before you upgraded to > the latest snapshot ? If so you have to make sure you use the right > mojo. Some things changed after 1.0-alpha-1. > > I recommend that you carefully read the documentation here: > > http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/index.html > > > Any suggestions on what I should be doing that I'm not? > > It's probably the problem above. Look at the test projects under > plugin/src/test/projects/ > for more info. > > If no please post about your problem, doing a maven -X and give us > relevant extract of your POM. > > > > Something you might also want to do is open an issue even before you > start working on your enhancement. That way we can tell you whether > this would fit with the other planned features. > > Cheers, > > Jerome > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email >
