Re: Can't run Maven 2.1 Snapshot

2008-02-15 Thread Rahul Thakur
Thanks Carlos, that was it! I was setting M2_HOME from command prompt after building M2 trunk but it seems that PATH was still using the old M2_HOME value Cheers, Rahul Carlos Sanchez wrote: I saw that problem before and IIRC it was a problem wiht my M2_HOME and PATH, both were not in

Can't run Maven 2.1 Snapshot

2008-02-15 Thread Rahul Thakur
I get the error below when I attempt to build and run a Maven 2.1 SNAPHOT on win xp. Rahul E:\maven-componentsmvn -X package Exception in thread main java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher Caused by: java.lang.ClassNotFoundException:

Re: Can't run Maven 2.1 Snapshot

2008-02-15 Thread Carlos Sanchez
I saw that problem before and IIRC it was a problem wiht my M2_HOME and PATH, both were not in sync pointing to the same 2.1-snapshot On Fri, Feb 15, 2008 at 10:26 AM, Rahul Thakur [EMAIL PROTECTED] wrote: I get the error below when I attempt to build and run a Maven 2.1 SNAPHOT on win xp.