Re: Creating new user in Continuum 1.1I

2007-12-13 Thread Olivier Dehon
On Thu, 2007-12-13 at 13:47 +0300, Oleg Alexeyev wrote: > Hi, > > On Dec 7, 2007 1:15 AM, L. J. <[EMAIL PROTECTED]> wrote: > > 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 > > cr

[c-1.1] Need to understand hot to set MyProject_HOME for continuum

2007-12-13 Thread Mick Knutson
In my normal Manen build, I have a variable called MyProject_HOME set to * C:\opt\MyProject* and I use that throughout my build. Now I want to understand where to set that in order to still run Continuum? Am I going to set a another system variable to * /opt/contiuum/workingDirectory/* -- Tha

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-13 Thread olivier lamy
If you cd to C:\continuum\work\6 and launch mvn clean install. What's happened ? Because as I see in the stack Trace it looks to be more an issue with surefire. Thanks, -- Olivier 2007/12/13, Diego <[EMAIL PROTECTED]>: > > Hi Oliver ... > > It means :"The system could not found the specified pat

Re: Creating new user in Continuum 1.1I

2007-12-13 Thread Oleg Alexeyev
Hi, On Dec 7, 2007 1:15 AM, L. J. <[EMAIL PROTECTED]> wrote: > 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 >

Re: AW: AW: Wrong build status in Project Group Summary

2007-12-13 Thread Emmanuel Venisse
It seems the cvs output was big. Continuum allow only 1024 caracters. If you don't want to see it an other time, you can increase the length of the COMMAND_OUTPUT field in your db. Emmanuel [EMAIL PROTECTED] a écrit : I searched in JIRA but I could not find a entry that describes the problem.

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-13 Thread Diego
Hi Oliver ... It means :"The system could not found the specified path" tks olivier lamy escreveu: Hi, What does it mean in english : Caused by: java.io.IOException: O sistema não pode encontrar o caminho especificado ? :-) Thanks, -- Olivier 2007/12/13, Diego <[EMAIL PROTECTED]>: Hi, I

Re: Problem with surefire-reports in Continuum 1.1 final

2007-12-13 Thread olivier lamy
Hi, What does it mean in english : Caused by: java.io.IOException: O sistema não pode encontrar o caminho especificado ? :-) Thanks, -- Olivier 2007/12/13, Diego <[EMAIL PROTECTED]>: > > Hi, > > I am using Continuum 1.1 final, Maven 2.0.7, Java 1.5.0_06 and WindowsXP > > I added a M2 project in C

AW: AW: Wrong build status in Project Group Summary

2007-12-13 Thread Manuel.Renz
I searched in JIRA but I could not find a entry that describes the problem. Here you can see a snippet from the logs: 276440818 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Provider message: The cvs command failed. 276440850 [pool-1-thread-1] INFO org.apach

Re: Upgrade from Continuum 1.0.3 to 1.1

2007-12-13 Thread Geraud Geraud
Hi, I'm trying to upgrade from 1.0.3 to 1.1, but without success. The environnement is : Maven 2.0.7 Mysql Ver 14.7 Distrib 4.1.11, for pc-linux-gnu (i386) I launch the upgrade tools with the following command: java -Xmx512m -jar data-management-cli-1.1-beta-4-app.jar -buildsJdbcUrl jdbc:mysql://

Re: Directory naming in working-directory

2007-12-13 Thread Hemant Malik
Hi, I am facing a problem with checking out because of the numbers being used for the checked out directories One of my sub project ( Eclipse Plug In project) is getting checked out in completely. Not sure whether this is the reason, but developer told me to have the original directory name as is o

Re: Scheduler bug, Continuum 1.1 (MySQL)

2007-12-13 Thread Emmanuel Venisse
Yes, your cron expression is invalid :) It must be : 0 0/30 8-18 ? * MON-FRI The doc say this: "Pay attention to the effects of '?' and '*' in the day-of-week and day-of-month fields!" http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html Emmanuel > Hi, > > i ceated my own "work ti

Scheduler bug, Continuum 1.1 (MySQL)

2007-12-13 Thread Ingo Siebert
Hi, i ceated my own "work time" scheduler. 0 0/30 8-18 * * 1-5 But he doesn't accept the 1-5 value. It's the same with MON-FRI. Continuum says "invalid cron expression". Is the "day of week" value working for someone? Ingo -- CRM Products Development - EIM CAS Software AG Well informed. Alway

Re: Contimuum 1.1 with MySQL 5.0

2007-12-13 Thread Ingo Siebert
Thank you! I also needed to change the 'users' database to the latin1 charset. It seems it's working fine now. Cheers, Ingo ossi petz schrieb: Hallo i have a very similar issue (etch mysql 5.0.32): 2007-12-04 17:09:50,777 [main] ERROR JPOX.RDBMS - Error thrown executing CREATE TABLE `SECU

Re: Continuum not able to handle the parent-child hierarchy

2007-12-13 Thread Hemant Malik
Hi, Thanks Emmanuel, I got over that problem , actually while adding the Maven 2.x project in continuum I was not checking the check box for ( load project with sub modules only as root recursively). After I checked it the continuum is building fine. Thanks and regards, Hemant Malik On Dec 13, 2

Error executing action 'update-project-from-working-directory'

2007-12-13 Thread Matteo Turra
I get this error from continuum: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'update-project-from-working-directory' at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434) at