[ 
https://jira.codehaus.org/browse/MWEBSTART-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=283819#comment-283819
 ] 

Tony Chemit commented on MWEBSTART-186:
---------------------------------------

>From your trace, you are using the beta-1 version, can you try again with the 
>beta-2 version of the plugin to make sure we are talking about the same thing 
>? ;)

More over can you given me a complete little project with your pom and the 
template you are using. I can't figure out what is the value of the 
templateDirectory property...

Hope I can help you if you give me back some inputs ;)

> While parsing JNLPConf default value of templateDirectory is wrong
> ------------------------------------------------------------------
>
>                 Key: MWEBSTART-186
>                 URL: https://jira.codehaus.org/browse/MWEBSTART-186
>             Project: Maven 2.x Webstart Plugin
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.0-beta-2
>         Environment: Windows XP SP3
>            Reporter: Rade Martinovic
>            Priority: Critical
>
> In my setup I had done something like this:
> {code:title=pom.xml:xml}
> <jnlp>
>     <!--snip-->
>     
> <inputTemplateResourcePath>${templateDirectory}</inputTemplateResourcePath>
>     <inputTemplate>myTemplate.vm</inputTemplate> <!-- relative to 
> inputTemplateResourcePath -->
>     <!--snip-->
> </jnlp>
> {code}
> but, the package process failes with following prompt:
> {noformat}
> [ERROR] Failed to execute goal 
> org.codehaus.mojo.webstart:webstart-maven-plugin:1.0-beta-1:jnlp-single 
> (create-jnlp) on project my-project-jnlp: The specified JNLP template does 
> not exist: c:\project\project_base_dir\myTemplate.vm
> {noformat}
> I expect ${templateDirectory} at that point to be 
> ${project.basedir}/src/main/jnlp, not ${project.basedir}.

--
This message is automatically generated by JIRA.
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