https://issues.apache.org/bugzilla/show_bug.cgi?id=50256
Jesse Glick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jesse Glick <[email protected]> 2010-11-11 15:41:06 EST --- (In reply to comment #0) > Xerces-J uses ant.java.version to set the java source level. It shouldn't. The source level is an intrinsic property of the sources. Get them to set source="1.5". > Compliance level '1.5' is incompatible with source level '1.6'. Sounds like it is already setting target="1.5", so certainly source must be set as well. The bug still sounds valid for other reasons. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
