views:

86

answers:

0

I have set up my ANTLR project to build using maven just like it is mentioned here http://www.antlr.org/antlr3-maven-plugin/index.html. I also have the ANTLR IDE plugin for eclipse. Maven builds my project fine and finds all the file it needs to build. However, when I try to use the ANTLR IDE in my eclipse for development, it does not find the grammar file that it needs to import.(from the import package). Can some one please help.

My current project setting src/main/antlr has two packages, 'import' and 'myMainPackage'. 'myMainPackage' has grammar files that imports other grammar files from the 'import' package. Now my problem is that the ANTLR IDE does not find these files it needs to import and gives me compile error.