This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1505 - Build fails on JDK 1.5
Summary: Build fails on JDK 1.5
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Process (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 21:29 UTC by Curt Arnold
Modified: 2005-06-21 21:52 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2005-06-21 21:29:09 UTC
When compiling the DOM Test Suite using JDK 1.5, the compilation fails with:

javac: target release 1.1 conflicts with default source release 1.5

This is due to the compiler not supporting JDK 1.1 byte code from JDK 1.5 source
code.  The fix is to add source="1.2" attributes to the javac tasks.  In
addition, linefeed and some indentation issues are fixed.