On 5/8/06, Veerman, Christiaan <[EMAIL PROTECTED]> wrote:
Hi Jerome:
I think I might have a workaround... I have a separate client.jnlp
project that uses the jnlp plugin and I will move those target artifacts
to my war.
That being said, I'm getting an exception at the template.vm.
The exception is:
Caused by: java.lang.IllegalArgumentException: Could not load the
template file from
'C:\workspace\manager\client.jnlp/src/jnlp/template.vm'
It's probably a velocity path issue (or you didn't place your
template.vm in the expected place).
Could you:
ensure that you have created the template.vm in
C:\workspace\manager\client.jnlp\src\jnlp\template.vm
if your template is there, open an issue in Jira. You might want to
test the attached patch (I hope it compiles, I couldn't test it here).
If that doesn't work, attach a log of the problem (mvn -X ...) to the
issue (remove key signing sensitive information from the log if
needed).
Cheers,
Jerome