[ 
http://jira.codehaus.org/browse/MWEBSTART-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106510
 ] 

Martin Ritz commented on MWEBSTART-49:
--------------------------------------

I tried it but i get compile errors while building the the project with 
modified AbstractBaseJnlpMojo.java

AbstractJnlpMojo.java:[201,50] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.AbstractJnlpMojo

AbstractJnlpMojo.java:[268,30] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.AbstractJnlpMojo

AbstractJnlpMojo.java:[278,38] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.AbstractJnlpMojo

AbstractJnlpMojo.java:[663,33] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.AbstractJnlpMojo

JnlpDownloadServletMojo.java:[118,52] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.JnlpDownloadServletMojo

JnlpDownloadServletMojo.java:[388,85] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.JnlpDownloadServletMojo

JnlpDownloadServletMojo.java:[490,40] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.JnlpDownloadServletMojo

JnlpDownloadServletMojo.java:[544,28] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.JnlpDownloadServletMojo

JnlpDownloadServletMojo.java:[604,29] cannot find symbol
symbol  : method getWorkDirectory()
location: class org.codehaus.mojo.webstart.JnlpDownloadServletMojo


> Error with <libPath> Element
> ----------------------------
>
>                 Key: MWEBSTART-49
>                 URL: http://jira.codehaus.org/browse/MWEBSTART-49
>             Project: Maven 2.x Webstart Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0-alpha-2
>            Reporter: Martin Ritz
>            Assignee: Jerome Lacoste
>            Priority: Blocker
>             Fix For: 1.0-alpha-2
>
>
> For the use of Webstart plugin the <libPath> Element doesn't work. 
> The build without this element declared in the pom succeeded.
> With this element I get the error:
> "Embedded error: The number of signed artifacts differ from the number of 
> modified artifacts. Implementation error"
> My POM:
> <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>webstart-maven-plugin</artifactId>
>         <version>1.0-alpha-2-SNAPSHOT</version> 
>         <executions>
>           <execution>
>             <goals>
>               <goal>jnlp</goal>
>             </goals>
>           </execution>
>         </executions>
>         <configuration>
>           <libPath>libs</libPath>
>           <dependencies>
>             <excludes>
>               <exclude>...</exclude>
>             </excludes>
>           </dependencies>
>           <jnlp>
>             
> <inputTemplateResourcePath>src/main/jnlp</inputTemplateResourcePath>
>             <outputFile>....jnlp</outputFile>
>             <mainClass>...</mainClass>
>           </jnlp>
>           <sign>
>             <keystore>...</keystore>
>             <keypass>...</keypass>
>             <storepass>....</storepass>
>             <alias>....</alias>
>             <validity>...</validity>
>             <verify>...</verify>
>           </sign>
>         </configuration>
>       </plugin>
> Any hints - or what I'm doing wrong?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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