Hi George,
How did you relocate your cache dir? I used the below setting in my
ivysettings.xml and don't seem to have your problem (on Windows 7 64-bit).
<caches defaultCacheDir="D:\\Apache-Ivy\\cache"/>
Jason
On 31/05/2013 05:25, George Baxter wrote:
Hi all,
I've recently reallocated where the default cache is for my ivy-ant build, but
I noticed several things are still ending up in my .ivy2/cache directory.. for
example, files are created related to my projects:
-rw-r--r-- 1 george staff 27840 May 30 21:08 com.xxx-base-test.xml
-rw-r--r-- 1 george staff 4650 May 30 21:08 ivy-report.css
-rw-r--r-- 1 george staff 21507 May 30 21:08 ivy-report.xsl
-rw-r--r-- 1 george staff 2127 May 30 21:06
resolved-com.xxx-base-working@Georges-Mac.local.properties
-rw-r--r-- 1 george staff 1930 May 30 21:06
resolved-com.xxx-base-work...@georges-mac.local.xml
What exactly are these files? Are they used during/for the build? or are they
simply diagnostic output?
George Baxter