[Yanel-dev] .gwt-cache directories

Michael Wechner michael.wechner at wyona.com
Thu Jan 28 12:09:34 CET 2010


Guillaume Déflache wrote:
> Hi!
>
> Michael Wechner schrieb:
>> Dear Guillaume
>>
>> Is it possible to move this directory
>>
>> src/contributions/resources/policymanager/.gwt-cache
>
> 1st results from 
> http://www.google.ch/search?q=".gwt-cache"+directory+site:google.com 
> tells it's created in the current directory (not sure where that 
> happens to be in all cases) and it cannot be configured: 
> http://code.google.com/p/google-web-toolkit/issues/detail?id=1477
>
>
>>
>> into
>>
>> src/contributions/resources/policymanager/build/.gwt-cache
>>
>> or otherwise set
>>
>> svn:ignore
>>
>> ?
>
> As I said, I am not really sure of the logic used to determine its 
> location, but this would probably work for the resource-type build I 
> guess.

It seems that GWT 2 does not create such a directory, but for example 
GWT 1.4 creates one.

Unfortunately GWT 1.4 seems to be about twice as fast compiling than GWT 2

The ant build is now deleting it

<delete dir="${resource.home.dir}/.gwt-cache" quiet="true"/>

Cheers

Michi
>
>
>> Thanks
>>
>> Michi
>
> Cheers,
>    Guillaume



More information about the Yanel-development mailing list