On Dec 21, 2007 9:40 AM,  <[EMAIL PROTECTED]> wrote:
> Citeren Jerome Lacoste <[EMAIL PROTECTED]>:
[...]
>
> > * look at the examples under
> > https://svn.codehaus.org/mojo/trunk/mojo/webstart-maven-plugin/plugin/src/it/.
> > they are used as integration tests and apart from the
> > <version>testing</version> in the POM, they are identical to real life
> > projects.
> >
>
> I thought I already had a look at those, but I'll try again.
>
> > Feel free to send mvn -X output and pom.xml extracts if you still
> > have issues.
> >
>
> Done! I've attached my (complete) pom.xml, and the complete output of
> 'mvn -X webstart:jnlp'.
>
> Thanks for your help so far!


Look at the log:

[INFO] jarsigner error: java.lang.RuntimeException: keystore load:
D:\tmp\my.keystore (The system cannot find the path specified)

You have to change your jar configuration and use a better location
for your keystore.

If it is temporary, you could use something like
${project.build.directory}/my.keystore

if it is not temporary. generate it manually or using the keytool
mojo, then make maven reuse it from there and NOT delete it after its
use.

Cheers,

Jerome
>
> Erik
>
> > Cheers,
> >
> > Jerome
> >
>
>
>



-- 
Jerome Lacoste

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to