On Wed, Aug 24, 2011 at 1:01 PM, Sandro Martini <[email protected]> wrote: > So excuse me, probably the question has already be solved, but I > didn't find a clear answer to this: > should I copy JUnit jar inside the workspace downloaded from SVN ? > Or could I add a reference to an already-existing junit jar from > somewhere, already in build servers ? > We are using the latest version, 4.8.2 .
This needs to be managed by the project, JUnit is not provided on the slaves. So, either stick it in SVN if that's what you do for other dependencies, or use Ivy or something similar to download it during the build. /niklas
