On 18/11/2011 12:59, 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?
Without the 'D-offline-true' property the same build task took 6 mins here.
Paul
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
Ross