[antlr-interest] Using ANTLRWorks 1.2.3 with ANTLR 3.1.3

Jim Idle jimi at temporal-wave.com
Mon Apr 20 20:16:27 PDT 2009


Mark Daflucas wrote:
> I want to use ANTLRWorks 1.2.3 with ANTLR 3.1.3. I found instructions on the
> ANTLRWorks site (http://www.antlr.org/works/help/tutorial/ant.html)
> for building
> ANTLRWorks using ant and how to replace ANTLR 3.1.2 jars with 3.1.3.
>
> Unfortunately, I cannot find the ANT build.xml file in any of the
> downloads or the site.
> Does anyone know where I can find this build file?
>   
All the builds have switched to Maven so the ant scripts are no longer 
valid. Install maven then just build AntlrWorks by cd to the antlrworks 
directory and typing: mvn.

http://maven.apache.org/download.html

Jim


More information about the antlr-interest mailing list