Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Gerrit builds are failing with obscure maven errors

On Mon, 2018-02-05 at 22:53 +0100, Andrey Loskutov wrote:
> Hi,
> 
> has anyone any idea what maven wants to say and why all the Gerrit 
> builds are failing almost immediately with the error below:
> 
> https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Gerrit/
> 
> 16:49:53 [ERROR] 1.1.0-SNAPSHOT:
> 16:49:53 [ERROR] 	MavenProject: 
> org.eclipse.jdt:org.eclipse.jdt.compiler.tool:1.2.100-SNAPSHOT @ 
> /jobs/genie.jdt/eclipse.jdt.core-Gerrit/workspace/org.eclipse.jdt.compiler.tool/pom.xml
> 16:49:53 [ERROR] 	MavenProject: 
> org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.2.100-SNAPSHOT @ 
> /jobs/genie.jdt/eclipse.jdt.core-Gerrit/workspace/org.eclipse.jdt.compiler.tool.tests/pom.xml
> 16:49:53 [ERROR] 	MavenProject: 
> org.eclipse.jdt:org.eclipse.jdt.compiler.apt:1.3.100-SNAPSHOT @ 
> /jobs/genie.jdt/eclipse.jdt.core-Gerrit/workspace/org.eclipse.jdt.compiler.apt/pom.xml
> 16:49:53 [ERROR] All tycho plugins configured in one reactor must use 
> the same version -> [Help 1]

It seems related to http://git.eclipse.org/c/gerrit/tycho/org.eclipse.t
ycho.git/commit/?id=78ce5b9fbb5028b14cd92191a2d83fb2a8d6e275

I'm not sure why the build was silently passing beforehand, but the
versions should be the same across all Tycho plugins. I guess the
platform parent may have been recently updated to 1.1.0 ?

Cheers,
-- 
Roland Grunberg


Back to the top