Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] The forge parent, again.

I did the basic tasks involved here, and the results fail the tests in
tycho-core with Guice provisioning errors.

Which is interesting, since dependency:list in tycho-core gives
exactly the same answer for me as for the current trunk version.

I know this isn't a priority for anyone else, but in case anyone cares
to add themselves to this effort, you will find it at:

git://github.com/bimargulies/tycho-work.git

Here's an error:

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.383
sec <<< FAILURE!
testProductDepdendencies(org.eclipse.tycho.core.test.ArtifactDependencyWalkerTest)
 Time elapsed: 0.318 sec  <<< ERROR!
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for
org.codehaus.plexus.component.configurator.ComponentConfigurator
annotated with @Named(value=basic) was bound.

1 error
      role: org.codehaus.plexus.component.configurator.ComponentConfigurator
  roleHint: basic
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:253)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:241)
	at org.apache.maven.plugin.testing.AbstractMojoTestCase.setUp(AbstractMojoTestCase.java:87)
	at org.eclipse.tycho.testing.AbstractTychoMojoTestCase.setUp(AbstractTychoMojoTestCase.java:37)
	at junit.framework.TestCase.runBare(TestCase.java:132)


Back to the top