Re: Handling native dependencies via classifier(s)

2010-12-17 Thread Peter Bridge
is going to address the deficiency with native lib handling? Thanks in advance. Peter Bridge On 2010-12-14 14:45, Niels B Nielsen wrote: Well, I can tell you how I deal with it.. I have all editions of our native libraries bundled inside a single jar file, I created. ./win32/libsomething.dll

Handling native dependencies via classifier(s)

2010-12-14 Thread Peter Bridge
My project depends on a 3rd party library for OpenGL + Java called JOGL (http://jogamp.org/jogl/www/) The library is currently not maven-ized and I'm trying to find the best way to achieve that. My progress is documented at: