You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Daniel Frey <da...@xmatrix.ch> on 2004/08/13 19:00:00 UTC

JNLP Plugin not working in 1.0

Hi there
 
I am building my JNLP Application the first time since the change to 1.0
final. I have removed all plugins and the .maven directory when I switched
to 1.0. However, the jnlp task behaves strange. Instead of signing all the
JARs I get a directory with one ".jar" file, the jnlp file and the project
jar:
 
ch.xmatrix.ups.ust.jnlp
ch.xmatrix.ups.ust-1.0-20040813.jar
.jar
 
Maven does not generate an error:
 
jnlp:generate-jnlp:
    [mkdir] Created dir: E:\Daten\UPS\UST\target\jnlp
    [echo] Creating E:\Daten\UPS\UST/target/jnlp/ch.xmatrix.ups.ust.jnlp ...
    [mkdir] Created dir: E:\Daten\UPS\UST\target\jnlp_temp
Update Manifest in ch.xmatrix.ups.ust-1.0-20040813.jar
Update Manifest in commons-io-20040220.051900.jar
Update Manifest in binding-0.9.21.jar
Update Manifest in forms-1.0.5-20040813.jar
Update Manifest in looks-1.3-20040813.jar
Update Manifest in uif-1.4-20040813.jar
Update Manifest in uif-extras-1.4-20040813.jar
Update Manifest in log4j-1.2.8.jar
Update Manifest in commons-lang-2.0.jar
Update Manifest in hsqldb-1.7.2-rc5.jar
Update Manifest in model-0.1-200404211524.jar
Update Manifest in hsqldbimpl-0.1-200404211738.jar
Update Manifest in xmatrix-1.0.jar
Update Manifest in taxa-1.0.jar
Update Manifest in ch.jfactory.component.FixedFormatTextField-SNAPSHOT.jar
Update Manifest in ch.jfactory.component.tree.filter-SNAPSHOT.jar
Update Manifest in ch.jfactory.component.tree-SNAPSHOT.jar
Update Manifest in ch.jfactory.resource-SNAPSHOT.jar
Update Manifest in ch.jfactory.action-SNAPSHOT.jar
Update Manifest in ch.jfactory.file-SNAPSHOT.jar
Update Manifest in ostermiller-utils-1.03.00.jar
    [echo] Found a store...signing jars
    [echo] Signing jar files ...
    [echo] Not Using JarDiff ...
    [signjar] Signing Jar :
E:\Daten\UPS\UST\target\jnlp_temp\ch.xmatrix.ups.ust-1.0-20040813.jar
    [signjar] Signing Jar :
E:\Daten\UPS\UST\target\jnlp_temp\commons-io-2004022
0.051900.jar
BUILD SUCCESSFUL
Total time: 24 seconds
 
Sombody met that problem, or even knows what it could be?
Thanks in advance,
Daniel

Re: JNLP Plugin not working in 1.0

Posted by Martin van den Bemt <ml...@mvdb.net>.
Change the maven.final.name variable used as the ouput to pom.artifactId
should fix the issue afaik..

Mvgr,
Martin

On Fri, 2004-08-13 at 23:54, Daniel Frey wrote:
> Thanks for the hint. I am a little bit helpless in understanding the real
> solution out of the description and comments. Additionally this bug won't
> get fixed? 
> 
> It seems to me as a newbe to internals of maven that the two java files
> could be the solution. The diff indicates that these files exists somewhere.
> But where? I don't find any files like that in the .maven or the install
> directory. Any hints for how to install the patch (if it is one)?
> 
> Thanks a lot
> Daniel
> 
> > -----Ursprüngliche Nachricht-----
> > Von: mwe@tlen.pl [mailto:mwe@tlen.pl] 
> > Gesendet: Freitag, 13. August 2004 22:34
> > An: Maven Users List
> > Betreff: Re: JNLP Plugin not working in 1.0
> > 
> > 
> > It is a bug in plugin.jelly. See:
> > http://jira.codehaus.org/browse/MPJNLP-13
> > 
> > Marcin Werla
> > 
> > ---- Wiadomość Oryginalna ----
> > Od: Daniel Frey <da...@xmatrix.ch>
> > Do: 'Maven Users List' <us...@maven.apache.org>
> > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > Temat: JNLP Plugin not working in 1.0
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
-- 
Mvgr,
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: JNLP Plugin not working in 1.0

