Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Manifest-first and Pom-first projects in Eclipse

No, not possible. This would require per-project target platform
management in PDE and ability to programatically add bundles to
project-specific target platforms. Neither is supported by PDE and I do
not believe there are plans to provide such support in the near future
either.

--
Regards,
Igor

On 12-08-06 11:27 AM, Sebastian Łaskawiec wrote:
Hi Igor,

Thanks for the response.

Yes, adding the newest m2e-tycho fixed the problem. However I had to
import all my projects into Eclipse workspace. In my case this is a
problem (currently I have 100+ and I'll have 200+ when I'm done with the
migration).

It is possible with m2e-tycho (or some other extension) to find all
required artifacts in my local Maven repository without explicitly
adding projects to workspace? Do you have any idea how this might be
achieved?

Regards

2012/8/6 Igor Fedorenko <igor@xxxxxxxxxxxxxx <mailto:igor@xxxxxxxxxxxxxx>>

    Installed m2e-tycho extension from

    http://repository.tesla.io:__8081/nexus/content/sites/m2e.__extras/m2eclipse-tycho/0.6.0/__N/
    <http://repository.tesla.io:8081/nexus/content/sites/m2e.extras/m2eclipse-tycho/0.6.0/N/>


    (you need to pick url of the latest version)

    --
    Regards,
    Igor


    On 12-08-06 9:29 AM, Sebastian Łaskawiec wrote:

        Hi,

        Currently I'm working on migrating RCP projects in my company to
        Tycho
        (version 0.15.0). I created 2 step build (I need to mix pom-fist and
        manifest-first building).

        Everything works fine with Maven build, however I'm experiencing
        problems when importing projects to Eclipse (Juno). Manifest-first
        projects does not resolve pom-first projects properly.

        Is there any way of getting to work manifest-first and pom-first
        projects in Eclipse?

        Regards
        --
        Sebastian Łaskawiec


        _________________________________________________
        tycho-user mailing list
        tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
        https://dev.eclipse.org/__mailman/listinfo/tycho-user
        <https://dev.eclipse.org/mailman/listinfo/tycho-user>

    _________________________________________________
    tycho-user mailing list
    tycho-user@xxxxxxxxxxx <mailto:tycho-user@xxxxxxxxxxx>
    https://dev.eclipse.org/__mailman/listinfo/tycho-user
    <https://dev.eclipse.org/mailman/listinfo/tycho-user>




--
Sebastian Łaskawiec


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



Back to the top