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

Invalid error on tokenVocab when source grammar is located in a subdir of grammar directory (ant-based project) #14

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 7 years ago

For an ant-based project, when a source grammar is located in a subdirectory of ${projectdir}/grammar, then semantic parser is unable to find the associated token file even after that one has been generated.

It looks for it in destination directory without taking into account subdirectories.

fredyvonvinet commented 7 years ago

solved