Re: Problems building with Maven

2007-09-18 Thread Guillaume Nodet
This error comes from garbage in your local repo. Just delete it and retry. rm -Rf ~/.m2/repository On 9/17/07, pjackson <[EMAIL PROTECTED]> wrote: > > > I tried compiling the ActiveMQ 4.1.1 source with Maven 2.0.4 and 2.0.7 and > get this error. Can't figure out how to fix maven to get past

Re: Problems building with Maven

2007-09-18 Thread pjackson
I was connected to the internet, but behind a firewall. Perhaps that is the problem. I guess I could try it at home instead of at work. I'm not worried about this problem as I got my program running using the existing jar files. I tried to build ActiveMQ using eclipse, but there were a lot of

Re: Problems building with Maven

2007-09-17 Thread Daryl Richter
Hmmm. This works for me. Are you connected to the internet? Maven expects you to be, at least the first time. It needs to downloads boatloads of stuff. After that you can use '-o' for offline. On Sep 17, 2007, at 8:51 AM, pjackson wrote: I tried compiling the ActiveMQ 4.1.1 source wit