You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by George Baxter <ge...@dwh.io> on 2013/05/31 06:25:47 UTC

.ivy2/cache 'stuff'

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-working@Georges-Mac.local.xml

What exactly are these files?  Are they used during/for the build?  or are they simply diagnostic output?

George Baxter





Re: .ivy2/cache 'stuff'

Posted by George Baxter <ge...@dwh.io>.
I… think it was my stupidity.. I think eclipse ivy had an old version cached and was doing something wonky.  

Mea culpa.

On May 31, 2013, at 2:08 AM, Jason R-J <ja...@reast.net> wrote:

> 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-working@Georges-Mac.local.xml
>> 
>> What exactly are these files?  Are they used during/for the build?  or are they simply diagnostic output?
>> 
>> George Baxter
>> 
>> 
>> 
>> 
> 

George Baxter
george@dwh.io




Re: .ivy2/cache 'stuff'

Posted by Jason R-J <ja...@reast.net>.
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-working@Georges-Mac.local.xml
>
> What exactly are these files?  Are they used during/for the build?  or are they simply diagnostic output?
>
> George Baxter
>
>
>
>