Copy-Paste error breaks enableJava5Features
-------------------------------------------
Key: TORQUE-102
URL: https://issues.apache.org/jira/browse/TORQUE-102
Project: Torque
Issue Type: Bug
Components: Maven 2 Plugin
Affects Versions: 3.3-RC2
Reporter: Marc Kannegießer
Priority: Minor
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]