jbosstools / m2e-polyglot-poc

M2E Polyglot Support Experiment
Eclipse Public License 1.0
15 stars 8 forks source link

Error in Travis (but not locally) #9

Closed paulvi closed 8 years ago

paulvi commented 8 years ago

https://travis-ci.org/Enide/polyglot-maven-m2e#L813

[INFO] M2E Polyglot Support Experiment :: parent .......... SUCCESS [  0.442 s]
[INFO] M2E Polyglot Support Experiment :: core ............ FAILURE [  2.259 s]
[INFO] M2E Polyglot Support Experiment :: ui .............. SKIPPED
[INFO] M2E Polyglot Support Experiment :: feature ......... SKIPPED
[INFO] M2E Polyglot Support Experiment :: update site ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2016-04-24T15:10:41+00:00
[INFO] Final Memory: 117M/479M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.23.1:compile (default-compile) on project org.jboss.tools.maven.polyglot.poc.core: Compilation failure: Compilation failure:
[ERROR] /home/travis/build/Enide/polyglot-maven-m2e/org.jboss.tools.maven.polyglot.poc.core/src/main/java/org/jboss/tools/maven/polyglot/poc/internal/core/ModulesCollector.java:[71]
[ERROR] return facades.stream()
[ERROR] ^^^^^^
[ERROR] The method stream() is undefined for the type List<IMavenProjectFacade>
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
paulvi commented 8 years ago

Trying

as on

...

fixed