-
Bug
-
Resolution: Done
-
Major
-
7.1.0.CR1b
-
-
Workaround Exists
-
-
Low
AS-CMP fails to compile due to missing simbols , the reason for that is that a maven JAVACC plugin that auto-generates some files , does not add the new sources directory to the build path.
Also it looks like JBOSS is suing 2 different version of JAVACC 2.5 and 2.6
Installing the javacc m2e connector does not help due to the version mismatch as well as the connector not being mature enough.
possible solutions are :
1) rewrite the javacc maven plug-in
2) fix the javacc m2e connector
3) add the required folder to the build path.
option 3 seems to be the easiest and the best short term fix.
I have tested the fix and will try to merge it into the code base(this is my first time revising jboss)
Shay