Re: ComponentLookupException

2014-05-06 Thread Jason van Zyl
Yes, try what Igor suggested. I only saw the lookup exception, which in general is often caused by missing metadata. On May 6, 2014, at 11:03 AM, Jochen Wiedmann wrote: > Beg your pardon, Jason, but couldb't the reason be that simply need one of > the aether jar files (Whatever provides Reposi

Re: ComponentLookupException

2014-05-06 Thread Jochen Wiedmann
Beg your pardon, Jason, but couldb't the reason be that simply need one of the aether jar files (Whatever provides RepositorySystem with hint "basic"? On Tue, May 6, 2014 at 3:51 PM, Jason van Zyl wrote: > Hard to tell without the code, but a lot of times the error is the > component metadata

Re: ComponentLookupException

2014-05-06 Thread Igor Fedorenko
You are probably missing maven-compat from your plugin dependencies. I usually add this with scope=test unless my code explicitly depends on classes from that artifact. -- Regards, Igor On 2014-05-06, 9:33, Jochen Wiedmann wrote: Hi, I am trying to implement a test case for a plugin, utilizing

Re: ComponentLookupException

2014-05-06 Thread Jason van Zyl
Hard to tell without the code, but a lot of times the error is the component metadata is not present or it's wrong. If you hand wrote it you might have a typo, or you might not have the metadata generators configured. On May 6, 2014, at 6:33 AM, Jochen Wiedmann wrote: > Hi, > > I am trying to

ComponentLookupException

2014-05-06 Thread Jochen Wiedmann
Hi, I am trying to implement a test case for a plugin, utilizing the Plugin testing harness. I am getting the exception below. Any ideas what I might be doing wrong? Thanks, Jochen org.codehaus.plexus.component.repository.exception.ComponentLookupException: java.util.NoSuchElementException