Robert Burrell Donkin ha scritto: > On Nov 10, 2007 4:38 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: >> Robert Burrell Donkin ha scritto: >>> the maven site generation for JAMES server is broken for me. it seems >>> that the master stage directory is not longer included. anyone know >>> why? >>> >>> - robert >>> >>> [EMAIL PROTECTED] /opt/development/james-workspace $ mvn site >> I've no time right now, I hope I can look at it later or tomorrow: > > great :-) > >> can you try a "mvn package install" first and the the "mvn site"? > > "mvn package install" fails on one of my new localisation unit tests. > basically, these swap the default Locale.
Do you think that the test failure is a maven related issue? I disabled most tests in the experimental-seda-imap-function and some related imap tests in phoenix-deployment in order to be able to run the "mvn -Plocal install" command and I found a few issue I fixed (see the svn notifications) Once I fixed the issues and removed the failing tests the install worked and the following "mvn -Plocal site" worked too. The need to run install before site is probably because of known maven2 bugs: http://jira.codehaus.org/browse/MNG-2045 http://jira.codehaus.org/browse/MNG-3043 The first seems to be fixed in the next 2.0.8: I'm not sure it is exactly the bug we hit, but we'll stick to "mvn install + mvn site" in the mean time. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
