[antlr-interest] No errors output by v4 daily build?

Peter Boughton boughtonp at gmail.com
Fri Jan 20 09:37:02 PST 2012


Ah, I've figured out the problem now - it's not an ANTLR one. Sorry
for the confusion.

I was doing:
  antlr-4.0ea-complete.jar XX.g

I switched to:
  java -jar antlr-4.0ea-complete.jar XX.g

And I'm now getting the expected error messages.


(Running the jar directly was configured to execute via javaw, rather
than java, which is why I was getting no output.)


More information about the antlr-interest mailing list