berndq wrote:
looks like http://jira.codehaus.org/browse/SCM-40 "username as part of
svn+ssh url not accepted"
I can see it was fixed 24 JUN 2005 so the fix should be in
http://www.ibiblio.org/maven/org.apache.maven.scm/jars/maven-scm-provider-svn-1.0-alpha-2-20050712.155105-2.jar?
How would I install the alpha-2 jar? I tried
- replace the alpha-1 jar with the alpa-2 jar
- modified .maven\cache\maven-scm-plugin-1.5-rc1\project.xml
dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-svn</artifactId>
<version>1.0-alpha-2-20050712.155105-2</version>
</dependency>
but I always get:
"Unable to lookup component 'org.apache.maven.scm.manager.ScmManager',
it could not be started"
maven -X gives
...
...
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException:
Error starting component
...
Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.PhaseExecutionException:
Error composing component
at
org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:33)
at
org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:101)
at
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManag
er.java:105)
...
Caused by:
org.codehaus.plexus.component.composition.CompositionException:
Composition failed of field commands in objec
t of type org.apache.maven.scm.provider.svn.SvnScmProvider because the
requirement ComponentRequirement{role='org.apache
.maven.scm.provider.svn.command.SvnCommand', roleHint='null',
fieldName='commands'} was missing
...
Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component 'org.
apache.maven.scm.provider.svn.command.SvnCommandupdate', it could not be
created
...
Caused by:
org.codehaus.plexus.component.factory.ComponentInstantiationException:
Could not instanciate component: role:
'org.apache.maven.scm.provider.svn.command.SvnCommand',
implementation: 'org.apache.maven.scm.provider.svn.command.upda
te.SvnUpdateCommand', role hint: 'update'
...
Caused by: java.lang.NoClassDefFoundError:
org/apache/maven/scm/command/changelog/ChangeLogCommand
thanks for your help!
Bernd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]