Hi,
I'm currently working on rewriting the Eclipse update site build script. The idea is to use Maven/Tycho in order to build this site separately from the core LWJGL library. The latter is then to be downloaded from the maven repository via the maven build.
I already succeeded in downloading some LWJGL jars (jinput.jar, lwjgl.jar, lwjl_util.jar, lwjgl_util_applet.jar) and all natives, following the instruction on http://www.lwjgl.org/wiki/index.php?title=LWJGL_use_in_Maven
However, I failed loading the following files from the Maven repository:
AppleJavaExtension.jar,asm-debug-all-jar,lwjgl-test.jar,lwjgl-debug.jar,lzma.jar
These jars are contained in the downloaded lwjgl.zip file. Since I want to provide everything from that zip file also via the Eclipse plugin, I was wondering how to get these files into my Maven based build. Are these files available via Maven dependencies?
Regards,
Jens