Re: [c-1.1] Can't edit project notifiers?

2007-12-06 Thread Mick Knutson
I see the changes in the ci when I update the pom, but the strange thing is, I still don't see the emails. Now I created a tools pom with some utilities in it, and added a user notifier with the same email address, and it got delivered. But the one for my main project does not. On Dec 5, 2007

Re: Error caused by cvs it is in the way

2007-12-06 Thread pfuschi
Hi, Is this bug fixed? What is the Bug ID? I have the same bug with 1.1 final again, with a little difference. The cvs error are lots of is no longer in the repository and it is in the way From the logs: 9638342 [Thread-6] ERROR

Creating new user in Continuum 1.1I

2007-12-06 Thread L. J.
Hi, Just want to see if anyone else having this problem. I can only create admin user during the initial installation. After that, whatever the users I created, it says that either the username or password is incorrect while trying to log in. Thanks. LJ

[c11] What is the difference between loading a single pom, verse multiple?

2007-12-06 Thread Mick Knutson
There is an option for multi-module projects to only load the master pom. What is the difference between loading just the top level pom.xml verse all pom's in the project? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com

Re: [1.0.3] Add -Xmx to jvm parameters

2007-12-06 Thread Raúl Casado Piqueras
Hi Mathus. If you want maven to be launched with this param globally, just edit the script mvn file (.bat if it is Windows, .sh on Unix based systems) and add this param to the mvn call like in this example: @REM Start MAVEN2 :runm2 %MAVEN_JAVA_EXE% %MAVEN_OPTS% -Xmx1024 -classpath