Hi Simon,

Simon Pepping wrote:
> On Wed, Aug 19, 2009 at 08:44:03AM +0200, Jeremias Maerki wrote:
>> Uhm, Simon, this change uses tons of Java 1.5 features. The build fails
>> now on Java 1.4. OK if we revert until you've had a chance to revisit?
> 
> I am surprised. My eclipse project is set to 1.4 compatibility for
> comiler compliance level, generated .class files compatibility, source
> compatibility. Which part is not compatible with 1.4?

Although the source code is 1.4-compatible, calls are made to methods
that were only added in the Java 1.5 release. So a 1.4 JRE won’t find
them.


> Revert it if that is needed to keep trunk compilable. I will not
> immediately have time to revisit this.
> 
> Simon


Vincent

Reply via email to