gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Missing linux-arm/libhidapi.so #29

Closed jkropf closed 9 years ago

jkropf commented 9 years ago

In the maven bundle version 0.4.0 there is no native code for arm. But there is a file "libhidapipi.so" in the root of the jar, shall that be the arm library?

gary-rowe commented 9 years ago

Yes, this is present in the develop branch and should be scheduled for 0.5.0.

Since this will occur in the next release, I'll close this issue now.

jkropf commented 9 years ago

Great, thx. Yeah, habe also seen it. In the dev branch it would be nice to have a build.XML for ant or a pom.XML for maven. Just as a suggestion.. :)

Kind regards, Johannes Am 16.09.2015 15:55 schrieb "Gary Rowe" notifications@github.com:

Yes, this is present in the develop branch and should be scheduled for 0.5.0.

Since this will occur in the next release, I'll close this issue now.

— Reply to this email directly or view it on GitHub https://github.com/gary-rowe/hid4java/issues/29#issuecomment-140749000.

gary-rowe commented 8 years ago

There should be a pom.xml. It's all released through the Maven build process. Ant is too much hassle to bother with these days (other than for tasks within Maven) so there will be no build.xml.