Re: [Soaplab2-dev] installation halt on Maven
Brought to you by:
marsenger
From: Carsten S. <sch...@el...> - 2010-08-10 10:05:43
|
On 10/08/2010 11:29, Martin Senger wrote: > I tried to reproduce your problem - and, indeed, I reproduced it. But > then running it again few seconds later, the problem disappeared. I > think that the problem is with one of the maven repositories we are > using; it is probably a temporary network/access problem. If you have > the same problem again, I recommend to backup your whole local maven > repository (on Linux, it would be by typing: cd ~; mv .m2 .m2.backup) > and try to populate it again (cd soaplab2; ant clean compile). And > perhaps to use "ant clean compile" several times until it succeeds - at > least, that worked for me. I have had the same problem. My 'solution' was to abort the Maven process with Ctrl-C and restart the installation with ant. This I've had to do a couple of times until all the maven packages could be downloaded. I haven't had the time to investigate the cause, but assume some network problem. Should not be like that though, but interrupting and restarting was the quickest way to go through it for me. Good luck! Carsten |