Issue Details (XML | Word | Printable)

Key: JAXEN-167
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Vlastimil Babka
Votes: 0
Watchers: 0
Operations

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

testcases can't be compiled with 1.4 JDK due to use of 1.5+ API

Created: 26/Oct/06 07:42 PM   Updated: 27/Oct/06 06:38 AM   Resolved: 27/Oct/06 06:38 AM
Return to search
Component/s: None
Affects Version/s: 1.1
Fix Version/s: 1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File jaxen-1.1_beta11-fix-jdk14-tests.patch (1 kB)

Environment: Gentoo Linux, x86


 Description  « Hide

Compiling of testcases (SimpleVariableContextTest.java) fail with 1.4 JDK because java.lang.Double.valueOf(double d) method was added only in 1.5. Attaching a patch that uses constructor Double(double) instead. See also http://bugs.gentoo.org/show_bug.cgi?id=152400 for original report.



Elliotte Rusty Harold added a comment - 27/Oct/06 06:38 AM

Thanks for catching this. I've fixed it in CVS.


Elliotte Rusty Harold made changes - 27/Oct/06 06:38 AM
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Fixed [ 1 ]