On 11/18/2011 02:37 PM, Ross Gardler wrote:
On 18 November 2011 13:18, Ate Douma<[email protected]>  wrote:
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...

Interesting.

I'm running it right now and it seems to be taking its time in the
resolve target (just after finding org.jdom). It's been stuck there
for 7 minutes already.

Looks like there is a network problem, but it's supposed to be offline.

My above build finally finished after this time taking 28 minutes, 13 seconds.
As it almost doubled up now, I agree there must be a network problem (too).
However, something like the -Doffline=true should be made to work properly as I cannot wait on this like all day :)


Ross

Reply via email to