matthiasblaesing opened a new pull request, #9264:
URL: https://github.com/apache/netbeans/pull/9264

   - delete generated files manually before regeneration (in this case the 
unreferenced file EncodedActionTable22.java was removed)
   - unify code generation to a single jflex version (1.4.3) that can be used 
for all grammars. From comparison between 1.4.1 and 1.4.3 only minimal changes 
in the state storage were observed.
   - jflex is downloaded via the normal NetBeans binary download mechanism from 
maven central
   - the php parser cutter required so that the parser grammar can be compiled 
was packed on maven central and is now also automatically downloaded
   
   With this in the following ant targets work:
   
   - `gen-lexer` generates `PHP5ColoringLexer.java`
   - `gen-docscanner` generates `DocumentorColoringScanner.java`
   - `gen-astscanner` generates `ASTPHP5Scanner.java`
   - `gen-astparser` generates `ASTPHP5Parser.java`, `ASTPHP5Symbols.java`
     and `EncodedActionTable*.java`
   - `gen-all-generated-code` runs all previous generators


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to