We're currently using JUnit 4.4 and Ant 1.7.1 for our builds. I have some test cases that are @Ignore
d. When I run them in Eclipse, the JUnit test runner reports them as ignored. I would like to see them listed in the XML output from Ant (so I can report on them), but they do not seem to be there.
Does anyone have this working? Is there a switch to turn them on? An upgrade I need to do?