Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Junit & Ant 1.5.4 works but Junit & ant 1.6 (or 1.7.1) does not.

807589Sep 3 2008 — edited Sep 4 2008
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2008
Added on Sep 3 2008
9 comments
252 views