Wednesday, October 03, 2007

Ant with JUnit in WID 6.0.2

Since I had a junit task in my ant script, I added the junit.jar into ant::Runtime::Classpath::Global Entries. The interesting part was, WID warned me no tools.jar in the classpath and asked me if I wanted to ignore it.

I searched tools.jar under WID installation. None of them was exactly fit to me. So I decided to ignore it.

Run the ant script, it completed successfully. Question is, what does tools.jar do in ant classpath?

No comments: