Thanks for the quick reply Martin, I'm running in OSX: mvn --version Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e; 2014-06-17T07:51:42-06:00)
kwt ________________________________________ From: Martin Todorov [[email protected]] Sent: Thursday, August 28, 2014 11:30 AM To: Maven Developers List Subject: Re: maven indexer examples issue Hi Kenneth, What version of Maven are you trying to build this with? It's building fine for me with Maven 3.2.1. Kind regards, Martin On Thu, Aug 28, 2014 at 6:24 PM, Talley, Kenneth <[email protected]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
