Login  Register

Re: gluegen dependency

Posted by dante4d on May 13, 2010; 7:34pm
URL: https://forum.jogamp.org/gluegen-dependency-tp815496p815705.html

This works. Result in the build directory is:
[dante4d@submachine build]$ pwd; l
/home/dante4d/workspace/gluegen/build
antlr.jar  classes-cdc  gluegen.jar         gluegen-rt.jar                         gluegen-rt-natives-linux-i586.jar  Manifest-rt.temp  test
classes    gensrc       gluegen-rt-cdc.jar  gluegen-rt-natives-linux-i586-cdc.jar  Manifest-rt-cdc.temp               obj
The point is I was hoping I could build gluegen as a standalone package, then install it, and put it as a dependency of jogl. But I can't do that as the jogl project directory needs gluegen project directory next to it. When building vanilla jogl project, I have to pull gluegen, so I have to do two git accesses in one install script. While compiling jogl, I have error on executing junit tests (unresolved junit dependency, things from package org.junit can't be found) - see my other post about project cleanup, it's mentioned there...

Thanks