Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e-core-tests fail to execute with missing guava lib

Hi, I'm also getting following failures:

Several NPE's in org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest due to 'editor' field being null. Somehow, openEditor returns null.
The org.eclipse.m2e.tests module is not getting built in takari.io hudson job, so I can't make sure it's something in my setup.

Then there are
  testCompilerSettings18(org.eclipse.m2e.tests.project.CompilerSettings18Test): Unexpected error markers Type=org.eclipse.jdt.core.buildpath_problem:Message=Unbound classpath container: 'JRE System Library [JavaSE-1.8]' in project 'compilerSettings18':LineNumber=null expected:<0> but was:<1>

and
  testHasLink(org.eclipse.m2e.editor.xml.HyperlinkTest). This one is also present in hudson job.




On Sat, May 24, 2014 at 5:29 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Sorry, didn't have time to update m2e tests yesterday, should be fixed
now but let me know if you still have problems.

--
Regards,
Igor


On 2014-05-24, 5:10, Anton Tanasenko wrote:
Can be fixed by adding orbit repo to m2e-core-tests/pom.xml (same as it
was in m2e-core previously).

     <repository>
       <id>orbit</id>
       <layout>p2</layout>

<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20140227085123/repository/</url>
     </repository>



On Sat, May 24, 2014 at 12:07 PM, Anton Tanasenko
<atg.sleepless@xxxxxxxxx <mailto:atg.sleepless@gmail.com>> wrote:

    Hi,
    Looks like this is due to '435616 don't bundle guava with m2e
    repository' commit.


    [ERROR] Cannot resolve project dependencies:
    [ERROR]   Software being installed: org.eclipse.m2e.tests
    1.5.0.qualifier
    [ERROR]   Missing requirement: org.eclipse.m2e.core
    1.5.0.20140524-0854 requires 'bundle com.google.guava
    [14.0.1,16.0.0)' but it could not be found
    [




_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top