Posted by
elect on
Aug 26, 2014; 8:20am
URL: https://forum.jogamp.org/Fail-to-compile-gluegen-v2-0-rc2-tp2910008p4032932.html
Hi,
I also cant build jogl. Im stuck on building gluegen. I successfully built it but I still get some errors on ant imports such as
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.DirectoryScanner;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.taskdefs.Execute;
import org.apache.tools.ant.taskdefs.LogStreamHandler;
import org.apache.tools.ant.types.AbstractFileSet;
import org.apache.tools.ant.types.CommandlineJava;
import org.apache.tools.ant.types.DirSet;
import org.apache.tools.ant.types.FileSet;
import org.apache.tools.ant.types.Path;
import org.apache.tools.ant.types.PatternSet;
import org.apache.tools.ant.types.Reference;
import org.apache.tools.ant.util.JavaEnvUtils;
My conf is win 7 64b, Netbeans 8, Jdk 7 x64
If I have Netbeans I should have Ant as well... but I am not sure I can locate it
This is where I think is ant inside Netbeans

I added
- C:\Program Files\NetBeans 8.0\extide\ant to ANT_HOME
- C:\Program Files\NetBeans 8.0\extide\ant\bin to PATH
But as I said, all the ant import inside gluegen are still missing