Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Valerio Schiavoni
Hi Chris, here is a working for me template.vm: ?xml version=1.0 encoding=utf-8? jnlp spec=1.0+ codebase=file:. xhref=$outputFile information titleyour title here/title vendoryour vendor here/vendor homepage xhref=myapp.html/ descriptionyour descrtion here/description

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-11-06 Thread Chris Michiels
Hi Valerio, Thanks for your answer but my JWS Demo App is already up-and-running using two modules : jws (the jws app) and jws-war (the download webapp). So if you are interested ... my template.vm is similar to yours and I use the JnlpDownloadServlet to get the final missing peaces. In my jws

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 7:15, Chris Michiels escribió: Thanks Paul, Adding additional snapshot repo's did do the job, Any experience with the webstart-maven-plugin ? It worked fine for me. Just beware with something a little strange: Velocity templates (.vm) must be in src/jnlp, while additional

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : ?xml version=1.0 encoding=utf-8? jnlp codebase=$$codebase

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 13:24, Chris Michiels escribió: Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : ?xml version=1.0

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés! Best regards, C. 2006/10/24, Andrés [EMAIL PROTECTED]: El 24/10/2006 13:24, Chris Michiels escribió: Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the

webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread Chris Michiels
When using the webstart-maven-plugin:1.0-alpha-1-SNAPSHOT I get the error that it needs maven-jar-plugin:jar:2.1-SNAPSHOT. Only the 2.1 version is available on http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-jar-plugin/. What is the best way to deal with this please ? Thanks!

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread pjungwir
Snapshots live in a separate repository. See here for information on obtaining snapshots: http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html HTH, Paul -- View this message in context:

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-23 Thread Chris Michiels
Thanks Paul, Adding additional snapshot repo's did do the job, Any experience with the webstart-maven-plugin ? Chris 2006/10/23, pjungwir [EMAIL PROTECTED]: Snapshots live in a separate repository. See here for information on obtaining snapshots: