Hi,

What is your jnlp plugin version?

Do you define maven.jnlp.jardiff property?

Emmanuel

----- Original Message ----- 
From: "Kevin S. Clarke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 08, 2004 1:10 AM
Subject: Maven and JNLP plugin


> Hi,
>
> I'm new to the JNLP plugin and I do not seem to be able to figure out
> what it is doing.  I have the following in my project.properties:
>
> maven.jnlp.usejarversions=true
> maven.jnlp.signjar.store=/home/kevin/.keystore
> maven.jnlp.signjar.storepass=****
> maven.jnlp.signjar.alias=medlane
>
> When I run "maven jnlp", the jars build and get signed, but the jars
> that are left in the target/jnlp directory have names like
> medlane__V0.0.1.jar rather than medlane-0.0.1.jar (which is what they
> are called in the target/jnlp_temp directory).
>
> The version.xml file that get created and left in target/jnlp has sections
like:
>
>   <resource>
>     <pattern>
>       <name>medlane-0.0.1.jar</name>
>       <version-id>0.0.1</version-id>
>     </pattern>
>     <file>medlane-0.0.1.jar</file>
>   </resource>
>
> I'm new to JNLP too (used it once about a year and a half ago), but it
> looks like there is some disjunct here.  I've tried it without
> usejarversions too and I get the same jar names in the target/jnlp
> directory just no version.xml file.
>
> Any thoughts on what I'm doing wrong?
>
> Thanks, Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to