[antlr-interest] Tool inputDirectory

Sam Harwell sam at tunnelvisionlabs.com
Fri Oct 26 06:03:40 PDT 2012


Are you working on ANTLR 3 or ANTLR 4?

ANTLR 4:
https://github.com/antlr/antlr4/blob/master/tool/src/org/antlr/v4/Tool.java#L114

ANTLR 3:
https://github.com/antlr/antlr3/blob/master/tool/src/main/java/org/antlr/Tool.java#L823

Also, Maven plugins already exist for both of these versions. I use the V3 Maven plugin extensively on a daily basis. Have you run into a problem with the current version?

-----Original Message-----
From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-bounces at antlr.org] On Behalf Of Hans Uhlig
Sent: Thursday, October 25, 2012 10:52 PM
To: antlr-interest at antlr.org
Subject: [antlr-interest] Tool inputDirectory

I've been working on updating the Maven Plugin to get it working with the current snapshot and am noticing that the root working directory variable (Tool t).inputDirectory seems to no longer exists with seemingly no replacement. How do you set the working directory for relative paths?

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address




More information about the antlr-interest mailing list