Login  Register

Re: Problem with GLProfile and jogl2-rc2

Posted by Sven Gothel on Oct 27, 2011; 1:40am
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3456396.html

On Wednesday, October 26, 2011 11:24:06 PM reyman [via jogamp] wrote:

>
> 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 :)

Sounds really awesome. Thank you!

Sorry, still refining the OS X port .. but will do it until Friday night for RC4.

~Sven