Hey all,

I'm new to plexus and sisu so forgive me if this is a little newbish. 
Basically, I'm trying to learn how to use maven indexer and just running the 
BasicUsageExamplerTest throws:

org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
java.util.NoSuchElementException
      role: org.apache.maven.index.Indexer
  roleHint:
at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:141)
at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:1)
at 
org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:76)
at 
org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:1)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:262)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:254)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:248)
at 
org.apache.maven.indexer.examples.BasicUsageExample.<init>(BasicUsageExample.java:107)
at 
org.apache.maven.indexer.examples.BasicUsageExample.main(BasicUsageExample.java:80)
at 
org.apache.maven.indexer.examples.BasicUsageExampleTest.testApp(BasicUsageExampleTest.java:30)


Anyone else see this or am I missing something?


kwt

Reply via email to