hi all, when I try to mvn clean from the java directory this build error occurred. [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.qpid:junit-toolkit-maven-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Fri May 02 21:49:07 IST 2008 [INFO] Final Memory: 9M/81M [INFO] ------------------------------------------------------------------------
Could you please figure this out...please Thanks in advance Regs lahiru On Fri, May 2, 2008 at 9:34 PM, lahiru gunathilake <[EMAIL PROTECTED]> wrote: > I try get a fresh SVN checkout and build using maven. But it breaks when > it comes to Test. > Here the trace. > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.qpid.framing.BasicContentHeaderPropertiesTest > log4j:WARN No appenders could be found for logger > (org.apache.qpid.framing.FieldTable). > log4j:WARN Please initialize the log4j system properly. > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] loader constraint violation: when resolving method > "org.codehaus.plexus.util.xml.Xpp3DomWriter.write(Lorg/codehaus/plexus/util/xml/XMLWriter;Lorg/codehaus/plexus/util/xml/Xpp3Dom;)V" > the class loader (instance of org/codehaus/classworlds/RealmClassLoader) of > the current class, org/apache/maven/surefire/report/XMLReporter, and the > class loader (instance of org/codehaus/classworlds/RealmClassLoader) for > resolved class, org/codehaus/plexus/util/xml/Xpp3DomWriter, have different > Class objects for the type org/codehaus/plexus/util/xml/XMLWriter used in > the signature; nested exception is java.lang.LinkageError: loader constraint > violation: when resolving method > "org.codehaus.plexus.util.xml.Xpp3DomWriter.write(Lorg/codehaus/plexus/util/xml/XMLWriter;Lorg/codehaus/plexus/util/xml/Xpp3Dom;)V" > the class loader (instance of org/codehaus/classworlds/RealmClassLoader) of > the current class, org/apache/maven/surefire/report/XMLReporter, and the > class loader (instance of org/codehaus/classworlds/RealmClassLoader) for > resolved class, org/codehaus/plexus/util/xml/Xpp3DomWriter, have different > Class objects for the type org/codehaus/plexus/util/xml/XMLWriter used in > the signature > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 15 minutes 43 seconds > [INFO] Finished at: Fri May 02 21:30:39 IST 2008 > [INFO] Final Memory: 18M/75M > [INFO] > ------------------------------------------------------------------------ > > Can any body help me to build this. > > lahiru > > -- East or West Mahindians are the Best... !
