Re: [tycho-user] Problem setting locale for SWTBot with tycho
I think the pb is that the I18N fragment from your language are not part of the launch config.JeffOn Fri, Aug 14, 2015 at 2:47 PM, Keppler Michael (ETAS/ESW4) <Michael.Keppler@xxxxxxxx> wrote:Is...
View Article[tycho-user] Release date for Tycho 0.26?
Just wondering if there's a planned date for Tycho 0.26. Looking forward to being able to use this new feature [1] but need a full release (not a snapshot) in order to use this in our .Final builds....
View Article[tycho-user] Bundle JRE along with my Product using Maven Tycho
Windows 7 Eclipse Neon Tycho 0.26-SNAPSHOT I have read this blog post (https://codeiseasy.wordpress.com/2012/07/31/including-a-jre-in-a-tycho-build/), four years old, and this blog post...
View ArticleRe: [tycho-user] Release date for Tycho 0.26?
it's been almost 4 months since 0.25.0 [1] so I propose to schedule staging 0.26.0 this Friday, release one week later. the list of bugs fixed/features added is not long [2] but together with the...
View ArticleRe: [tycho-user] Bundle JRE along with my Product using Maven Tycho
On 8/6/2016 12:46 PM, Paul Roubekas wrote: Windows 7 Eclipse Neon Tycho 0.26-SNAPSHOT I have read this blog post (https://codeiseasy.wordpress.com/2012/07/31/including-a-jre-in-a-tycho-build/), four...
View Article[tycho-user] Using Takari inkremental compiler with tycho
Hello, My company is using maven 3.3.9 and tycho 0.25.0 to build an eclipse rcp application and we wanted to try out the Takari incremental compiler since incremental building seems to be broken in...
View ArticleRe: [tycho-user] Using Takari inkremental compiler with tycho
Not possible at the moment. Tycho projects use/require OSGi compilation classpath, and Takari only supports Maven. Somebody will need to integrate Tycho and Takari incremental build tech, but this...
View ArticleRe: [tycho-user] Bundle JRE along with my Product using Maven Tycho
On 8/8/2016 8:24 PM, Paul Roubekas wrote: On 8/6/2016 12:46 PM, Paul Roubekas wrote: Windows 7 Eclipse Neon Tycho 0.26-SNAPSHOT I have read this blog post...
View Article[tycho-user] Adding properties to product ini at build time
Hi folks,We are trying to add some properties to the product.ini during our Tycho build. At this moment we are using the M-antrun-p to do this, but I was hoping Tycho would support something like...
View ArticleRe: [tycho-user] Bundle JRE along with my Product using Maven Tycho
I suspect no one has answered because no one has any advance on the information you have already provided. I'll try and answer best I can. 1) The p2.inf in your first link updates eclipse.ini with the...
View ArticleRe: [tycho-user] Adding properties to product ini at build time
Use maven resources processing and filtering for that Jeff LeÂ10 aoÃt 2016 12:32, "Nick Stolwijk" <nick.stolwijk@xxxxxxxxx> a ÃcritÂ:Hi folks,We are trying to add some properties to the...
View ArticleRe: [tycho-user] Adding properties to product ini at build time
If you change values in the config.ini after it was already installed by p2, these changes could be lost on the next update done by the user (as p2 does not know about them). One way to configure...
View ArticleRe: [tycho-user] Using Takari inkremental compiler with tycho
We have seen similar behavior like described in the following maven-compiler bug during the build-process of our tycho-maven rcp build. https://issues.apache.org/jira/browse/MNG-5523 (just think of it...
View ArticleRe: [tycho-user] Bundle JRE along with my Product using Maven Tycho
Thanks Jonah I now can at least say the JRE inside a Feature is valid approach and still in use. I can confirm the issue does occur in 0.25.0, not just 0.26.0-SNAPSHOT. I can also say that the error...
View Article[tycho-user] please test staged tycho 0.26.0
Tycho milestone release 0.26.0 has been staged. For details of new features and bugfixes, see release notes [1]. Please help by testing the staged milestone build. To use it, change your tycho version...
View ArticleRe: [tycho-user] please test staged tycho 0.26.0
Hi, > Tycho milestone release 0.26.0 has been staged. For details of new features and bugfixes, see release notes [1]. > Please help by testing the staged milestone build. To use it, change your...
View ArticleRe: [tycho-user] Bundle JRE along with my Product using Maven Tycho
Hi, On Windows at least it is not possible to remove the currently running the and replace it. Hence we install the new as a feature and use the p2.inf to change the location of the jre. It is possible...
View ArticleRe: [tycho-user] please test staged tycho 0.26.0
Hi Tycho team, I successfully built the Eclipse CDT and the Eclipse EASE projects with 0.26.0. I did it locally, and ran it on the HIPPs[1]. I ran into one unexpected failure that seems rather unlikely...
View ArticleRe: [tycho-user] please test staged tycho 0.26.0
unless you can reproduce the problem, it's quite unlikely the new Tycho version would cause a native JVM crash Regards Jan On 12/08/16 15:07, "tycho-user-bounces@xxxxxxxxxxx on behalf of Jonah Graham"...
View ArticleRe: [tycho-user] [tycho-dev] please test staged tycho 0.26.0
+1, successfully tested with the EGit build-MatthiasOn Fri, Aug 12, 2016 at 9:33 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:Tycho milestone release 0.26.0 has been staged. For details of new...
View Article