OK, I think we have a bug.

The jardiff mode convert all non-snapshot artefact to
dependencyName__VdependencyVersion.
So, only snapshot jar must be put into the version.xml file when you use the
jardiff mode.
Can you open an issue (http://jira.codehaus.org/browse/MPJNLP) and
eventually purpose a patch.

Emmanuel

----- Original Message ----- 
From: "Kevin S. Clarke" <[EMAIL PROTECTED]>
To: "Emmanuel Venisse" <[EMAIL PROTECTED]>
Cc: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 08, 2004 8:24 PM
Subject: Re: Maven and JNLP plugin


> Hi,
>
> I'm using plugin version 1.4.1.
>
> I have jardiff set for true.
>
> Thanks, Kevin
>
>
> On Wed, 8 Sep 2004 10:47:38 +0200, Emmanuel Venisse
> <[EMAIL PROTECTED]> wrote:
> > 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]
>
>


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

Reply via email to