From: Petra M. <Pet...@ec...> - 2010-11-04 01:04:29
|
Hi Wang, I've installed the same versions on my linux machine (maven-3.0 and Java 1.6.0_22) and cannot reproduce your problems. It looks to me as if you are still using an old CZT version, which is strange since you claim to have done an "svn update". The failing JaxbXmlWriterReaderTest has been fixed some weeks ago and in my recent commit I've disabled building the maven-sitesource-plugin so the following > [INFO] CZT Z/Eves jEdit Plugin ........................... SUCCESS [1.402s] > [INFO] CZT Site-Source Maven Plugin ...................... FAILURE [2.397s] shouldn't happen because mvn shouldn't even attempt to build the CZT Site-Source Maven Plugin. Please check whether you really try to build CZT with an up-to-date version. Maybe you've updated one directory but for building you are using another? Check the toplevel pom.xml file; it shouldn't contain a line <module>maven-sitesource-plugin</module>. Cheers, Petra |