M1 test plugin vs M2 surefire plugin

2006-05-31 Thread Pascal Larin
Hi, We are currently running Maven 1.1-beta 2 and we want to upgrade to Maven 2.0. We have converted some projects to maven 2.0 and we have a small problem with the test reports of surefire. In M1, the test plug-in redirects the System.out and System.err into the test file report by default.

RE : CruiseControl issues trying to install and run from maven. Pleasehelp.

2005-09-21 Thread Pascal Larin
Mick, We do the same thing. If you plan to use 2 or more projects on CruiseControl, it is not the way to do it. CruiseControl is designed to be started one time. It reads his configuration file every time it builds a project. Pascal -Message d'origine- De : Doug Douglass

RE : Change log error with Perforce

2005-09-06 Thread Pascal Larin
Hi, Already done, http://jira.codehaus.org/browse/MPCHANGELOG-72 Pascal -Message d'origine- De : Edwin Punzalan [mailto:[EMAIL PROTECTED] Envoyé : September 5, 2005 22:10 À : Maven Users List Objet : Re: Change log error with Perforce Hi, this is a bug. I found that the code checks

RE : Entity Expansion Limit Error

2005-09-02 Thread Pascal Larin
Michael, Add -DentityExpansionLimit=10 (or more) to your MAVEN_OPTS. Pascal -Message d'origine- De : Michael Owen [mailto:[EMAIL PROTECTED] Envoyé : September 2, 2005 14:35 À : users@maven.apache.org Objet : Entity Expansion Limit Error Hi, Using Maven 1.1 beta and got the

RE : installing maven on linux

2005-08-24 Thread Pascal Larin
Karl, Check that your MAVEN_HOME AND your PATH point to your maven 1.1 location. I had the same problem when I've switch form 1.0 to 1.1, my PATH wasn't correctly set. Pascal -Message d'origine- De : Karl Gustav [mailto:[EMAIL PROTECTED] Envoyé : August 24, 2005 11:00 À :

RE : [M1.1b1] xdoc plugin problems

2005-08-18 Thread Pascal Larin
Jim, We also run Maven 1.1beta1. We have the same problem. Every time I run a multiproject:site, we get the same error log4j:ERROR Attempted to append to closed appender named [null]. We use Cruisecontrol and our log files grew from 1 MB to 9 MB!!! I'm not sure if it is an xdoc plugin bug. There