Re: Running junit tests fails

2003-12-13 Thread Peter B. West
J.Pietschmann wrote: Peter: I think it points to the fact that we will have to provide a custom ant build, optional.jar and library dependencies, including junit.jar. That's not necessary if people install a proper binary ant distro. It's somewhat like the FOP binary distro: we provide a

Re: Running junit tests fails

2003-12-13 Thread J.Pietschmann
Peter B. West wrote: Just had a look at the Ant binary optional.jar. It's got everything but the kitchen sink, including the junit stuff. That's what I said: they compile in everything officially supported. That's why we run with a customized ant.jar for some time. Would Maven cover the

Re: Running junit tests fails

2003-12-13 Thread Simon Pepping
On Fri, Dec 12, 2003 at 03:32:35PM +0100, Jeremias Maerki wrote: Nope. With the Ant installation (binary, I've never had to build Ant myself, yet) you get a fully operational optional.jar with has a usable JUnit task as soon as you have junit.jar in %ANT_HOME%/lib. Building FOP (HEAD)