Issue Details (XML | Word | Printable)

Key: TORQUE-102
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Unassigned
Reporter: Marc Kannegießer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Torque

Copy-Paste error breaks enableJava5Features

Created: 20/Sep/07 01:58 PM   Updated: 22/Sep/07 07:48 PM
Return to search
Component/s: Maven 2 Plugin
Affects Version/s: 3.3-RC2
Fix Version/s: 3.3-RC3

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Resolution Date: 22/Sep/07 07:47 PM


 Description  « Hide
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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.