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 the build, hope the attached helps. Thanks, Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org