Does IvyDE 2.0.0 alpha1 support Ivy 2.0.0 RC1?
If not, is there a newer build of IvyDE that does?
Specifically, I'm having some problems with the cache location ( in ivysettings.xml)
Adrian
--
View this message in context:
http://www.nabble.com/IvyDE-and-Ivy-versions-tp20127635p20127635.html
Se
aditsu wrote:
>
> Does IvyDE 2.0.0 alpha1 support Ivy 2.0.0 RC1?
> If not, is there a newer build of IvyDE that does?
> Specifically, I'm having some problems with the cache location ( resolutionCacheDir=... repositoryCacheDir=... /> in ivysettings.xml)
>
Oh, it may not be IvyDE's fault.
I ha
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
>
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