Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Just run ant from the main directory where you see the build.xml file. Use the build target:

No Format

ant build

Or, for old people like Terence, you can do the following. Make sure the following two jars are in your CLASSPATH

No Format
antlr-3.0ea80/lib/stringtemplate-23.2b60.jar
antlr-3.0ea80/lib/antlr-2.7.67.jar

then jump into antlr-3.0ea80/src directory and then type:

...