On 04/05/2012 03:59 PM, Artur [via jogamp] wrote:
> 
> 
build gluegen and jogl first, as it states in the how-to ..
> I have followed the instructions on
> 
https://jogamp.org/jocl/doc/HowToBuild.html, now have the directory
> structure:
> 
> $ ls
> gluegen  jocl  jocl-demos  jogl
> 
> I can not compile JOCL, though:
> 
> $ cd jocl
> $ ant jar
> .
> .
> .
> BUILD FAILED
> /home/art/projects/jocl/jocl/build.xml:86: taskdef class
> com.jogamp.gluegen.ant.GlueGenTask cannot be found
>  using the classloader
> AntClassLoader[/home/art/projects/jocl/gluegen/make/lib/antlr.jar]
> 
> I use the sources from today... what could be wrong?
> 
~Sven