Re: jnlp plugin

2010-04-21 Thread sudharma karekar
e jar, >> since I have not installed it. >> >> Can someone suggest a way out? > > > -- > Dennis Lundberg > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For addit

Re: jnlp plugin

2010-04-21 Thread Dennis Lundberg
Does jnlp-war have a normal dependency on jnlp-main-jar? On 2010-04-21 08:47, sudharma karekar wrote: > > I have a parent project called jnlp-test under which I have two projects > jnlp-war and jnlp-main-jar > It looks something like this > > jnlp-test(parent) > jnlp-main-jar(child) > jnlp-war(c

jnlp plugin

2010-04-20 Thread sudharma karekar
someone suggest a way out? -- View this message in context: http://old.nabble.com/jnlp-plugin-tp28287955p28287955.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: [maven 1.x][jnlp plugin 1.4.1] takes very long time to sign jars

2006-10-30 Thread Lukas Theussl
Hi, First note that the jnlp plugin is not officially supported anymore by the Maven team. However, browsing the open bugs [1] there is none that would apply to your description. Quickly looking through the plugin.jelly file, I think the signing should be skipped if the property

[maven 1.x][jnlp plugin 1.4.1] takes very long time to sign jars

2006-10-30 Thread vincent . juge
Hi, I am using jnlp 1.4.1 plugin to generate my webstart client. At step of signing jars, it takes very very long time (more than 1h30) to sign just a few number of jars. The weird thing is that the cpu is nearly idle, an the memory is not full. My question is : - Is it possible to be

Re: Maven 2 JNLP plugin

2006-01-02 Thread Edwin Punzalan
, On the Maven plugin matrix I see that the JNLP plugin has a check mark under M2, but a X under FC, and the status says the M2 version is still in progress. I can't find the JNLP plugin anywhere on both Apache and Mojo websites. Could someone tell me if the plugin has been released? If not,

Maven 2 JNLP plugin

2005-12-29 Thread Yao, Zhihong
Hi, On the Maven plugin matrix I see that the JNLP plugin has a check mark under M2, but a X under FC, and the status says the M2 version is still in progress. I can't find the JNLP plugin anywhere on both Apache and Mojo websites. Could someone tell me if the plugin has been released? I

Re: maven2 jnlp plugin

2005-11-15 Thread Emmanuel Venisse
16:16:22 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I see on the plugin matrix (http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix) that a jnlp plugin is available for Maven2, but where can it be found? - T

Re: maven2 jnlp plugin

2005-11-15 Thread Geoffrey
he plugin matrix (http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix) that a jnlp plugin is available for Maven2, but where can it be found? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: maven2 jnlp plugin

2005-11-06 Thread Brett Porter
It is being worked on at http://mojo.codehaus.org/ On 5 Nov 2005 16:16:22 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I see on the plugin matrix > (http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix) > that a jnlp plugin is available for Maven2, but where

maven2 jnlp plugin

2005-11-05 Thread wireframe . 14937378
I see on the plugin matrix (http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix) that a jnlp plugin is available for Maven2, but where can it be found? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

JNLP-plugin + Eclipse RCP

2005-08-26 Thread Teemu Hiltunen
x27;ve got the Maven JNLP plugin to work with some simple Swing application, but I cannot make anything to work with Eclipse RCP stuff. Has anyone be doing something like this and would know where I could look for more help? I'd appreciate any pointers/examples/etc. The web page http://h

JNLP plugin

2005-08-12 Thread Jorge Nicolás Mikitiuk
I need to specify the OS attribute in the JNLP descriptor for some resources, but I don't find the tag, attribute or property for the dependency tag to do it. Example: my.jnlp ... http://www.mysite.com/ext/coolaudio";> Thanks you very much, h

Re: Maven JNLP Plugin

2005-05-12 Thread Emmanuel Venisse
Emil, I forward your mail to the Maven user list. > Excellent job on the plugin. Thanks. > > However one request would be for it to not overwrite the Manifest's in the signed jars. I need the manifest info in there because I use it in my code. You always overwrite with a blank jnlp.manifest fi

Maven JNLP plugin extensions

2005-01-20 Thread inEvo
he jnlp as there is no need to download any jar file... what i've done is : maven-jnlp-plugin maven 1.4 plugin j3d-webstart.dev.java.net release java3d-1.3-latest.jnlp still the result is not the expected even with the site definition i

Re: JNLP Plugin: use JAR files that are signed by different certificates?

2005-01-05 Thread Gezerk
I am trying to use the JNLP extensions (jnlp plugin 1.4.1, Maven 1.01). I have two issues, if I specify a jar is an extenision (using properties extension tags from the jnlp home page example). The dependancies I specify as extensions do not get copied to the jnlp.dir. Is this right? On Thu

Re: JNLP Plugin

2004-11-16 Thread Emmanuel Venisse
Actually, it isn't possible. You can open an issue and eventually provide a patch. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 12:53 AM Subject: JNLP Plugin How can I prevent re-updating the manife

JNLP Plugin

2004-11-15 Thread Jeremy_Barth
How can I prevent re-updating the manifest and re-signing the dependecy jars, but still sign the artifacts that I create?

RE: JNLP plugin

2004-10-25 Thread Colin Hawkett
) - should these be signed and copied as well? Thanks, Coln -Original Message- From: Colin Hawkett [mailto:[EMAIL PROTECTED] Sent: 22 October 2004 20:26 To: [EMAIL PROTECTED] Subject: JNLP plugin Hi, I am in the process of using the JNLP plugin, and I am having a couple of difficulties

JNLP plugin

2004-10-22 Thread Colin Hawkett
Hi, I am in the process of using the JNLP plugin, and I am having a couple of difficulties. Firstly my project structure is - BuildRoot Project A Project B I don't have the build root above projects A & B because I am using eclipse as a development environment, and this dictat

Re: Maven and JNLP plugin

2004-09-09 Thread Kevin S. Clarke
MAIL 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 fo

Re: Maven and JNLP plugin

2004-09-09 Thread Emmanuel Venisse
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 p

Re: Maven and JNLP plugin

2004-09-08 Thread Kevin S. Clarke
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? > > Em

Re: Maven and JNLP plugin

2004-09-08 Thread Emmanuel Venisse
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

Maven and JNLP plugin

2004-09-07 Thread Kevin S. Clarke
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

Réf. : Re: jnlp plugin 1.4.1

2004-08-26 Thread julien . kirch
>Can you redownload it and recheck? >Thanks. >Emmanuel This one's better Good for me De nada Julien This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify t

Re: jnlp plugin 1.4.1

2004-08-26 Thread Emmanuel Venisse
Can you redownload it and recheck? Thanks. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 2:59 PM Subject: jnlp plugin 1.4.1 > Hi maveners, > > When I try the jnlp plugin 1.4.1 I got a >

Re: jnlp plugin 1.4.1

2004-08-26 Thread Emmanuel Venisse
Apparently, I had a problem with the release. I recreate it now. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 2:59 PM Subject: jnlp plugin 1.4.1 > Hi maveners, > > When I try the jnlp plugin 1.4.1

jnlp plugin 1.4.1

2004-08-26 Thread julien . kirch
Hi maveners, When I try the jnlp plugin 1.4.1 I got a Could not load class: org.apache.maven.jnlp.UpdateManifest exception: java.lang.ClassNotFoundException: org.apache.maven.jnlp.UpdateManife java.lang.ClassNotFoundException: org.apache.maven.jnlp.UpdateManifest at

[ANN] Maven JNLP Plugin 1.4.1 release

2004-08-26 Thread Emmanuel Venisse
install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-jnlp-plugin -Dversion=1.4.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jnlp-plugin

RE: JNLP Plugin: use JAR files that are signed by different certificates?

2004-08-25 Thread Martin Skopp
age- > > From: Martin Skopp [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 19, 2004 2:03 AM > > To: Maven Users List > > Cc: [EMAIL PROTECTED] > > Subject: Re: JNLP Plugin: use JAR files that are signed > > bydifferentcertificates? > >

Re: JNLP Plugin: use JAR files that are signed by differentcertificates?

2004-08-18 Thread Martin Skopp
> > Emmanuel > > - Original Message - > From: "Martin Skopp" <[EMAIL PROTECTED]> > To: "Maven Users" <[EMAIL PROTECTED]> > Sent: Tuesday, August 17, 2004 4:03 PM > Subject: JNLP Plugin: use JAR files that are signed by > differentcertifi

Re: JNLP Plugin: use JAR files that are signed by differentcertificates?

2004-08-17 Thread Emmanuel Venisse
It's an open issue. If you want to reimplement it. http://jira.codehaus.org/browse/MPJNLP-2 Emmanuel - Original Message - From: "Martin Skopp" <[EMAIL PROTECTED]> To: "Maven Users" <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 4:03 PM Subject

JNLP Plugin: use JAR files that are signed by different certificates?

2004-08-17 Thread Martin Skopp
Hi, does the JNLP plugin support using JAR files that are signed by different certificates? Sun recommends to use the "extension" tag in the jnlp file - is that supported somehow by maven? ... ... See http://java.sun.com/products/javawebstart/faq.html#72 for details

Re: JNLP Plugin not working in 1.0

2004-08-15 Thread Dion Gillard
-----Ursprüngliche Nachricht- > > > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > Gesendet: Freitag, 13. August 2004 22:34 > > > > An: Maven Users List > > > > Betreff: Re: JNLP Plugin not working in 1.0 > > > > > > >

Re: AW: JNLP Plugin not working in 1.0

2004-08-15 Thread Dion Gillard
Fixed in CVS On Sat, 14 Aug 2004 14:59:12 +0200, Daniel Frey <[EMAIL PROTECTED]> 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- > &

Re: AW: JNLP Plugin not working in 1.0

2004-08-14 Thread Martin van den Bemt
:[EMAIL PROTECTED] > > 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 > > > &g

AW: JNLP Plugin not working in 1.0

2004-08-14 Thread Daniel Frey
Could you give some hints how to apply the patches? Thanks in advance Daniel > -UrsprÃngliche Nachricht- > Von: Martin van den Bemt [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 14. August 2004 14:09 > An: Maven Users List > Betreff: Re: JNLP Plugin not working in 1.0

AW: JNLP Plugin not working in 1.0

2004-08-14 Thread Daniel Frey
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:[EMAIL PROTECTED] > Gesendet: Samstag, 14. August 2004 06:59 > An: Maven Users List > Betreff: Re:

Re: JNLP Plugin not working in 1.0

2004-08-14 Thread Martin van den Bemt
üngliche Nachricht- > > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Gesendet: Freitag, 13. August 2004 22:34 > > > An: Maven Users List > > > Betreff: Re: JNLP Plugin not working in 1.0 > > > > > > > > > > > > >

Re: JNLP Plugin not working in 1.0

2004-08-13 Thread Dion Gillard
ll the patch (if it is one)? > > Thanks a lot > Daniel > > > -UrsprÃngliche Nachricht- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 13. August 2004 22:34 > > An: Maven Users List > > Betreff: Re: JNLP Plug

Re: JNLP Plugin not working in 1.0

2004-08-13 Thread Martin van den Bemt
t; directory. Any hints for how to install the patch (if it is one)? > > Thanks a lot > Daniel > > > -Ursprüngliche Nachricht- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 13. August 2004 22:34 > > An: Maven Users List > &

JNLP Plugin not working in 1.0

2004-08-13 Thread Daniel Frey
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 <[EMAIL

Re: JNLP Plugin not working in 1.0

2004-08-13 Thread mwe
It is a bug in plugin.jelly. See: http://jira.codehaus.org/browse/MPJNLP-13 Marcin Werla Wiadomość Oryginalna Od: Daniel Frey <[EMAIL PROTECTED]> Do: 'Maven Users List' <[EMAIL PROTECTED]> Data: Fri, 13 Aug 2004 19:00:00 +0200 Temat: JNLP Plu

JNLP Plugin not working in 1.0

2004-08-13 Thread Daniel Frey
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 fil

patch for supporting jardiff's in the jnlp plugin

2004-05-20 Thread Pelle Braendgaard
immensely between updates. The current of the jnlp plugin supports the versions.xml file which is used by the download servlet to map the jar files to specific version numbers. However it is currently handled indirectly. Currently the jnlp file has the following for a dependency:

Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
Sweet. maven.jnlp.properties=com.foo.value com.foo.value=bar So the properties seems to work. Still hacking with the turning offness of signed jars. [email was initially sent after exhausting the online documentation, but now i've a bee in my bonnet and am looking at the jelly code]

Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
I can see: ${maven.jnlp.properties} Though I don't know exactly what format that expects it in. I suspect looking into more would help. Whatever that is. On the signing jar issue. It seems to somehow think th

[jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell
I want to get system properties into my jnlp file. Anyway to do that with the plugin? ie) I also want to build without signing, at least until I discover that the client actually needs said permissions. How do I turn signing off? Thanks, Hen ---

incomplete JNLP-Plugin documentation

2003-09-16 Thread Christian Goos
Hi, The documentation is missing the property maven.jnlp.properties which is quite important to specify system-properties for the main-jar. Thanks for adding it to the documentation Christian -Original Message- From: Van Rompaey, Danny [mailto:[EMAIL PROTECTED] Sent: Tuesday, September