Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] How does tycho materialize an eclipse-repository

Thank you for the hint. I was a bit dumb to miss so obvious naming ;)
So it seems to me that the only things to do for now is to populate the CTX_PUBLISHED_ROOT_IUS with possible bundles as root IUs.
I track request and efforts on Tycho side here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=381377

On 06/01/2012 04:11 PM, Jeff MAURY wrote:
Hello,

the repository is build through the org.eclipse.tycho.plugins.p2.repository.AssembleRepositoryMojo which invoke the P2 MirrorApplication through a Tycho wrapper.

Jeff


On Fri, Jun 1, 2012 at 3:58 PM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi all,

I am trying to work on a way to include directly bundles in an update-site, without having to use features for indirections.
I think I succeeded to implement some necessary changes in Tycho to be able to categorize directly bundles into categories, as I requested here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=378338 . However, I am still not sure how that could apply to Tycho.
AFAI Understand, Tycho does 2 things with an eclipse-repository: first it gathers all features (and included features and plugins) defined in the repo; and then it applies a categoryPublisher on it. Am I right?
So I have a question on this first step: can you please tell me whether Tycho has its own mechanism for creating the repository contents, or if it relies on p2? In both case, a link to the piece of code responsible of gathering the features/ and plugins/ content from a category.xml is very welcome.

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

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




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury


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


--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top