Re: [tycho-user] RESOLVED: [Maven & Eclipse]
On 01/12/2016 05:25 PM, Christelle BURGUERA wrote: I progress .... after the proxy change, I have to add <repositories> <repository> <id>eclipse-luna</id>...
View Article[tycho-user] [Eclipse] Update site url not added
Hi ! I’ve an issue with the update site URL I want to add in my product.I tried 2 things:- Add the URLs under the Updates tab in the .product- Add the URLs in a p2.inf fileThose two things...
View ArticleRe: [tycho-user] [Eclipse] Update site url not added
We build the Red Hat JBoss Developer Studio product as part of an update site build, using Tycho 0.24 and here's all we do to add a default update site URL to the product's profs page for Available...
View ArticleRe: [tycho-user] [Eclipse] Update site url not added
Hi Nick, Yes, I do the same, but I use tycho 0.19 ... I'll try to update Tycho ... Thank you -----Original Message----- From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On...
View Article[tycho-user] Specify only parent in "pomless" build
Hi, is it possible to specify only the Maven parent in a pom.xml file for a "pomless" plugin/feature build? I split the aggregator and the parent, so the parent is not located in the parent folder. I...
View ArticleRe: [tycho-user] Specify only parent in "pomless" build
Hi, > is it possible to specify only the Maven parent in a pom.xml file for a "pomless" plugin/feature build? I split the aggregator and the parent, so the parent is not located in the parent...
View ArticleRe: [tycho-user] [Eclipse] Update site url not added
Hi, It's ok with the version 0.23.1 :) Thank you one more Nick ! -----Original Message----- From: Christelle BURGUERA Sent: Thursday, January 14, 2016 4:06 PM To: Tycho user list Subject: RE:...
View ArticleRe: [tycho-user] Specify only parent in "pomless" build
Hi Andreas, this is my structure example-aggregator |-- example-parent |-- example-feature |-- example-plugin example-aggregator defines example-parent, example-feature and example-plugin as its...
View ArticleRe: [tycho-user] What eclipse target platform feature includes the eclipse...
>>>>> Steinar Bang <sb@xxxxxx>: >>>>> Timothy Vogel <tvogel@xxxxxxx>: >> Steinar, In my target I have the feature Eclipse RCP 4.4. This >> includes...
View ArticleRe: [tycho-user] What eclipse target platform feature includes the eclipse...
= = = = = = = This first part may be off topic? = = = = = => So I should have all of the required bundles in the target platform."in the target" is key. I am not sure if you are still having...
View Article[tycho-user] Cannot add artifact descriptor which has not been created by...
Hi,I'm new here in this mailing list. I have used Tycho several times with success but now I'm facing an error I have no idea how to fix, even after several attempts.I have a project with a set of...
View ArticleRe: [tycho-user] Cannot add artifact descriptor which has not been created by...
Alessio, It sounds like Tycho can't reference the other project as it is not in the same reactor. Have you tried to tweak YourProject.parent by adding a reference to the OtherProject.parent as module ?...
View ArticleRe: [tycho-user] Cannot add artifact descriptor which has not been created by...
Hi Patrik,thanks for your suggestion. Unfortunately I cannot add the "other project" pom files in the same reactor chain since I have no access to those sources. I resolve them via a P2 repository...
View ArticleRe: [tycho-user] Cannot add artifact descriptor which has not been created by...
I found the issue.Basically for some reason (project needs) I had to change the "sourceDirectory" and the "outputDirectory" of the project, pointing them to the classic "src" and "bin" instead of the...
View ArticleRe: [tycho-user] Cannot add artifact descriptor which has not been created by...
Thanks for sharing ! Kind Regards, Patrik On Tue, Jan 19, 2016 at 5:17 PM, Alessio Di Fazio <alessio.difazio@xxxxxxxxxxxxx> wrote: > I found the issue. > > Basically for some reason...
View Article[tycho-user] Help with ChmodAction failure during build of RCP application
I'm using Tycho 0.24 and Java 8 to build an Eclipse RCP application. I've been setting the versions for dependencies in our MANIFEST.MF, feature.xml, and .product files. Once I got all of that set...
View ArticleRe: [tycho-user] Help with ChmodAction failure during build of RCP application
Tom,I have a similar case. In my case the configuration is specific for the single <execution>. So <configuration> is a child of the specific <execution> and not a child of...
View ArticleRe: [tycho-user] Help with ChmodAction failure during build of RCP application
try comparing to the working example https://github.com/eclipse/tycho-demo/tree/master/itp04-rcp and go from there Jan On 20/01/16 07:36, "tycho-user-bounces@xxxxxxxxxxx on behalf of Tom Bryan...
View ArticleRe: [tycho-user] What eclipse target platform feature includes the eclipse...
>>>>> "David M Williams" <david_williams@xxxxxxxxxx>: >> So I should have all of the required bundles in the target platform. > "in the target" is key. I am not sure if...
View Article[tycho-user] Testng integration in tycho
Hi, Is there an integration of testng [1] in tycho? I can’t find any working example. I would like to launch my Test Fragments with Tycho/testing. (Especially with the @parameter configuration)...
View Article