Emmanuel Venisse wrote:

cvs isn't in your path

Emmanuel

Johnny R. Ruiz III wrote:

Trygve Laugstøl wrote:

On Thu, Jun 23, 2005 at 04:17:31PM +0800, Johnny R. Ruiz III wrote:
Hi,

I successfully installed Continuum1.0-alpha-2 in my laptop. I launch continuum using a Web Browser and tried to add an M2 project. The POM that I used was http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-test/pom.xml. There was an error on adding this project. The result is:

org.apache.maven.continuum.scm.ContinuumScmException: Error while checking out the project. at org.apache.maven.continuum.scm.DefaultContinuumScm.checkOut(DefaultContinuumScm.java:84) at org.apache.maven.continuum.scm.queue.CheckOutTaskExecutor.executeTask(CheckOutTaskExecutor.java:80) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:100)
  at java.lang.Thread.run(Thread.java:534)




Are there anything else in the logs?

--
Trygve

Anyone have an idea on the problem?

Thanks a lot -- jruiz




Here's what I got from the log file.
5478 [main] ERROR org.codehaus.plexus.velocity.VelocityComponent - VM #text: error : too few arguments to macro. Wanted 2 got 0 5498 [main] INFO org.codehaus.plexus.notification.notifier.Notifier:mail - The from mailbox is not configured, will use the nag email address from the project. 5508 [main] INFO org.codehaus.plexus.notification.notifier.Notifier:mail - From name: [EMAIL PROTECTED] 5508 [main] INFO org.codehaus.plexus.notification.RecipientSource - To override address is not configured, will use the nag email address from the project. 5508 [main] INFO org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project - Starting task executor, thread name 'build-project'. 5508 [main] INFO org.codehaus.plexus.PlexusContainer - Loading on start [role,roleHint]: [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,check-out-project] 5518 [main] INFO org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:check-out-project - Starting task executor, thread name 'check-out-project'. 61809 [PoolThread-1] INFO org.apache.maven.continuum.store.ContinuumStore - Removed project with id '16'. 61869 [PoolThread-1] ERROR org.codehaus.plexus.velocity.VelocityComponent - RHS of #set statement is null. Context will not be modified. screens/Summary.vm [line 1, column 1] 73556 [PoolThread-1] INFO org.apache.maven.continuum.project.builder.ContinuumProjectBuilder:maven-two-builder - Downloading http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-test/pom.xml 74097 [PoolThread-1] DEBUG org.apache.maven.artifact.resolver.ArtifactResolver - Resolving: org.apache.maven.scm:maven-scm:pom:1.0-alpha-2-SNAPSHOT from: {localRepository: [local] -> file://C:\continuum-1.0-alpha-2\bin\..\apps\continuum/local-repository}
{remoteRepositories: [[central] -> http://repo1.maven.org/maven2]}
74117 [PoolThread-1] INFO org.apache.maven.artifact.transform.ArtifactTransformation:snapshot - maven-scm: resolved to version 1.0-alpha-2-20050610.043511-1 from local repository 74387 [Thread-5] INFO org.apache.maven.continuum.scm.ContinuumScm - Checking out project: 'Maven SCM Test', id: '21' to 'C:\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\21'. 74457 [Thread-5] DEBUG org.apache.maven.scm.provider.cvslib.command.CvsCommand:check-out - Working directory: C:\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\21 74457 [Thread-5] DEBUG org.apache.maven.scm.provider.cvslib.command.CvsCommand:check-out - Command line: cvs -f -d :pserver:[EMAIL PROTECTED]:/home/cvspublic -q checkout -d 21 maven-scm 74477 [PoolThread-1] ERROR org.codehaus.plexus.velocity.VelocityComponent - RHS of #set statement is null. Context will not be modified. screens/Summary.vm [line 1, column 1] 74848 [Thread-5] WARN org.apache.maven.continuum.scm.ContinuumScm - Error while checking out the code for project: 'Maven SCM Test', id: '21' to 'C:\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\21'. 74848 [Thread-5] WARN org.apache.maven.continuum.scm.ContinuumScm - Command output: 'cvs' is not recognized as an internal or external command,
operable program or batch file.

74848 [Thread-5] WARN org.apache.maven.continuum.scm.ContinuumScm - Provider message: The cvs command failed.

tnx - jruiz



Thanks a lot dude! :)


Reply via email to