On 07/10/17 16:56, Antonio wrote:
I don't know if any other NetBeans modules (Ruby?, HTML?, JavaScript?, etc.) use this ant task & xml to generate NetBeans lexers from their antlr grammars.
I don't think any other modules use the "gen" subdirectory here to generate NetBeans lexer from ANTLR grammars.
css.lib, for instance, builds the stuff itself using the antlr tool https://github.com/apache/incubator-netbeans/blob/master/css.lib/build.xml So yep, not adding antlr here.
