Answers inline.
On Mon, Jun 27, 2005 at 03:20:59PM +0200, 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
Notice this line. It's downloading the parent pom with artifact id
"maven-scm" and version "1.0-alpha-2-SNAPSHOT".
http://ibiblio.org/maven2/org/apache/maven/scm/maven-scm/1.0-alpha-2-SNAPSHOT/maven-scm-1.0-alpha-2-20050610.043511-1.pom
And this that pom you'll see:
<scm>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-scm</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-scm</developerConnection>
<url>http://cvs.apache.org/viewcvs.cgi/maven-scm</url>
</scm>
which should explain why it's going to cvs. We'll update this POM asap.
> 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:anoncvs@cvs.apache.org:/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:anoncvs@cvs.apache.org:/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
--
Trygve
|