ivy cache issue

2015-12-06 Thread Creager, Greg
I have been searching the net for info on this but have not found anything new. We have a single Jenkins machine that runs all our CI builds, many times we have 3-4 build that run at the exact same time. Periodically (not always) we get an error where it cannot find the specified file in the cac

Re: Ivy cache

2008-10-25 Thread aditsu
I filed IVY-957 about this problem Adrian aditsu wrote: > > > > aditsu wrote: >> >> I have this ivysettings file: http://pastebin.com/m1e561155 >> And I'm calling ivy:resolve from an ant build script (with -v). I get >> these messages (among others): >> >> no default cache defined: set to

Re: Ivy cache

2008-10-23 Thread aditsu
Well, I found a workaround: I added defaultCacheDir="/dev/null" to the caches tag and it works now. This doesn't agree with the documentation: "we recommend setting both the resolutionCacheDir and repositoryCacheDir attributes on this tag *instead of* using defaultCacheDir" Adrian -- View this m

Re: Ivy cache

2008-10-23 Thread aditsu
aditsu wrote: > > I have this ivysettings file: http://pastebin.com/m1e561155 > And I'm calling ivy:resolve from an ant build script (with -v). I get > these messages (among others): > > no default cache defined: set to /home/aditsu/.ivy2/cache > default cache: /home/aditsu/.ivy2/cache >