Re: build of trunk hangs

2013-06-22 Thread Robert Muir
I don't see anything abnormal. This is what happens why it downloads dependencies. replicator must pull in 2MB of jars from various places. If you are impatient during this process and press ^C, then that really only makes matters worse as it then leaves a .lck file in your ivy cache, and future

RE: build of trunk hangs

2013-06-22 Thread Uwe Schindler
gt; Subject: Re: build of trunk hangs > > What Adrien said. I've had this happen when I kill a build partway through > (but just sometimes). > > If you're on a fast network, I'll sometimes just delete the entire > .ivy2 cache, but that's a little drastic. &g

Re: build of trunk hangs

2013-06-22 Thread Erick Erickson
What Adrien said. I've had this happen when I kill a build partway through (but just sometimes). If you're on a fast network, I'll sometimes just delete the entire .ivy2 cache, but that's a little drastic. Erick On Thu, Jun 20, 2013 at 9:15 AM, Adrien Grand wrote: > Hi, > > On Thu, Jun 20, 2013

Re: build of trunk hangs

2013-06-20 Thread Adrien Grand
Hi, On Thu, Jun 20, 2013 at 5:59 PM, Tom Burton-West wrote: > I'm trying to build trunk and when I run "ant compile" > the build hangs right after "Building replicator" at the line > "common.resolve:". (see below for more context) > > I'm not familiar with Ivy so I'm not too sure where to look f

build of trunk hangs

2013-06-20 Thread Tom Burton-West
I'm trying to build trunk and when I run "ant compile" the build hangs right after "Building replicator" at the line "common.resolve:". (see below for more context) I'm not familiar with Ivy so I'm not too sure where to look for the problem. Can someone point me to the FAQ or the appropriate reso