Re: Building JOGAMP with pre-built GlueGen
Posted by
utgarda on
Sep 21, 2010; 12:57pm
URL: https://forum.jogamp.org/What-about-Maven-tp844816p1535170.html
Sorry I didn't completely get the meaning of gluegen(-rt).jar , the first time I thought that running ant tasks with GlueGen is sorta it's "runtime". Now it's ok, I finally got it.
Good news - a really cool new feature is available in Ant since 1.8.0 - includes are possible directly from jarfiles, prooflink:
http://ant.apache.org/manual/Tasks/include.htmlIs cpptasks.jar used while building JOGL? If yes, can I have sources of the patched version? If no, then it was just a mistake of mine, no need to pull it from anywhere :)
Michael Bien wrote
I would recommend to concentrate at the actual artefacts
(gluegen-rt.jar). Thats what most people want... just be able to add the
dependency and start coding.
Yep, gluegen-rt.jar is already deployed ( see above ), it's available at oss.sonatype.org. As soon as put in those jarred javadocs and sources for the main artifact and some stable version ( non-beta ) becomes available, it can go to central maven repo.
Now I'm working on JOGL deployment.