Christian Schlaefcke wrote:

Hi Folks,

I also have a problem depending on this. When I try to get the URL "http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-test/pom.xml"; which is obviously subversion I get this
<snip>
2005-06-27 15:15:52,718 [PoolThread-0] INFO ContinuumProjectBuilder:maven-two-builder - Downloading http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-test/pom.xml 2005-06-27 15:15:52,937 [PoolThread-0] DEBUG ArtifactResolver - Resolving: org.apache.maven.scm:maven-scm:pom:1.0-alpha-2-SNAPSHOT from: {localRepository: [local] -> file://C:\Programme\Java\continuum-1.0-alpha-2\bin\..\apps\continuum/local-repository}
{remoteRepositories: [[central] -> http://repo1.maven.org/maven2]}
2005-06-27 15:15:52,937 [PoolThread-0] INFO ArtifactTransformation:snapshot - maven-scm: checking for updates from central
2005-
06-27 15:15:52,937 [PoolThread-0] INFO WagonManager - Retrieving snapshot information for maven-scm 1.0-alpha-2-SNAPSHOT 2005-06-27 15:15:53,890 [PoolThread-0] INFO ArtifactTransformation:snapshot - maven-scm: resolved to version 1.0-alpha-2-20050610.043511-1 from repository central java.sql.SQLException: Table not found: SEQUENCE_TABLE in statement [SELECT NEXT_VAL FROM SEQUENCE_TABLE WHERE SEQUENCE_NAME=?]
at org.hsqldb.jdbc.jdbcUtil.throwError(Unknown Source)
</snip>
followed by a long stacktrace and this:

<snip>
2005-06-27 15:15:54,984 [PoolThread-0] INFO RDBMS - Creating table SEQUENCE_TABLE 2005-06-27 15:15:55,140 [PoolThread-0] ERROR VelocityComponent - RHS of #set statement is null. Context will not be modified. screens/Summary.vm [line 1, column 1] 2005-06-27 15:15:55,187 [Thread-5] INFO ContinuumScm - Checking out project: 'Maven SCM Test', id: '1' to 'C:\Programme\Java\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\1'. cl = cvs -f -d :pserver:[EMAIL PROTECTED]:/home/cvspublic -q checkout -d 1 maven-scm 2005-06-27 15:15:55,218 [Thread-5] DEBUG CvsCommand:check-out - Working directory: C:\Programme\Java\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\1 2005-06-27 15:15:55,218 [Thread-5] DEBUG CvsCommand:check-out - Command line: cvs -f -d :pserver:[EMAIL PROTECTED]:/home/cvspublic -q checkout -d 1 maven-scm 2005-06-27 15:15:57,937 [Thread-5] WARN ContinuumScm - Error while checking out the code for project: 'Maven SCM Test', id: '1' to 'C:\Programme\Java\continuum-1.0-alpha-2\bin\..\apps\continuum\temp\1'. 2005-06-27 15:15:57,937 [Thread-5] WARN ContinuumScm - Command output: cvs checkout: cwd=C:\Programme\Java\continuum-1.0-alpha-2\apps\continuum\temp ,current=C:\Programme\Java\continuum-1.0-alpha-2\apps\continuum\temp
cvs server: cannot find module `maven-scm' - ignored
cvs [checkout aborted]: cannot expand modules

2005-06-27 15:15:57,937 [Thread-5] WARN ContinuumScm - Provider message: The cvs command failed.
</snip>

Why is it trying to get it from cvs when it is an svn repository? Looks like it´s redirecting me somehow. What am I missing/doing wrong?

Thanks & Regards,

Christian


Johnny R. Ruiz III schrieb:

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! :)



I've tried the POM that you mentioned and it can be successfully added now. But I think you still need to include CVS and SVN in your path because Continuum needs them. 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. -- this occur when CVS is not in your path.

Reply via email to