albfernandez / jboss-seam

Seam 2: enterprise Java development framework
http://albfernandez.github.io/jboss-seam/
GNU Lesser General Public License v3.0
11 stars 5 forks source link

library improvement: ANTLR2 to ANTLR4 #30

Open duttonw opened 4 years ago

duttonw commented 4 years ago

This is in relation to getting seam java 11 happy

related items: Migrating from ANTLR 3 to ANTLR 4 Migrating from ANTLR 2 to ANTLR 3 https://github.com/magsilva/antlr-v2-to-v3 https://github.com/processing/processing/issues/3055

albfernandez commented 2 years ago

I've removed the maven plugin, now the source java file should be generated outside maven, and added to git tree. This way we can test on IDE easily (important for testing after migrate to v4).

I've implemented some basic tests copied from seam documentation.