Hi

I am using the 1.0-alpha-1 version of the Maven Webstart Plugin. It works for us, but I have some questions and remarks:

1. It seems odd to have to define the template.vm in src/jnlp and the resources in src/main/jnlp. Should the locations not be src/main/jnlp (for template.vm) and src/ resources/jnlp for the resources?

2. It would be handy if the $version could be added to the jnlp parsed values.

3. We use jar references as <jar href="..." download="lazy" part="..."/> which can only be handled at this time by hardcoding them into template.vm and not using $dependencies.

4. Is there a way to auto-unzip the generated webstart application into target/site so that the application
can be deployed with the site (for simple webstart apps only).

Let me know.

Regards
Mark Donszelmann
Stanford


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

Reply via email to