Posted by Dion Gillard <di...@gmail.com>.
I've fixed one part of JNLP-13.

If you still want me to add the other properties, I'm happy to work on it.

On Sat, 14 Aug 2004 14:09:22 +0200, Martin van den Bemt <ml...@mvdb.net> wrote:
> The fix is in http://jira.codehaus.org/browse/MPJNLP-13..
> 
> Mvgr,
> Martin
> 
> On Sat, 2004-08-14 at 06:58, Dion Gillard wrote:
> > The bug can be fixed if someone is interested.
> >
> > On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey <da...@xmatrix.ch> wrote:
> > > Thanks for the hint. I am a little bit helpless in understanding the real
> > > solution out of the description and comments. Additionally this bug won't
> > > get fixed?
> > >
> > > It seems to me as a newbe to internals of maven that the two java files
> > > could be the solution. The diff indicates that these files exists somewhere.
> > > But where? I don't find any files like that in the .maven or the install
> > > directory. Any hints for how to install the patch (if it is one)?
> > >
> > > Thanks a lot
> > > Daniel
> > > 
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > > Gesendet: Freitag, 13. August 2004 22:34
> > > > An: Maven Users List
> > > > Betreff: Re: JNLP Plugin not working in 1.0
> > >
> > >
> > > >
> > > >
> > > > It is a bug in plugin.jelly. See:
> > > > http://jira.codehaus.org/browse/MPJNLP-13
> > > >
> > > > Marcin Werla
> > > >
> > > > ---- Wiadomość Oryginalna ----
> > > > Od: Daniel Frey <da...@xmatrix.ch>
> > > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > > Temat: JNLP Plugin not working in 1.0
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > >
> -- 
> Mvgr,
> Martin
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: AW: JNLP Plugin not working in 1.0

Posted by Martin van den Bemt <ml...@mvdb.net>.
The only line that needs fixing is in plugin.jelly :
-                        <j:set var="lib.file.signedname"
value="${lib.final.name}.jar"/>
+                        <j:set var="lib.file.signedname"
value="${dep.artifact}"/>

- means delete
+ means add.

Just find it in plugin.jelly and replace the line..

Don't know if it is wise to do the complete patch (unless you use key
passwords). Normally we use patch to patch the files (using cygwin or
linux)

Mvgr,
Martin

On Sat, 2004-08-14 at 14:59, Daniel Frey wrote:
> Could you give some hints how to apply the patches?
> 
> Thanks in advance
> Daniel 
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Martin van den Bemt [mailto:mllist@mvdb.net] 
> > Gesendet: Samstag, 14. August 2004 14:09
> > An: Maven Users List
> > Betreff: Re: JNLP Plugin not working in 1.0
> > 
> > The fix is in http://jira.codehaus.org/browse/MPJNLP-13..
> > 
> > Mvgr,
> > Martin
> > 
> > On Sat, 2004-08-14 at 06:58, Dion Gillard wrote:
> > > The bug can be fixed if someone is interested.
> > > 
> > > On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey 
> > <da...@xmatrix.ch> wrote:
> > > > Thanks for the hint. I am a little bit helpless in 
> > understanding the 
> > > > real solution out of the description and comments. 
> > Additionally this 
> > > > bug won't get fixed?
> > > > 
> > > > It seems to me as a newbe to internals of maven that the two java 
> > > > files could be the solution. The diff indicates that 
> > these files exists somewhere.
> > > > But where? I don't find any files like that in the .maven or the 
> > > > install directory. Any hints for how to install the patch 
> > (if it is one)?
> > > > 
> > > > Thanks a lot
> > > > Daniel
> > > > 
> > > > > -----Ursprüngliche Nachricht-----
> > > > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > > > Gesendet: Freitag, 13. August 2004 22:34
> > > > > An: Maven Users List
> > > > > Betreff: Re: JNLP Plugin not working in 1.0
> > > > 
> > > > 
> > > > >
> > > > >
> > > > > It is a bug in plugin.jelly. See:
> > > > > http://jira.codehaus.org/browse/MPJNLP-13
> > > > >
> > > > > Marcin Werla
> > > > >
> > > > > ---- Wiadomość Oryginalna ----
> > > > > Od: Daniel Frey <da...@xmatrix.ch>
> > > > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > > > Temat: JNLP Plugin not working in 1.0
> > > > >
> > > > >
> > > > >
> > > > > 
> > ------------------------------------------------------------------
> > > > > --- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > > >
> > > > 
> > > > 
> > > > 
> > --
> > Mvgr,
> > Martin
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> > 
-- 
Mvgr,
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


