Issue Type: Bug Bug
Affects Versions: 1.0-beta-4
Assignee: Unassigned
Created: 07/Nov/13 8:04 AM
Description:

MWEBSTART-186 changed the default value for templateDirectory but I think did not make the required corresponding change to the default value for the template itself. Hence if inputTemplateResourcePath and inputTemplate are not specified we see the following:

[DEBUG] (f) templateDirectory = <$

{project.basedir}>/src/main/jnlp
[DEBUG] Jnlp template file name not specified. Checking if default output file name exists: src/main/jnlp/template.vm
[DEBUG] Jnlp template file not found in default location. Using inbuilt one.
[INFO] No template specified Using default one.

So it looks like it's looking for <{project.basedir}

>/src/main/jnlp/src/main/jnlp/template.vm

So I think the default input file should now be 'template.vm' not 'src/main/jnlp/template.vm' and perhaps the message should also be changed from 'Checking if default output file name exists:' to 'Checking if default input file name exists:'.

Clearly the workaround for now is to specify explicit inputTemplateResourcePath and/or inputTemplate values.

(Thanks for the 1.0-beta-4 release though. It has been a great help.)

Project: Mojo's Webstart Maven Plugin
Priority: Minor Minor
Reporter: James Olsen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to