Hi folks, I want to try out the JavaScript target for ANTLR, and read that I need to build from source to do so. I cloned the GitHub repository, and tried to follow the instructions in BUILD.txt
I get the following error, however: "Cannot find parent: org.antlr:antlr-master for project: org.antlr:antlr-runtime:jar:null for project org.antlr:antlr-runtime:jar:null" Full output: http://gist.github.com/597644 Also, this is the version of Maven I have installed: $ mvn --version Apache Maven 2.2.0 (r788681; 2009-06-26 06:04:01-0700) Java version: 1.6.0_20 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home Default locale: en_US, platform encoding: MacRoman OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac" The error message is similar to the one reported here, but that's the closest I've been able to find with Google: http://www.antlr.org/pipermail/antlr-interest/2009-May/034268.html Any ideas on what I'm doing wrong? Thanks, Paul List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
