Sandro, It looks like you can tell Jenkins to check out multiple SVN paths (from the same repository) into the build workspace. https://builds.apache.org/job/Pivot-trunk/configure --> Source Code Management --> 'Add more locations...'
So you should be able to place any files that are required for Jenkins in a different path (outside of trunk), and then check out both paths (trunk and new path) when Jenkins attempts the build. Maybe http://svn.apache.org/repos/asf/pivot/ci or http://svn.apache.org/repos/asf/pivot/jenkins Chris On 25 August 2011 03:26, Sandro Martini <sandro.mart...@gmail.com> wrote: > The problem is caused not by your patch, but in the presence of the new > folder containing jars for jenkins. > > Now in the dist task (in the ant build) even the new folder is copied > inside. Should be enough to have it in exclude list (maybe renaming it with > a underscore char at the beginning, and exclude all folders and files that > starts with underscore ... a rule like this could be useful in general). > Hope to be clear, otherwise tell me. > I'll work on this tomorrow. > > Thank you for now. > > Bye > Il giorno 24/ago/2011 17:59, "DreamTangerine" <dreamtanger...@hotmail.com> > ha scritto: >