AW: JNLP Plugin not working in 1.0

Posted by Daniel Frey <da...@xmatrix.ch>.
Could you give some hints how to apply the patches?

Thanks in advance
Daniel 

> -----Ursprüngliche Nachricht-----
> Von: Martin van den Bemt [mailto:mllist@mvdb.net] 
> Gesendet: Samstag, 14. August 2004 14:09
> An: Maven Users List
> Betreff: Re: JNLP Plugin not working in 1.0
> 
> The fix is in http://jira.codehaus.org/browse/MPJNLP-13..
> 
> Mvgr,
> Martin
> 
> On Sat, 2004-08-14 at 06:58, Dion Gillard wrote:
> > The bug can be fixed if someone is interested.
> > 
> > On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey 
> <da...@xmatrix.ch> wrote:
> > > Thanks for the hint. I am a little bit helpless in 
> understanding the 
> > > real solution out of the description and comments. 
> Additionally this 
> > > bug won't get fixed?
> > > 
> > > It seems to me as a newbe to internals of maven that the two java 
> > > files could be the solution. The diff indicates that 
> these files exists somewhere.
> > > But where? I don't find any files like that in the .maven or the 
> > > install directory. Any hints for how to install the patch 
> (if it is one)?
> > > 
> > > Thanks a lot
> > > Daniel
> > > 
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > > Gesendet: Freitag, 13. August 2004 22:34
> > > > An: Maven Users List
> > > > Betreff: Re: JNLP Plugin not working in 1.0
> > > 
> > > 
> > > >
> > > >
> > > > It is a bug in plugin.jelly. See:
> > > > http://jira.codehaus.org/browse/MPJNLP-13
> > > >
> > > > Marcin Werla
> > > >
> > > > ---- Wiadomość Oryginalna ----
> > > > Od: Daniel Frey <da...@xmatrix.ch>
> > > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > > Temat: JNLP Plugin not working in 1.0
> > > >
> > > >
> > > >
> > > > 
> ------------------------------------------------------------------
> > > > --- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > > 
> > > 
> > > 
> --
> Mvgr,
> Martin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

Re: JNLP Plugin not working in 1.0

Posted by Martin van den Bemt <ml...@mvdb.net>.
The fix is in http://jira.codehaus.org/browse/MPJNLP-13..

Mvgr,
Martin

