[
https://issues.apache.org/jira/browse/TORQUE-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fischer resolved TORQUE-102.
-----------------------------------
Resolution: Duplicate
Fix Version/s: 3.3-RC3
This is a duplicate of TORQUE-88 and should already be fixed in SVN.
> 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
> Fix For: 3.3-RC3
>
>
> 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]