Re: Problem with GLProfile and jogl2-rc2
Posted by reyman on Oct 26, 2011; 9:24pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3455907.html
I make some BIG correction on script , and i take the time to test it on my machine, compilation it's now ok for me.
Other person test on a real project ?
The url on github is the same : git://github.com/reyman/scriptJogamp.git
The artifactID to add on your project :
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl.all</artifactId>
<version>2.0-b526-20111018</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt</artifactId>
<version>2.0-b424-20111018</version>
</dependency>
</dependencies>
You need to force the search of dependency localy : mvn -o clean install
Next step : generalization of bash script to include tag number version ?
I wait for your advice on this :)