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 "Marc Kannegießer (JIRA)" <ji...@apache.org> on 2007/09/20 16:00:31 UTC

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

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


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

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
     [ 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


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

Posted by "Marc Kannegießer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TORQUE-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529125 ] 

Marc Kannegießer commented on TORQUE-102:
-----------------------------------------

sorry. the mail to the user mailinglist did not get through (wrong from address). But this should not matter I think *g*

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


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

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
     [ 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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org