Junit & Ant 1.5.4 works but Junit & ant 1.6 (or 1.7.1) does not.
807589Sep 3 2008 — edited Sep 4 2008Hello,
I have managed to create an Ant build file using ant 1.5.4 to sucessfully build my Junits. I a mow trying to automate this using CruiseControl. I found out that I need to use Ant 1.6 at least in order to do this.
The only changes I have made are to point the ANT_HOME and PATH variables towards ant version 1.6 (also tried 1.7.1). When I do this, I get 100 compile errors. It looks as if it can't find a library. Every error states that it cannot resolve a symbol (always either assertEquals, SaxBuilder).
I have tried a few things over the last week or so but not had any luck. Any thoguhts and ideas would be appreciated. Please let me know if you need any further information.
TIA