Hello,
I have been trying to compile the NURBS demos developed by Tomáš Hráský without success.
I have downloaded the the demo’s source code and I have followed the instructions given in file \jogl-demos\doc\readme.html.
The only thing I am doing in a different way is that I am NOT building the jogl sources from scratch. Instead I am using the jar files in my
ant command:
ant nurbs -lib <path to jogl.jar & gluegen-rt.jar>
The command runs successfully but the classes are not generated.
Here’s the output:
C:\jogl\r111rc6\jogl-demos-src\jogl-demos\make>ant nurbs -lib C:\jogl\r111rc6\jogl-1.1.1-rc6-windows-i586\lib
Buildfile: build.xml
nurbs:
BUILD SUCCESSFUL
Total time: 0 seconds
Could anyone help me out?
Thanks in advance
dizizmi