I don't really see your point here... could you elaborate a little bit here.
Mainly you want to use JUnit without having JUnit in your classpath, right ?
--
Stéphane Bailliez
Software Engineer, Paris - France
iMediation - http://www.imediation.com
Disclaimer: All the opinions expressed above are mine and not those from my
company.
> -----Original Message-----
> From: Jérôme 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=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
>