Hi Niklas, I'll put junit inside a folder under trunk (as done for example here by another Apache project: http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/lib/ ), and change our ant build script to get it from there.
Thank you very much, Sandro 2011/8/24 Niklas Gustavsson <[email protected]>: > 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 >
