|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Dunno why the native lib in 3.4.0 does not work, but I tried it and it didn't. I suspect there is a problem with the lib in that JNA version.
Dropping the 4.1.0 jar into a working Jenkins does work.
However, there are some minor API changes needed to get the Jenkins JNA code to build from source using JNA 4.1.0 -> basically the classes need to add a method: getFieldOrder() (which became required around v3.5.0). See here for details: http://twall.github.io/jna/3.5.0/javadoc/com/sun/jna/Structure.html
I've started looking into make the required changes on the Jenkins source, but feel free to beat me to it (not sure how much time I'm gonna have in the near future).
Dan Rollo