Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Book

On 4 July 2012 06:44, Jason van Zyl <jason@xxxxxxxx> wrote:
> There will be more content. I've worked on 20 Tycho builds in the last few
> days trying to the the m2e connectors all consistent and automating the
> production of the discovery catalog.
>
> The first thing I will write about is a project called tycho-support:
>
> Where I can effectively build, test, deploy (to a p2 hosted repo) and
> project that looks like m2eclipse-egit[2] by inheriting from a single POM
> and overriding some properties. It's basically entirely controlled by the
> properties in the POM that inherits from tycho-support. Everything will just
> work. At least that's the theory and what I've been testing on 20 builds.
> Seems to be working thus far. So in no particular order I'd like to write
> about
>
> - tycho support project
> - disparity between tycho on the CLI and PDE inside of Eclipse and how to
> mitigate the problems of interoperability
> - wrapper bundles: the mechanism that Igor created that allows the
> debugging/workspace resolution of bundles based on maven artifacts. big step
> toward interop between maven and osgi
>
> [1]: https://github.com/etesla/tycho-support
> [2]: https://github.com/sonatype/m2eclipse-egit

Great! I have done something similar, but will take a look at yours to
see if I can't get some extra pointers.

/Andreas


Back to the top