How do you solve it with target definitions for local builds and continous integration builds. In my case I can not exactly define the same pathes? Probably with environment variables/VM properties? Does this work or is there another solution?
Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Dahanne, Anthony
Gesendet: Freitag, 28. Oktober 2011 19:40
An: Tycho user list
Betreff: Re: [tycho-user] Eclipse and Tycho dependencies
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
Currently I am manually adding the repository jars to my build-path, just to be able to get Eclipse to resolve source references correctly.
This only leaves me with one error; The one about the bundle not being resolved.
Would it be possible to automate such a process, just to help the developer out?
On 11-10-27 10:36 AM, Igor Fedorenko wrote:
This is not currently supported. PDE does not have extension points that
would allow m2e-tycho participate in project dependency resolution. And
even if PDE did have such extension points, running Tycho dependency
resolver inside Eclipse is far from trivial.
--
Regards,
Igor