Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-1
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
maven-antlr-plugin does not support grammar inheritance (-glib argument).
Attachments
Issue Links
| This issue is related to: | ||||
| MPANTLR-4 | Use of ANTLR grammar inheritance requires -glib option for ANTLR. |
|
|
|
The patch provides support for Antlr Grammar Inheritance. When the patch applied the plugin assumes all grammar files except the one being processed as candidates for super grammar source files and passes their paths to the antlr tool for the actual processed .g file.
The patch has been particularly tested within ApacheDS codebase.