Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Maven/Tycho dependencies not available in IDE/PDE

It is recommended to use target platform files.
Basically you define a target platform file that includes everything you need. This file is then used in the IDE to feed PDE, and it is also used in Tycho.
For example at http://git.eclipse.org/c/egerrit/org.eclipse.egerrit.git/tree/pom.xml#n96 you can see a target platform being used by Tycho and you can find the target platform definitions in http://git.eclipse.org/c/egerrit/org.eclipse.egerrit.git/tree/org.eclipse.egerrit.target

On 15-10-23 10:31 PM, Lee Carver wrote:
Hi Folks -

I've now got my Maven build working for RCP + JOGL libraries, but the IDE environment is not getting the right dependencies and the editors are littered with compilation errors.  If only the dependencies in the POM were part of the PDE builds ...

Actually, in one workspace with an RCP tutorial and the JOGL bundle, the "Plug-in Dependencies" shows the JOGL bundle as expected, and everything seems to work out well.

In another workspace, with a slightly more complex RCP application and a similar OSGi packaged bundle (for JUNG), the bundled library does not show up.  The .project, .classpath and pom.xml files are very similar.

What are the recommended strategies for adding OSGi bundles to Eclipse PDE builds that also use Tycho?

Thanks
- Lee




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top