Re: [tycho-user] How to incorporate different OS fragment tests in a Tycho...
We have the same issue and it's been on my TODO list for a while to figure out a better solution. All we do now is have separate Jenkins jobs that do the Tycho build and tests runs on each host OS.Â...
View Article[tycho-user] Tycho and Java 10
Hello all. Is there already a roadmap to support Java 10 in tycho? Thanks Christian
View ArticleRe: [tycho-user] Tycho and Java 10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=532233 ïOn 09.03.18, 10:13, "tycho-user-bounces@xxxxxxxxxxx" <tycho-user-bounces@xxxxxxxxxxx> wrote: Hello all. Is there already a roadmap to support...
View Article[tycho-user] aggregate reports or introduce a 'suite' on the fly?
Hi, I'm running several junit plug-in tests via tycho-surefire and get a separate junit xml file out of that for each test class that the surefire plugin found. So each file has a testsuite named after...
View ArticleRe: [tycho-user] aggregate reports or introduce a 'suite' on the fly?
Hi, On 2018-03-12 17:14, Andreas Pakulat wrote: Hi, I'm running several junit plug-in tests via tycho-surefire and get a separate junit xml file out of that for each test class that the surefire plugin...
View Article[tycho-user] Replace property in feature.xml
Hello, I'm building RCP Application using Tycho and there are number of features with own feature.xml file, where the license is supposed to be defined for given feature. I don't want to have license...
View ArticleRe: [tycho-user] Replace property in feature.xml
Hi Milan, you could use the Eclipse shared license feature [1]. Tycho supports that and copies the license text from the shared license feature to the feature(s) you are building. There was a bug [2]...
View Article[tycho-user] Is it possible to add product into update site
Hi, I am new to Tycho-maven and want to develop eclipse components I have few doubts. 1. what is difference between site.xml and category.xml in update site? 2. I want to use...
View ArticleRe: [tycho-user] Is it possible to add product into update site
Hi Gangadhar, the site.xml was used by the deprecated „eclipse-update-site”. The category.xml is the same as the site.xml and used by the “eclipse-repository” (see [1]). I am not sure what you mean...
View Article[tycho-user] Product appearance in About | Installation Details
Hello Tycho users, maybe it's not question directly for Tycho users but it's closely related to building the product I believe. We're working on RCP application which includes various parts of Eclipse...
View ArticleRe: [tycho-user] Product appearance in About | Installation Details
On 16/03/2018 15:19, Milan Kubec wrote: Hello Tycho users, maybe it's not question directly for Tycho users but it's closely related to building the product I believe. We're working on RCP application...
View ArticleRe: [tycho-user] Product appearance in About | Installation Details
Yes, yes, yes, that's it Thanks you very much  Milan Kubec On 3/16/2018 4:00 PM, Pierre-Charles David wrote: On 16/03/2018 15:19, Milan Kubec wrote: Hello Tycho users, maybe it's not question directly...
View Article[tycho-user] Parallel builds with Tycho
Hi friends, I’m exploring the possibilities to reduce build times by parallelizing Tycho builds. Two questions there: · Any chance we see Tycho marked threadsafe in the near future? For us,...
View Article[tycho-user] Running TPD to Target before actual build
Hi,ÂI would like to use a tpd file (https://github.com/mbarbero/fr.obeo.releng.targetplatform) for my target definition.The Readme of the TPD Project also describes a way of generating the target file...
View ArticleRe: [tycho-user] Running TPD to Target before actual build
On 19/03/2018 18:28, Eugen Neufeld wrote: Hi, I would like to use a tpd file (https://github.com/mbarbero/fr.obeo.releng.targetplatform) for my target definition. The Readme of the TPD Project also...
View ArticleRe: [tycho-user] Running TPD to Target before actual build
Hi, I ran in the same issue. My workaround was cd module-where-the-target-definition-is mvn clean install cd .. mvn clean install Firstly, I generate the TPD and install it in my local M2 Repository,...
View ArticleRe: [tycho-user] Running TPD to Target before actual build
Hi,Âthank you for the replies.I hoped that one of the Tycho developers could help with this. I was hoping for a undocumented life-cycle phase one could use.Cheers,EugenOn Tue, Mar 20, 2018 at 8:20 AM,...
View ArticleRe: [tycho-user] Running TPD to Target before actual build
Hi,Mikael's documentation is right.This is actually a consequence of https://bugs.eclipse.org/bugs/show_bug.cgi?id=353889 . This is a very hard bug to fix and since there are decent workarounds for...
View Article[tycho-user] Un-installed tycho feature is still present in eclipse Open...
Hi, Thanks for your help now I have developed tycho maven plugin and installed the feature into eclipse and tested working fine uninstalled the same went smoothly, now the issue is uninstalled...
View ArticleRe: [tycho-user] Un-installed tycho feature is still present in eclipse Open...
Hi, Small correction in the following question with bit explanation. I have an Eclipse plug-in and associated feature that have been developed using Eclipse for tycho. I am using this environment...
View Article