On Sat, 2004-08-14 at 06:58, Dion Gillard wrote:
> The bug can be fixed if someone is interested.
> 
> On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey <da...@xmatrix.ch> wrote:
> > Thanks for the hint. I am a little bit helpless in understanding the real
> > solution out of the description and comments. Additionally this bug won't
> > get fixed?
> > 
> > It seems to me as a newbe to internals of maven that the two java files
> > could be the solution. The diff indicates that these files exists somewhere.
> > But where? I don't find any files like that in the .maven or the install
> > directory. Any hints for how to install the patch (if it is one)?
> > 
> > Thanks a lot
> > Daniel
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > Gesendet: Freitag, 13. August 2004 22:34
> > > An: Maven Users List
> > > Betreff: Re: JNLP Plugin not working in 1.0
> > 
> > 
> > >
> > >
> > > It is a bug in plugin.jelly. See:
> > > http://jira.codehaus.org/browse/MPJNLP-13
> > >
> > > Marcin Werla
> > >
> > > ---- Wiadomość Oryginalna ----
> > > Od: Daniel Frey <da...@xmatrix.ch>
> > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > Temat: JNLP Plugin not working in 1.0
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > 
> > 
> > 
-- 
Mvgr,
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: AW: JNLP Plugin not working in 1.0

Posted by Dion Gillard <di...@gmail.com>.
Fixed in CVS

On Sat, 14 Aug 2004 14:59:12 +0200, Daniel Frey <da...@xmatrix.ch> wrote:
> I would be very interested in the fix being integrated into an update of the
> JNLP plugin.
> 
> Thanks in advance
> Daniel
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Dion Gillard [mailto:dion.gillard@gmail.com]
> > Gesendet: Samstag, 14. August 2004 06:59
> > An: Maven Users List
> > Betreff: Re: JNLP Plugin not working in 1.0
> >
> > The bug can be fixed if someone is interested.
> >
> > On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey
> > <da...@xmatrix.ch> wrote:
> > > Thanks for the hint. I am a little bit helpless in
> > understanding the
> > > real solution out of the description and comments.
> > Additionally this
> > > bug won't get fixed?
> > >
> > > It seems to me as a newbe to internals of maven that the two java
> > > files could be the solution. The diff indicates that these
> > files exists somewhere.
> > > But where? I don't find any files like that in the .maven or the
> > > install directory. Any hints for how to install the patch
> > (if it is one)?
> > >
> > > Thanks a lot
> > > Daniel
> > >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > > Gesendet: Freitag, 13. August 2004 22:34
> > > > An: Maven Users List
> > > > Betreff: Re: JNLP Plugin not working in 1.0
> > >
> > >
> > > >
> > > >
> > > > It is a bug in plugin.jelly. See:
> > > > http://jira.codehaus.org/browse/MPJNLP-13
> > > >
> > > > Marcin Werla
> > > >
> > > > ---- Wiadomosc Oryginalna ----
> > > > Od: Daniel Frey <da...@xmatrix.ch>
> > > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > > Temat: JNLP Plugin not working in 1.0
> > > >
> > > >
> > > >
> > > >
> > --------------------------------------------------------------------
> > > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> > --
> > http://www.multitask.com.au/people/dion/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


AW: JNLP Plugin not working in 1.0

Posted by Daniel Frey <da...@xmatrix.ch>.
I would be very interested in the fix being integrated into an update of the
JNLP plugin.

Thanks in advance
Daniel 

> -----Ursprüngliche Nachricht-----
> Von: Dion Gillard [mailto:dion.gillard@gmail.com] 
> Gesendet: Samstag, 14. August 2004 06:59
> An: Maven Users List
> Betreff: Re: JNLP Plugin not working in 1.0
> 
> The bug can be fixed if someone is interested.
> 
> On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey 
> <da...@xmatrix.ch> wrote:
> > Thanks for the hint. I am a little bit helpless in 
> understanding the 
> > real solution out of the description and comments. 
> Additionally this 
> > bug won't get fixed?
> > 
> > It seems to me as a newbe to internals of maven that the two java 
> > files could be the solution. The diff indicates that these 
> files exists somewhere.
> > But where? I don't find any files like that in the .maven or the 
> > install directory. Any hints for how to install the patch 
> (if it is one)?
> > 
> > Thanks a lot
> > Daniel
> > 
> > > -----Ursprüngliche Nachricht-----
> > > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > > Gesendet: Freitag, 13. August 2004 22:34
> > > An: Maven Users List
> > > Betreff: Re: JNLP Plugin not working in 1.0
> > 
> > 
> > >
> > >
> > > It is a bug in plugin.jelly. See:
> > > http://jira.codehaus.org/browse/MPJNLP-13
> > >
> > > Marcin Werla
> > >
> > > ---- Wiadomosc Oryginalna ----
> > > Od: Daniel Frey <da...@xmatrix.ch>
> > > Do: 'Maven Users List' <us...@maven.apache.org>
> > > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > > Temat: JNLP Plugin not working in 1.0
> > >
> > >
> > >
> > > 
> --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > 
> > 
> > 
> 
> 
> --
> http://www.multitask.com.au/people/dion/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

