History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1126
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Patrick Lightbody
Reporter: Dennis Doubleday
Votes: 0
Watchers: 1
Operations

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

Quickstart won't work with Java 5 code

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

Environment: Java 5


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

 All   Comments   Change History      Sort Order:
Patrick Lightbody - [03/Feb/06 10:50 AM ]
Dennis,
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.