Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: antlr
-
Labels:None
Description
antlr-3.1 is recently released. There are many new features in 3.1 so support it in maven plugin would be very useful.
I modified dependency in trunk and fix some api mismatch, but got failed tests.
This patch against version 1.0 adds support for ANTLR 3.1. It also eliminates some code that was copied from the ANTLR code (because the copied code doesn't work with ANTLR 3.1). It may work with ANTLR 3.0 but I haven't tested that case.