Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] query re eclipse/m2 integration

Thanks - that works.

-pete

On Fri, Sep 30, 2011 at 9:38 AM, Igor Fedorenko <ifedorenko@xxxxxxxxxxxx> wrote:
There is no support for PDE workspace target platform management. As a
workaround, you can use .target file to define your projects' target
platform and use the .target file both during command line build and in IDE.

--
Regards,
Igor


On 11-09-30 9:33 AM, Peter Murray wrote:

Greetings folks,

Noob alert!

I have a project comprising several bundles - configured with tycho -
all of which build properly from mvn on the command line.  However, when
I import the projects into eclipse, eclipse doesn't seem to be able to
resolve the imported bundles at all.  All of the required imported
bundles have been downloaded from a p2 site and are in the local maven
repository (from building on the command line), but they don't appear to
be available to eclipse.

Am I missing a step or some configuration option that will allow eclipse
to peer into the maven repo (or refresh it if needed) to find external
pre-built bundles?

Indigo / Tycho 0.13.0 / Tycho Project Configurators 0.6.0

Thanks!

Cheers,

--
-pete
peter m. murray
pete@xxxxxxxxxxx <mailto:pete@xxxxxxxxxxx>


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



--
-pete
peter m. murray
pete@xxxxxxxxxxx

Back to the top