Login  Register

Testing JOGL build gets hung up on one line every time

Posted by madmatt on Feb 16, 2015; 6:32am
URL: https://forum.jogamp.org/Testing-JOGL-build-gets-hung-up-on-one-line-every-time-tp4034033.html

Hello there,

I'm following the instructions at this link to build JOGL on the command line: https://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_line

I'm using Windows 7, and running commands and building on the Windows command line following the instructions.

I was able to install Java JDK version 8.31, Ant, Unset the Classpath (which was blank), install Git, and MinGW. Everything OK there.

I pulled the source code using Git.

I built both gluegen and jogl using the listed directions, and typing in the Windows 7 cmd.

But then, I have problems testing the code. gluegen tests ok when I enter the make folder and type
ant junit.run

but when I repeat the same for jogl/make, and run
ant junit.run
the tests seem to be running pretty well. Until I get to this line:
[apply] Thread[Thread-2-UserApp-JUnitTestRunner,5,main] GearsES2.display 0x67056010 400x300, swapInterval 1, drawable 0x6d0117c0 (the drawable is changing each time I run it)

Last thing I saw pop up was a simple gears picture, after a white background gears picture that increased in size. Just to give you a rough idea where in the test I'm at.

I tried deleting the jogl folder, pulling using git again, rebuilding and retesting jogl in both the cmd for Windows and also cygwin. And I continue to get stuck on the same line.

Anyone have an idea what may be causing my testing to hang up? Any suggestions to help me? I appreciate your time.