I am trying to setup a maven project utilizing the antlr3-maven-plugin (version 3.4). I generated the project in Eclipse using m2e and the antlr3-maven-archetype version 3.4. The generated sources are correctly put into the "target/generated-sources". However, the classpath in Eclipse is not updated to reference the generated classes so I cannot import any of the generated code to use in other classes. This occurs with just using the arntl3-maven-archetype with the TLexer.g, TParser.g, and TTree.g.
Any hints on this? Thanks, Jeremy List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
