---- Reported by crippleman 2005-01-04 18:49:43 ---- the build for jogl fails on my computer. the fail message is: BUILD FAILED: C:\Documents and Settings\jimmy ventura\Desktop\WorkSpace\jogl\make\build.xml:356: The following error occurred while executing this line: C:\Documents and Settings\jimmy ventura\Desktop\WorkSpace\jogl\make\validate- properties.xml:13: ***************************************************************** ** The property "antlr.jar" was not set in the JOGL properties ** ** file ** ** "C:\Documents and Settings\jimmy ventura/jogl.properties" ** ** (or this file was not found). ** ** ** ** Please set "antlr.jar" to to the full path of the ANTLR jar ** ** including the jar itself. ** ***************************************************************** i checked it several times and the properties files has the correct route for the jar (antlr.jar=C:\Documents and Settings\All Users\antlr-2.7.4\antlr.jar) note: currently i am using antlr-2.7.4 and ant 1.6.2 can someone corraborate this issue... i would be thankful ---- Additional Comments From kbr 2005-01-04 19:31:05 ---- This may be due to the space in the path to either the JOGL workspace or to the properties file, or possibly due to a missing jogl.properties file. Check the full path to the jogl.properties file, ensure you have copied it into the correct place, and that it contains the antlr.jar property. If it is present, try building the workspace as a different user name which does not contain a space. I'm not sure we can do anything about the build failing if spaces are present in the paths; many programs have problems with Windows paths containing spaces. ---- Additional Comments From kbr 2005-01-27 19:01:32 ---- I'm closing this bug as not reproducible. There may be issues with spaces in the build.xml but due to how it and Ant work I don't think there's anything we can do about that. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:47 EDT --- This bug was previously known as _bug_ 127 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=127