|
From: Benoit X. (JIRA) <no...@sp...> - 2008-04-07 09:36:05
|
module jdk 5 not compiling because of use of JDK6 API
-----------------------------------------------------
Key: RCP-549
URL: http://jira.springframework.org/browse/RCP-549
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Build System
Affects Versions: 1.0.0
Environment: jdk5
Reporter: Benoit Xhenseval
The spring-richclient-jdk5 module does not compile under JDK5.
EnumRadioButtonBinding is using ButtonGroup.clearSelection() on line 82.
This method was introduced in JDK6.
Thanks in advance for fixing it shortly...
Benoit
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|