Re: Maven stopped working

2003-06-30 Thread Brett Porter
That's what usually caused the problem for me. My fix was usually to bootstrap maven using my new repository as the target - that seems to pick up the right dependency somewhere! :) We should probably check if this is fixed in CVS HEAD and if not file an issue on it. Cheers, Brett Moretti, Luc

RE: Maven stopped working

2003-06-30 Thread Moretti, Luciano (MED)
stall? Thanks, Luciano Moretti -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:03 AM To: Maven Users List Subject: Re: Maven stopped working On Mon, 2003-06-30 at 09:57, Moretti, Luciano (MED) wrote: > I'm not sure what I did- >

Re: Maven stopped working

2003-06-30 Thread Jason van Zyl
On Mon, 2003-06-30 at 09:57, Moretti, Luciano (MED) wrote: > I'm not sure what I did- > > Running 1.0b9 > > Whenever I try to run a project now, I get a > java.lang.ClassNotFoundException: xml > at java.net.URLClassLoader$1.run(URLClassLoader.java:198) > at java.security.AccessControl

Maven stopped working

2003-06-30 Thread Moretti, Luciano (MED)
I'm not sure what I did- Running 1.0b9 Whenever I try to run a project now, I get a java.lang.ClassNotFoundException: xml at java.net.URLClassLoader$1.run(URLClassLoader.java:198) at java.security.AccessController.doPrivilaged(Native Method) . Any ideas what I did