Hi,
I have the same problem.
Basically, I can get junit tasks working in my build.xml
But I would like it to work with the following constraints:
1. Do not add junit.jar in the CLASSPATH.
2. Do not put junit.jar in the lib directory of ANT_HOME.
And I have good reason for it.
I want to minimize the set-up requirement for the developer's workstation.
When I upgrade junit or add other modules, EVERY developer
would need to update his/her CLASSPATH or update the jar files in the
lib directory of ANT_HOME.
Has anyone found a way to get around this?
Is it even possible?
Thanks.
Otto out!
> -----Original Message-----
> From: J=E9r=F4me Lacoste [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 19, 2001 11:19 AM
> To: Ant User
> Subject: JUnit and Ant
>
>
> 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=3Dant-user&m=3D98267800307048&w=3D2
>
>
> 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
>