Login  Register

Re: Problem with GLProfile and jogl2-rc2

Posted by reyman on Oct 24, 2011; 1:52pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3448197.html

Ok, so, to make this possible we need :

(server)
 > a script which automaticaly get/download the jar : gluegen-rt and jogl + all natives
 > a script which create pom.xml and push on a maven repository all the jar

(client)
> a pom.xml with architecture description and correct dependency for each arch

A post with description of architecture
http://stackoverflow.com/questions/1962718/maven-and-the-jogl-library
http://stackoverflow.com/questions/166895/different-dependencies-for-different-build-profiles-in-maven

But there is another solution, imho more complicated. We get the build.xml from jogl / gluegen and rewrite it from scratch for maven. I download the jogl sources to see, and it seems this is a lot of work for one personn :s