Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho + Eclipse RCP + Maven dependencies

You need to get the bundles from the Maven repository into your target platform. This is described here: http://wiki.eclipse.org/Tycho/Target_Platform#.22POM_dependencies_consider.22

Regards
Tobias


> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Stephan Druskat
> Sent: Mittwoch, 11. Januar 2012 12:50
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] Tycho + Eclipse RCP + Maven dependencies
> 
> Dear All,
> 
> As a newbie to both Eclipse RCP and Tycho, I'm trying to get my head
> round on how to define dependencies when using Tycho.
> 
> I have a simple example case, and if anybody would be able to help me
> with it, I'm hopeful that I'll be able to understand if and how Tycho
> can help me, and how I can solve issues like this in the future.
> 
> I have a feature-based RCP project (1 plugin, 1 feature, parent
> project, repository project, with a .target Target Definition
> (indigo.target, which contains the 3.7.1 SDK) which I make available
> via build-helper-maven-plugin. This builds fine.
> 
> Now I need 3 different bundles from a Maven repository in my plugin
> project. Before I switched to RCP, I was able to simply add those and
> the repo to my POM and they would be accessible in the application
> ("simple" Java, not RCP).
> 
> Now I've read that this won't work when I use Tycho. What can I do to
> add these dependencies?
> 
> Many thanks in advance, and sorry for posting such a noob question here.
> Stephan
> 
> ----------------------------------------------------------------
> This message was sent through https://webmail.uni-jena.de
> 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top