Re: Problem with GLProfile and jogl2-rc2
Posted by
reyman on
Oct 27, 2011; 9:41am
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3457164.html
Le 27/10/2011 10:59, gouessej [via jogamp] a écrit :
I tried to use it with Ardor3D which already supports
Maven. I don't know what to do to force M2Eclipse to look at the
dependency locally. I tried to modify the main pom file of
Ardor3D, can you tell me where is your nexus server? Maybe TUER
can be considered as a "real" project (about 200 weekly players on
Chrome Web Store, source code reused in several universities).
To
unsubscribe from Problem with GLProfile and jogl2-rc2,
click
here.
Finaly i upload (it's slow with my connection) the artifact on
nexus server here (for example) :
http://maven.iscpif.fr/thirdparty/org/jogamp/gluegen/gluegen-rt/2.0-b424-20111018/gluegen-rt-2.0-b424-20111018.jar
The line to add on your project is :
<repositories>
<repository>
<id>maven.iscpif.fr</id>
<name>ISCPIF repository</name>
<url>
http://maven.iscpif.fr/public/</url>
</repository>
</repositories>
Can you tell me if you have some problem to download this file ?