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" href="$outputFile.name">
 <resources>
 </resources>
 <application-desc main-class="${config.jnlp.mainClass}"/>
</jnlp>

TIA!

Chris

PS : in the past I just rejarred the jars after removing the "signing stuff"
from the META-INF when I had signing issues.

2006/10/24, Andrés <[EMAIL PROTECTED]>:


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 resources
must be in src/main/jnlp.

Besides, beware with jar signing, I had problems when trying to sign
javax jar's, because they're already signed by Sun. I didn't need them
really, so I removed them and it worked.

Andrés


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




--
Chris MICHIELS
Scire tuum nihil est, nisi te scire hoc sciat alter.

Reply via email to