Hi,

I compiled the sources (from the HEAD of the scm repository) using eclipse
(I just set the build path variables) and the code attached below tries to
start maven-scm but I get an exception (attached at the and). How can I fix
that?

Zsolt

plexus = new Embedder();

plexus.start();

scmManager = (ScmManager) plexus.lookup( ScmManager.ROLE );



Error while starting Maven Scm.
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Component descriptor cannot be found in the component repository:
org.apache.maven.scm.manager.ScmManager.
        at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.jav
a:323)
        at org.codehaus.plexus.embed.Embedder.lookup(Embedder.java:78)



Reply via email to