Hello, I had same error message and when I removed "libPath" parameter from webstart plugin configuration the problem solved.
Jerome Lacoste-2 wrote: > > On 7/27/07, David C. Hicks <[EMAIL PROTECTED]> wrote: >> I have an intermittent problem with the WebStart plugin that I hope >> someone might be able to help me with. Occasionally, but more often >> than not, I get the following exception from the plugin: >> >> java.lang.IllegalStateException: the number of signed artifacts differ >> from the number of modified artifacts. >> >> This same build works great on my machine at the office, but fails often >> on my machine at home. I'm running JDK 1.4.2_13, but using the JDK >> 1.5.0_12 jar signer because it runs faster. (A simple symlink redirects >> to the jar signer from my 1.4.2 installation.) >> >> The exception I see when I add the -e flag to my maven build doesn't >> really give me any additional information. Any ideas? >> >> Thanks, >> David > > David, use the Mojo users list to report problems about the webstart > plugin. > > The failure you have is an internal check inside the webstart plugin. > > Can you try to use maven -X and port a log of the failed execution ? > > mvn -X > mvn.log > > Jerome > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Problem-with-Webstart-Plugin-tf4159249s177.html#a12442033 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
