You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fischer (JIRA)" <ji...@apache.org> on 2007/09/22 21:48:50 UTC

[jira] Closed: (TORQUE-102) Copy-Paste error breaks enableJava5Features

     [ https://issues.apache.org/jira/browse/TORQUE-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Fischer closed TORQUE-102.
---------------------------------


> 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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org