Will Tatam commented on New Feature MWEBSTART-8

I just tried patch 8d but I'm getting

"The following error occurred attempting to generate the JNLP deployment descriptor: java.lang.ClassCastException: org.codehaus.mojo.webstart.JarResource cannot be cast to org.codehaus.mojo.webstart.NativeResource"

When I have

<jnlpFile>
....
<nativeDependencies>
<nativeDependency>
<os>Linux</os>
<arch>x86</arch>
<nativeResources>
<nativeResource>
<resourceType>nativelib</resourceType>
<groupId>org.rxtx</groupId>
<artifactId>rxtx-linux64</artifactId>
<version>${rxtx.version}</version>
</nativeResource>
</nativeResources>
</nativeDependency>
</nativeDependencies>

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