Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Need help setup Eclipse to build EclipseLink

Hi Sebastien,

The Oracle project is a bit different from the other projects. It follows Eclipse's "works with" policy. It depends on some non-open source jars. You need to get them separately and provide them in an OSGi friendly way. Unless you are making changes to the classes in that project, I suggest not importing the project into your workspace.

If want to change those classes, you will need some additional configuration and also you will need to get the jars. We have recently made some changes to how this works and I have added a description to the build page.

-Tom

Sebastien Tardif wrote:
I have tried to setup the thing myself using: http://wiki.eclipse.org/EclipseLink/Building

So I end-up for first step to do project import than choose “trunk” for root directory. Eclipse then found all the project to import.

However, some project like org.eclipse.persistence.oracle has missing “exports package”.

How do I specify to Eclipse where to found those exports package?

Errors from Problem tab:

Description        Resource          Path     Location            Type

No available bundle exports package 'oracle.jdbc.internal' MANIFEST.MF org.eclipse.persistence.oracle/META-INF line 28 Plug-in Problem

No available bundle exports package 'oracle.jdbc.pool' MANIFEST.MF org.eclipse.persistence.oracle/META-INF line 29 Plug-in Problem

No available bundle exports package 'oracle.jdbc' MANIFEST.MF org.eclipse.persistence.oracle/META-INF line 27 Plug-in Problem


------------------------------------------------------------------------

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


Back to the top