[antlr-interest] Rewrite bug?

Surj Basan s.basan at surge.it
Sun Jul 22 12:55:21 PDT 2012


Thanks to all who replied on this question.

I can confirm the rewrite for 'if' rule works with latest git repo from:
https://github.com/antlr/antlr3

For others reading this, you can build with maven, as follows:

mvn -N install
mvn -Dmaven.test.skip=true
mvn -Dmaven.test.skip=true package assembly:assembly

I found that if maven fails, I could just re-run the command it would work
second time. Odd, but jar is successfully built as
'target/antlr-master-3.4.1-SNAPSHOT-completejar.jar'.

Instructions taken from
http://stackoverflow.com/questions/10523543/using-antlr-for-static-analysis-of-java-source-file

Surj


More information about the antlr-interest mailing list