Re: JNLP Plugin not working in 1.0

Posted by Dion Gillard <di...@gmail.com>.
The bug can be fixed if someone is interested.

On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey <da...@xmatrix.ch> wrote:
> Thanks for the hint. I am a little bit helpless in understanding the real
> solution out of the description and comments. Additionally this bug won't
> get fixed?
> 
> It seems to me as a newbe to internals of maven that the two java files
> could be the solution. The diff indicates that these files exists somewhere.
> But where? I don't find any files like that in the .maven or the install
> directory. Any hints for how to install the patch (if it is one)?
> 
> Thanks a lot
> Daniel
> 
> > -----Ursprüngliche Nachricht-----
> > Von: mwe@tlen.pl [mailto:mwe@tlen.pl]
> > Gesendet: Freitag, 13. August 2004 22:34
> > An: Maven Users List
> > Betreff: Re: JNLP Plugin not working in 1.0
> 
> 
> >
> >
> > It is a bug in plugin.jelly. See:
> > http://jira.codehaus.org/browse/MPJNLP-13
> >
> > Marcin Werla
> >
> > ---- Wiadomość Oryginalna ----
> > Od: Daniel Frey <da...@xmatrix.ch>
> > Do: 'Maven Users List' <us...@maven.apache.org>
> > Data: Fri, 13 Aug 2004 19:00:00 +0200
> > Temat: JNLP Plugin not working in 1.0
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


JNLP Plugin not working in 1.0

Posted by Daniel Frey <da...@xmatrix.ch>.
Thanks for the hint. I am a little bit helpless in understanding the real
solution out of the description and comments. Additionally this bug won't
get fixed? 

It seems to me as a newbe to internals of maven that the two java files
could be the solution. The diff indicates that these files exists somewhere.
But where? I don't find any files like that in the .maven or the install
directory. Any hints for how to install the patch (if it is one)?

Thanks a lot
Daniel

> -----Ursprüngliche Nachricht-----
> Von: mwe@tlen.pl [mailto:mwe@tlen.pl] 
> Gesendet: Freitag, 13. August 2004 22:34
> An: Maven Users List
> Betreff: Re: JNLP Plugin not working in 1.0
> 
> 
> It is a bug in plugin.jelly. See:
> http://jira.codehaus.org/browse/MPJNLP-13
> 
> Marcin Werla
> 
> ---- Wiadomość Oryginalna ----
> Od: Daniel Frey <da...@xmatrix.ch>
> Do: 'Maven Users List' <us...@maven.apache.org>
> Data: Fri, 13 Aug 2004 19:00:00 +0200
> Temat: JNLP Plugin not working in 1.0
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

Re: JNLP Plugin not working in 1.0

Posted by mw...@tlen.pl.
It is a bug in plugin.jelly. See:
http://jira.codehaus.org/browse/MPJNLP-13

Marcin Werla

---- Wiadomość Oryginalna ----
Od: Daniel Frey <da...@xmatrix.ch>
Do: 'Maven Users List' <us...@maven.apache.org>
Data: Fri, 13 Aug 2004 19:00:00 +0200
Temat: JNLP Plugin not working in 1.0



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org