Re: ant.java.version set incorrectly

2010-11-10 Thread Eric Smith
On Wed, Nov 10, 2010 at 05:09:39PM +0100, Stefan Bodewig wrote: > > Ant doesn't trust system properties and sets ant.java.version based on > the classes it can load. Ant thinks it is running on JDK 1.6 if it can > find java.util.ServiceLoader which shouldn't be present if gcj really > only suppor

ant.java.version set incorrectly

2010-11-09 Thread Eric Smith
Hi, I am using gcj as my only jdk, so I am limited to using java 1.5. After installing ant-1.8.1, however, I am having problems building packages with ant because ant.java.version is set to 1.6. I have never had a jdk that supports java 1.6 on my system, so why would this be set like that? # a