
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 25/Jan/06 03:25 PM
Updated: 03/Feb/06 10:50 AM
|
|
| Component/s: |
Misc
|
| Affects Version/s: |
2.2
|
| Fix Version/s: |
2.2.1
|
|
|
I got my Java 5 based project to work with WebWork 2.2 Quickstart, but I had to change settings in EclipseJavaCompilerSettings and recompile to make it work. I changed these lines from VERSION_1_4 to VERSION_1_5:
map.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
map.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
The Eclipse JDT options should be configurable from webwork.properties, or somewhere.
|
|
Description
|
I got my Java 5 based project to work with WebWork 2.2 Quickstart, but I had to change settings in EclipseJavaCompilerSettings and recompile to make it work. I changed these lines from VERSION_1_4 to VERSION_1_5:
map.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
map.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
The Eclipse JDT options should be configurable from webwork.properties, or somewhere. |
Show » |
|
This is fixed, thanks for getting me to look at this again (1.5 support wouldn't work last I had tried). I didn't make the options configurable, mostly because there are a LOT of options :)
Open another issue or bring it up on the forums and let's decide what should be configurable.