Hei
I've been trying to use JUnit with Ant for a while, having the following
problem:
This solved my problem.
http://marc.theaimsgroup.com/?l=ant-user&m=98267800307048&w=2
As far as I recon, I didn't see that in the documentation.
Is there a more elegant way to solve it?
Modify the classpath should be one but I would prefer to have a kind of
dependencies list within Ant (e.g. in a configuration file) instead of
modifying my environment.
I would then be able to upgrade my shared install of JUnit without copying
the new lib in Ant\lib
What do you think of this idea?
Jerome