Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] How can I import EclipseLink source code successfully from the GIT repository into Eclipse?

Thanks for the quick response, so how should be the right way to import all the projects into Eclipse?

 

De: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] En nombre de Eric Gwin
Enviado el: Wednesday, November 06, 2013 9:59 AM
Para: eclipselink-dev@xxxxxxxxxxx
Asunto: Re: [eclipselink-dev] How can I import EclipseLink source code successfully from the GIT repository into Eclipse?

 

Hello,

EclipseLink is not setup for use as a maven project. There are pom files that are used by the automated build (driven by ant) to generate Tycho bundles. However, the projects themselves should simply be imported to Eclipse.

Eric

are On 11/6/2013, 10:52 AM, Alfredo Manuel Osorio Martinez wrote:

Hello,

 

So I checked out the code of EclipseLink from this repository:http://git.eclipse.org/gitroot/eclipselink/eclipselink.runtime.git

After that I did: File -> Import -> Existing Maven Projects -> browse to C:\Users\amosomar\git\eclipselink.runtime\buildsystem\org.eclipse.persistence.parent and imported all the projects that showed up.

Then I get the following error:

An internal error occurred during: "Importing Maven projects". Path must include project and resource name: /org.eclipse.persistence.nosql

 

It also happens when I do: Right click on one of the projects -> Maven -> Update Project

An internal error occurred during: "Updating Maven Project". Path must include project and resource name: /org.eclipse.persistence.core enter
              image description here

I have tried this with JBoss Devloper Studio 7.0.0 GA and Spring Tool Suite 3.3.0 RELEASE without success both have m2eclipse 1.4.0.20130601-0317 installed.

It seems to have something to do with the parent project "org.eclipse.persistence.parent" and the modules because if I remove for example from project "org.eclipse.persistence.core" pom the reference to the parent the problem goes away:

<parent>
    <artifactId>org.eclipse.persistence.parent</artifactId>
    <groupId>org.eclipse.persistence</groupId>
    <version>2.6.0-SNAPSHOT</version>
             <relativePath>../../buildsystem/org.eclipse.persistence.parent/pom.xml</relativePath>
</parent>

 


Original question in StackOverflow:

http://stackoverflow.com/questions/19816277/how-can-i-import-eclipselink-source-code-successfully-from-the-git-repository-in

 

 

Alfredo Osorio




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

 


Back to the top