Re: [tycho-user] Creating a Product and then updating via Update Site
Hi Laurent, maybe the following link can help you http://wiki.eclipse.org/Equinox/p2/Adding_Self-Update_to_an_RCP_Application It describes how to add self update mechanismn to a RCP application. Best...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
On Thu, Jan 16, 2014 at 8:48 AM, Laurent PETIT <laurent.petit@xxxxxxxxx> wrote: There's something not working yet: once the product is installed, users are unable to update the counterclockwise...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Thank you both, Paul and Sandra, I will take a look at these links and try things ASAP.2014/1/16 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> On Thu, Jan 16, 2014 at 8:48 AM, Laurent PETIT...
View ArticleRe: [tycho-user] having Maven provision the eclipse target platform directly...
Do you think you can explain your project structure a little bit and what Eclipse kind of artifacts you need to share and how you need to consume them? I've been working on something to help me manage...
View ArticleRe: [tycho-user] problem with framework extension and execution environment
Hey!I think I have identified the problem:https://bugs.eclipse.org/bugs/show_bug.cgi?id=425908 The question for the tycho build is now:Is it possible to tell the product build (the p2 director...
View ArticleRe: [tycho-user] having Maven provision the eclipse target platform directly...
AH. Unchecked group by category, and suddenly everything is there! That was my issue. Our structure looks like this, roughly: We have hundreds of Eclipse plugins and features that are used to build...
View ArticleRe: [tycho-user] having Maven provision the eclipse target platform directly...
Ok and I see this only has the features, as Moritz wrote. This won't work for our 3rd party plugins as they are not organized into features. Sonatype support suggested I publish the artifacts to a...
View ArticleRe: [tycho-user] having Maven provision the eclipse target platform directly...
Also, I do organize some of my 3rd party plugins ( the ones I want to add to my target ) into features. I have a project setup to create a p2 repository out of these feature groups. I think, move this...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hi Paul, So thanks to you and the link, I've been able to fix my problem. I had to remove the ccw feature definition from the product features list, and instead add a requires.x.name to my product's...
View ArticleRe: [tycho-user] Set eclipse.p2.mirrors within ?
tycho.disableP2Mirrors works in settings.xml profile. There are no plans to allow it in pom.xml profiles for reasons I already explained. -- Regards, Igor On 1/17/2014, 10:36, Andreas Sewe wrote: Hi...
View ArticleRe: [tycho-user] Is there a way to have src/ and test/ in the same eclipse...
Well you can compile the test folder separately. source.. = src/ source.tests.jar = test/ bin.excludes = tests.jar jars.compile.order = .,\ tests.jar We...
View ArticleRe: [tycho-user] Is there a way to have src/ and test/ in the same eclipse...
On 01/17/2014 04:39 PM, Jeremie Bresson wrote: => What would be the approach to build the plugin and run the tests in such a case? Tycho-surefire-plugin uses the output jarred plugin directly in...
View Article[tycho-user] rootFolder not working with Tycho 0.19 ?
Hello,I'm using tycho 0.19.I have configured rootFolder / rootFolders as per http://wiki.eclipse.org/Tycho/Packaging_Types#Creating_Product_Zip_Files You can check my product's pom.xml...
View Article[tycho-user] Automated version number management for about dialog in my product
Hello,What I would really not like, is a stale version number in the About Dialog of my product.But my users want to see a version number there. They expect it to be there ! They opened an issue in my...
View ArticleRe: [tycho-user] Automated version number management for about dialog in my...
Hello,the text that is displayed in part of the product definition in plugin.xml. Use %var to support I18N and Eclipse will load it from plugin.properties (at the root). And use a...
View ArticleRe: [tycho-user] Is there a way to have src/ and test/ in the same eclipse...
Please note also that having a convention that the test fragment being named from the name of the tested bundle with test or tests appended is the same as having a convention that test sources is...
View ArticleRe: [tycho-user] Automated version number management for about dialog in my...
Did this, thank you!2014/1/17 Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> Hello,the text that is displayed in part of the product definition in plugin.xml. Use %var to support I18N and Eclipse will load...
View ArticleRe: [tycho-user] Set eclipse.p2.mirrors within ?
Hi Igor, > tycho.disableP2Mirrors works in settings.xml profile. There are no plans > to allow it in pom.xml profiles for reasons I already explained. fair enough. That being said, I am curious...
View ArticleRe: [tycho-user] Set eclipse.p2.mirrors within ?
Not quite sure how to answer this question. It is obviously possible to distinguish between properties defined in settings.xml, pom.xml and provided via command line. "Disable p2 mirror" was originally...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Laurent,is it still relevant ? I thought you've fixed it ?JeffOn Thu, Jan 16, 2014 at 10:49 PM, Laurent PETIT <laurent.petit@xxxxxxxxx> wrote: Hi Paul, So thanks to you and the link, I've been...
View Article