On 11/18/2011 01:59 PM, Ross Gardler wrote:
On 18 November 2011 12:54, Ate Douma<[email protected]> wrote:
I've just updated to the latest wookie trunk and ran
$ ant clean
$ ant run
I've build wookie last time for the 0.9.1 release candidate so I expect to
have most/all external dependencies in my local ivy cache (which is where?),
no?
However the ant run build took more than 15 minutes to complete!
Should I have some magic setting to speed this stuff up?
I always use ant run -Doffline=true which prevents a check of the
dependencies, but I wouldn't expect it to make 15 mins difference.
I've not done a clean build for some time, I wonder if the clean is
killing the downloaded artifacts? Even if it is 15 minutes seems
excessive
OK, thanks for the tip.
I've tried it again with
$ ant clean
$ ant -Doffline=true compile-test
But it still goes 'online' trying to resolve dependencies...
Ross