
| Key: |
TORQUE-102
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Duplicate
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Marc Kannegießer
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
TORQUE-88
Maven 2 plugin ignores the setting of enableJava5Features
|
|
|
|
|
|
|
|
| Resolution Date: |
22/Sep/07 07:47 PM
|
|
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
|
|
Description
|
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
|
Show » |
| No work has yet been logged on this issue.
|
|