fredyvonvinet / ANTLR4-Plugins-for-NetBeans

NetBeans plugins for ANTLR 4 enabling to integrate ANTLR grammar files in standard NetBeans projects (ant-based or Maven-based).
9 stars 11 forks source link

antlr4 task looks for ANTLR grammar files even in import directory (ant-based projects) #16

Closed fredyvonvinet closed 8 years ago

fredyvonvinet commented 8 years ago

In ant-based projects, files located in antlr.generator.import.dir directory should have the same behaviour as in Maven-based projects: they should be automatically ignored by antlr4 task without having to declare them in antlr.generator.src.excluded property.

fredyvonvinet commented 8 years ago

solved