Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] JdtCore parent pom missing

Hi Sankran

We are still in the process of migrating the Eclipse top-level project (which includes JDT Core) to CBI. Not sure whether the failure you see is expected at this stage.

Dani

From: "Sankaran, Nambi" <nsankaran@xxxxxxxx>
To: "jdt-core-dev@xxxxxxxxxxx" <jdt-core-dev@xxxxxxxxxxx>,
Date: 06.11.2012 07:05
Subject: [jdt-core-dev] JdtCore parent pom missing





Hi ALL,

I'm trying to compile JDT core project cloned from http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/
From the pom.xml files and wikis I found that it depends on eclipse-parent pom file.
Eclipse-parent pom file is part of Eclipse Dash project http://git.eclipse.org/c/dash/org.eclipse.dash.maven.git/
So, I tried to compile using the settings.xml from "dash" project.
I get the following error.

$mvn -s ../org.eclipse.dash.maven/settings.xml  compile
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]   The project eclipse.jdt.core:eclipse.jdt.core:3.8.0-SNAPSHOT (/Users/nsankaran/projects/eclipse/eclipse.jdt.core/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find org.eclipse:eclipse-parent:pom:1.0.0-SNAPSHOT in http://maven.eclipse.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse-repositories has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 18, column 11 -> [Help 2]
[ERROR]

Since, 1.0.0-SNAPSHOT parent pom was not found anywhere, I changed the version to 4-SNAPSHOT which is the latest, in the Dash project.
But, this doesn't have tycho plugin configuration. Here is the corresponding Error.

$mvn -s ../org.eclipse.dash.maven/settings.xml  compile
[INFO] Scanning for projects...
[ERROR] The build could not read 15 projects -> [Help 1]
[ERROR]  
[ERROR]   The project eclipse.jdt.core:org.eclipse.jdt.annotation:1.0.0-SNAPSHOT (/Users/nsankaran/projects/eclipse/eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml) has 1 error
[ERROR]     Unknown packaging: eclipse-plugin @ line 24, column 14
[ERROR]  
[ERROR]   The project eclipse.jdt.core:org.eclipse.jdt.compiler.tool:1.0.101-SNAPSHOT (/Users/nsankaran/projects/eclipse/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/pom.xml) has 1 error
[ERROR]     Unknown packaging: eclipse-plugin @ line 24, column 14
[ERROR]  
[ERROR]   The project eclipse.jdt.core:org.eclipse.jdt.core:3.8.1-SNAPSHOT (/Users/nsankaran/projects/eclipse/eclipse.jdt.core/org.eclipse.jdt.core/pom.xml) has 2 errors
[ERROR]     Unknown packaging: eclipse-plugin @ line 25, column 14
[ERROR]     'build.plugins.plugin.version' for org.eclipse.tycho:tycho-p2-plugin must be a valid version but is '${tycho.version}'. @ line 93, column 18
[ERROR]  
[ERROR]   The project eclipse.jdt.core:org.eclipse.jdt.compiler.tool.tests:1.0.101-SNAPSHOT (/Users/nsankaran/projects/eclipse/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml) has 1 error
[ERROR]     Unknown packaging: eclipse-test-plugin @ line 25, column 14



How do I get past these errors? Can someone point me in the right direction?

Thanks
Nambi




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



Back to the top