[antlr-interest] Building and (not) running antlr-3.0b7

Luke A. Guest laguest at archangeli.demon.co.uk
Thu May 17 12:39:04 PDT 2007


Compiles fine, after working out how to include stringtemplate.

$ ant -Dstringtemplate.jar=lib/stringtemplate-3.0.jar 
Buildfile: build.xml

generator:

compile:
    [mkdir] Created
dir: /home/laguest/src/others/compilers/antlr/antlr-3.0b7/build/classes
    [javac] Compiling 170 source files
to /home/laguest/src/others/compilers/antlr/antlr-3.0b7/build/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

version-bcel:

version:

templates:
     [copy] Copying 34 files
to /home/laguest/src/others/compilers/antlr/antlr-3.0b7/build/classes

build:
      [jar] Building
jar: /home/laguest/src/others/compilers/antlr/antlr-3.0b7/lib/antlr-3.0ea9.jar

BUILD SUCCESSFUL
Total time: 8 seconds

$ java -jar lib/antlr-3.0ea9.jar org.antlr.Tool
Failed to load Main-Class manifest attribute from
lib/antlr-3.0ea9.jar

Don't know what this is all about. Can anyone shed any light?

Thanks,
Luke.




More information about the antlr-interest mailing list