[antlr-interest] ANTLR v3.1.1 released

Randall R Schulz rschulz at sonic.net
Wed Oct 1 16:53:00 PDT 2008


On Wednesday 01 October 2008 15:59, Jim Idle wrote:
> On Wed, 2008-10-01 at 15:44 -0700, Randall R Schulz wrote:
> > On Wednesday 01 October 2008 14:36, Terence Parr wrote:
> > > 3.1.1 released:
> >
> > I'm getting a huge pile of compile errors, now.
>
> The runtime library names has changed,

To be clear, the name of one of the JAR files has changed (beyond the 
version identifier change from "3.1" to "3.1.1"):

% find antlr-3.1 antlr-3.1.1 -iname '*.jar'
antlr-3.1/lib/antlr-2.7.7.jar
antlr-3.1/lib/._stringtemplate-3.2.jar
antlr-3.1/lib/antlr-3.1.jar
antlr-3.1/lib/stringtemplate-3.2.jar
antlr-3.1/lib/antlr-runtime-3.1.jar
antlr-3.1/runtime/ActionScript/project/lib/FlexAntTasks.jar
antlr-3.1.1/lib/antlr-2.7.7.jar
antlr-3.1.1/lib/stringtemplate-3.2.jar
antlr-3.1.1/lib/antlr-3.1.1-runtime.jar
antlr-3.1.1/lib/antlr-3.1.1.jar
antlr-3.1.1/runtime/ActionScript/project/lib/FlexAntTasks.jar

The ANTLR runtime library JAR name (format) changed:

antlr-3.1/lib/antlr-runtime-3.1.jar
antlr-3.1.1/lib/antlr-3.1.1-runtime.jar

So you cannot simply find references to an ANTLR 3.1 and change that 3.1 
to 3.1.1.

Did I miss where this change was mentioned in the email or on-line?


> ...
>
> Jim


Randall Schulz


More information about the antlr-interest mailing list