Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.3-RC2
-
None
Description
Hi again.
There seems to be a copy-paste mistake in the OMMojo.java file (I also just posted this to the user mailinglist).
At the getMojoContextProperties() Method the configuration-property of ENABLE_JAVA_5_FEATURES_CONTEXT_PROPERTY is set to the value of correctGetters, which is wrong and should be set to enableJava5Features.
I changed it the following way:
602c602
< Boolean.toString(correctGetters));
—
> Boolean.toString(enableJava5Features));
Tested, works.
Greetings,
Marc
Attachments
Issue Links
- duplicates
-
TORQUE-88 Maven 2 plugin ignores the setting of enableJava5Features
- Closed