|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Jeroen Peelaerts (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Jeroen Peelaerts (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Will Tatam (JIRA)
- [mojo-dev] [jira] (MWEBSTART-8) support native lib... Ajay Deshwal (JIRA)

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>