No problemo Michael Its a good thing you caught this bug before we put it on any of the Apache distros
Martin Gainty ______________________________________________ Build and test locally ...deploy ONLY when you have passed all testcases..Personal Quote Date: Tue, 5 Mar 2013 18:24:06 +0000 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() !=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