Re: Troubles when calling ant build files

2005-05-19 Thread Brett Porter
you need to either cpoy junit.jar to $MAVEN_HOME/lib which is what you usually have to do for Ant - I don't recommend this. Instead, declare a dependency on junit like this: junit junit 3.8.1 root On 5/19/05, Alain MAHIER <[EMAIL PROTECTED]> wrote: > Hi, > > I have trouble when

Troubles when calling ant build files

2005-05-19 Thread Alain MAHIER
Hi, I have trouble when calling ant tasks executing junit tests from maven. Are there any known issues about this problem ? ANT BUILD FILE MAVEN FILE