Re: Problem with GLProfile and jogl2-rc2
Posted by reyman on Nov 01, 2011; 3:21pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3470959.html
No problem, i'm ready and ok to integrate the generation of the pom in your deploiement script :)
But at this time the simple example of jar we deploy on maven.iscpif.Fr doesn't work because the jar in the archive contain the both the version and the arch in his name, for example we have jogl-natives-amd64-2.xx.xx.jar
The loader you create doesn't find the jar in our assembly jar, so we cannot continue without your help on this problem :)
Gouessej suggest you modify the loader of jar; like this :
" Maybe the automatic loader could be modified so that it looks for the Mavenized JARs as it knows its own version of JOGL. Then, installing a project as a Maven project in Eclipse would be quite simple. com.jogamp.common.util.JogampVersion knows the implementation branch and the implementation commit, it should compute the name of a Mavenized JAR and look at it if jogl.all.jar is not found."