On Tuesday, August 23, 2011 03:42:30 PM Wade Walker [via jogamp] wrote:
>
> Hi François,
>
> Yes, it appears that in the latest builds of JOGL, there are only
> gluegen-rt.jar and jogl.all.jar. I wasn't aware of this either until I
> pulled a dev build a couple of days ago
>
So nobody read my "Our work and walk to SIGGRAPH2011" post carefully :)
It was (well hidden there):
- 2011-08-05: Deployment Restructuring: JAR combine nativewindow/jogl/newt ; newt: 'driver' separation
<
http://jogamp.org/git/?p=jogl.git;a=commit;h=4dbb8731219212e27c9afb769a1c62b32bd230a6>
+++
remaining all-in-one jnlp's / jars:
jogl-all-awt.jnlp -> jogl.all.jar
jogl-all-noawt.jnlp -> jogl.all-noawt.jar
jogl-all-mobile.jnlp -> jogl.all-mobile.jar
native for all above: jogl-all-natives-linux-amd64.jar
jogl.all-android.apk jogl.all-android.jar
+++
The 'atomic' jars are still available under 'build/jar/atomic' !
However, it turns out that the above set of JARs are satisfying .. I guess.
Of course, if you find bugs and/or a better solution please make a comment/request.
The whole restructuring happened while I had to think about the android APK,
where I really wanted it to be almost 1:1 mirroring the 'normal java' world.
~Sven