Hi all, I'm using Continuum to run a CVS project but for some reasosn unknown to me the build fails with the following error message:
Provider message: The cvs command failed. Command output: ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- In the logfiles (below) i see a problem with an Incorrect format for CVSRoot but i configured the scm url like this: scm:cvs:pserver:continuum:[EMAIL PROTECTED]:/home/cvsowner/cvs-server-root which is correct CVSROOT as far as i know (it works in Wincvs). Could anyone please tell me what might be the problem? INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,004 [pool-1-thread-1] INFO org.apache.maven.continuum.scm.ContinuumScm:default - Checking out project: 'mce', id: '1' to 'C:\java\continuum-1.1\apps\continuum\webapp\WEB-INF\working-directory\1'. INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Executing: cmd.exe /X /C '"cvs -z3 -f -d :pserver:[EMAIL PROTECTED] -q checkout -d 1 /home/cvsowner/cvs-server-root"' INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] INFO org.apache.maven.scm.manager.ScmManager:default - Working directory: C:\java\continuum-1.1\apps\continuum\webapp\WEB-INF\working-directory INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] ERROR org.apache.maven.scm.manager.ScmManager:default - Incorrect format for CVSRoot: :pserver:[EMAIL PROTECTED] INFO | jvm 1 | 2008/04/17 16:16:08 | The correct format is: [:method:][[user][:[EMAIL PROTECTED]:[port]]/path/to/repository INFO | jvm 1 | 2008/04/17 16:16:08 | where "method" is pserver. INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Error while checking out the code for project: 'mce', id: '1' to 'C:\java\continuum-1.1\apps\continuum\webapp\WEB-INF\working-directory\1'. INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Command output: INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,006 [pool-1-thread-1] WARN org.apache.maven.continuum.scm.ContinuumScm:default - Provider message: The cvs command failed. INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,020 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Merging SCM results INFO | jvm 1 | 2008/04/17 16:16:08 | 2008-04-17 16:16:08,034 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Error updating from SCM, not building -- regards, Jeroen
