Hi I am using the antlr plugin to generate java code from antlr2 grammar.
The plugin works ok but I cannot find a neat way to get the antlr to find the import vocabulary. Ideally I would like to put the import vocabulary in the same directory as the grammar (src/main/antlr) but antlr cannot find the vocablulary in there. If I put the vocabulary in the same directory as the pom.xml, it does find it. I guess the solution would be to change the directory where the plugin is executed. Is it possible to do this? James