From: Weiguang W. <bi...@gm...> - 2010-11-04 16:11:01
|
Thanks Petra When I run the command "svn update ", It responds after a few seconds and gets the result message : version 7276. But it seems that no files have been downloaded. And in the toplevel pom.xml file, the <module>maven-sitesource-plugin</module> exists. I remembered that in the Forums of the CZT at sourceforge you have mentioned a svn update command to get the latest version of the tool, but I can't find the Forums now.. Could you please tell me that command again ? Thank you. wang -----Original Message----- From: Petra Malik [mailto:Pet...@ec...] Sent: Wednesday, November 03, 2010 9:04 PM To: czt...@li... Cc: Weiguang Wang Subject: Re: Install Error of CZT and the help to derive the AST 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 |