Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Mirroring and macosx-bundled

looks like a variant of
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407588 

the maven mirror goal is simply an alternative frontend to
http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_mirror.html 

I'm not sure how mirroring of the newly introduced macosx-bundled IUs is supposed to work in p2 (I think only Pascal knows) and at this point I do not have sufficient time and interest to investigate it.
I would suggest to ask on p2-dev@xxxxxxxxxxx or comment on the bug.

Sorry,
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Sonntag, 18. August 2013 19:26
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Mirroring and macosx-bundled

Hey gang,

I'm working on tycho-izing the Eclipse simrel repo and the EPP packages. So far, I've been pretty successful (although its pretty early but am able to build the CPP package). I'm using the mirror goal to do the aggregation and then a normal product build to create the package products.

I'm a fan of the Macosx bundling for apps. However, it appears the tooling IU for the executable for macosx-bundled is missing from the mirror. It only has the regular macosx executable. I tried adding macosx-bundled set to true as a filter in the mirror configuration but that didn't seem to work.

Any thoughts?

Thanks!
Doug.


Back to the top