Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Book: Repository in pom.ml or .target file (or both)

The best thing I can imagine is to integrate this p2.browser into the B3 Aggregator UI. There, some of the advanced search features are missing.

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Barrie Treloar
Sent: Mittwoch, 4. Juli 2012 02:24
To: Tycho user list
Subject: Re: [tycho-user] Tycho Book: Repository in pom.ml or .target file (or both)

On Tue, Jul 3, 2012 at 9:10 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> The trick is to pick the right root installable unit. Judging by missing
> dependencies you seem to develop some sort of IDE plugin, so
> org.eclipse.sdk.ide may work better for you.
>
> You can use my p2 browser [1] to see what is included in
> org.eclipse.sdk.ide and other features.
>
>
> [1] https://github.com/ifedorenko/p2-browser

Sweet!

Please don't hide such a gold mine.

I was bumbling around downloading the content.xml and artifacts.xml
and attempting to do this analysis by hand.
Grep doesn't cut it, and manual inspection searching for unit/provided
(package ids) also doesn't help a lot either.
I was only vaguely considering writing something to do this myself,
but I knew that wasn't really going to happen either.

I knew I wanted to prefer *.feature.group over raw plugins but I had
no tooling to help me find which damn feature to include.

Stuff like this should make its way into PDE.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top