+
Subject: Broken build in Java 1.5
From: michael.m.cla...@gmail.com
To: dev@ant.apache.org
It looks like my patch to fix JUnit Ignore notifications has broken compilation
on Java 1.5 machines. I've fixed this in the attached patch by replacing
!String#isEmpty() calls with String#length(
It looks like my patch to fix JUnit Ignore notifications has broken
compilation on Java 1.5 machines. I've fixed this in the attached patch by
replacing !String#isEmpty() calls with String#length() !=0 and removing
@Override annotations on implementations of interface methods.
Sorry for breaking t