Re: [tycho-user] why can't update features of a built sdk/ide product?
Your product in effect locks down the features of the versions (it's p2, not tycho).You can use a p2.inf to "widen" the version ranges of the product so that features within a product can be updated...
View Article[tycho-user] Is it possible to create a p2 site with a patch feature?
Hello, As said in the title, I am building a RCP project that includes a patch feature (for a third-party dependency). I am facing a problem: the 'publish-products' goal of the...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
This is likely a bug in eclipse-repository packaging and possibly underlying p2 implementation, but you can still use eclipse-update-site or eclipse-feature packaging to build patch features. As an...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
Hello Igor, Thank you for your answer and suggestions. Unfortunately, the p2 site is for me a mere step towards my goal, which is to build and release a finalized product (i.e.: achieve the...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
Very unlikely unless somebody provides a quality patch. -- Regards, Igor On 12-09-14 7:04 AM, ROUSSEL Kévin wrote: Hello Igor, Thank you for your answer and suggestions. Unfortunately, the p2 site is...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
I also believe this is a bug in eclipse-repository, and AFAIK we don't have a bug report for this particular case yet. Please open a bug report and provide a minimal project that demonstrates the...
View ArticleRe: [tycho-user] why can't update features of a built sdk/ide product?
Hi Paul, I could make the IDE updatable... thanks a lot. Cristiano On 13/09/12 08:13, Paul Webster wrote: Your product in effect locks down the features of the versions (it's p2, not tycho). You can...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
Hello Tobias, Unfortunately, I don't have an account on Eclipse Bugzilla, which means I can't file a bug report. I can provide you with the elements you need in this message, so you can open a report...
View ArticleRe: [tycho-user] Is it possible to create a p2 site with a patch feature?
Kévin, You can create a new account on bugzilla by clicking on the third button, you just need an email adress. 2012/9/14 ROUSSEL Kévin <Kevin.Roussel@xxxxxxxx> Hello Tobias, Unfortunately, I...
View ArticleRe: [tycho-user] [cbi-dev] Merging CBI into Platform progress
Please pardon the re-send. Fixed the tycho-user email. On 09/14/2012 05:08 PM, Andrew Ross wrote: Thank you for the update Thanh. Thanks to you, Paul, and the others that provided timely support for...
View ArticleRe: [tycho-user] multiple versions of features in p2 repo created by...
Thanks Alex.While I have your attention, do you know of a public P2 repository (a la Maven Central) that supports people publishing to it? Â I'm currently talking to the FasterXML folk about trying to...
View ArticleRe: [tycho-user] multiple versions of features in p2 repo created by...
The best way to to do is to use a repository manager like Nexus and ask to convert Maven Central into a P2 repository.I have done it successfully using Nexus and manual installation of the P2 Nexus...
View ArticleRe: [tycho-user] multiple versions of features in p2 repo created by...
Hi Jeff,Thanks. I get the impression they use Nexus so I will see if that's an option for them.Thanks,ChrisOn Thu, Sep 27, 2012 at 9:23 AM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote: The best...
View Article[tycho-user] Tycho and code signing on OS X
Hello there, this is my first post on this list and I hope I'm not going to be off-topic. Hre's the question: has anyone stumbled upon having to code sign an OS X binary (.app) built with Tycho? Is...
View ArticleRe: [tycho-user] Tycho and code signing on OS X
Hey Valerio! I guess you mean signing the OSX app with an Apple certificate to make Mountain Lion and Gatekeeper happy? I do the following in my build script for the products of the Spring Tool Suite:...
View ArticleRe: [tycho-user] Tycho and code signing on OS X
You could do the same thing with the exec-maven-plugin. Which would avoid the call to Ant. Dave On 09/27/2012 02:53 PM, Martin Lippert wrote: Hey Valerio! I guess you mean signing the OSX app with an...
View ArticleRe: [tycho-user] Tycho and code signing on OS X
Thanks Martin!2012/9/27 Martin Lippert <lippert@xxxxxxx> I guess you mean signing the OSX app with an Apple certificate to make Mountain Lion and Gatekeeper happy? That's exactly what I meant :)...
View ArticleRe: [tycho-user] Tycho and code signing on OS X
Hi, just joining your discussion:Do I understand this right, that if we want to sign our app for OSX, we definitively need an OSX machine in our build-farm?Or to put this a different way: The signing...
View ArticleRe: [tycho-user] Tycho and code signing on OS X
Hey! As far as I know, you need use the "codesign" command from the Xcode toolchain. Maybe there are hacks and tricks out there that make "codesign" work on Linux, but I don't know anything about that....
View ArticleRe: [tycho-user] Tycho and code signing on OS X
2012/9/28 Markward Schubert <markward.schubert@xxxxxxxxx> Do I understand this right, that if we want to sign our app for OSX, we definitively need an OSX machine in our build-farm?Or to put this...
View Article