Re: [tycho-user] tycho-versions set-version always skips child projects
Thanks for the responses. So with further testing, I've discovered that if the child project(s) have the parent project defined, it WILL change their versions; since I am not using this structure but...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
Does your project has (roughly) the following layout? aggretor |-- parent |-- moduleA |-- moudleB \-- ... Have you tried running with -Dartifacts=aggretor,parent parameter from aggregator basedir? --...
View ArticleRe: [tycho-user] Many projects for testing
On 12/10/2013 01:37 PM, Mickael Istria wrote: I believe doing platform combination testing is out of Tycho scope (which is more to build stuff), and you might have more luck to do it with some script...
View ArticleRe: [tycho-user] Many projects for testing
You have misunderstood me. I have no problem with too few tests, or any platforms. My problem is the project structure. Can I reduce it, even if I do not want any dependencies on test frameworks in the...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
It follows the following layout, everything is in parallel and there are no parents defined: -aggregator -module -module -module I have tried running with -Dartifacts=aggregator and with...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
Please retract my most recent email! I had accidentally included spaces in the -Dartifacts list. So if I include -Dartifacts=aggregator,module,module,module with no spaces then it DOES do the correct...
View Article[tycho-user] Aggregating p2 repositories
Hi Everyone, I was wondering if it's possible to create a single p2 repository based on multiple other repositories created earlier in the same build? For example: repo1/category.xml repo1/pom.xml...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
Hi, > I will still have to write a script of some kind to be able to automate the discovery of the modules unless this is a feature that tycho versions will provide? > > We probably have 1000...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
Thank you all for your support! set-versions will definitely be part of our organizations version management process! Tamar On Dec 10, 2013, at 10:40 AM, Andreas Sewe...
View ArticleRe: [tycho-user] Aggregating p2 repositories
On Tue, 2013-12-10 at 13:25 -0500, Thanh Ha wrote: > Hi Everyone, > > I was wondering if it's possible to create a single p2 repository based > on multiple other repositories created...
View ArticleRe: [tycho-user] Aggregating p2 repositories
In e4 we collect all of the smaller git repo p2 output by mirroring them into an eclipse-repository http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/cbi/org.eclipse.e4.releng.update/pom.xml...
View ArticleRe: [tycho-user] tycho-versions set-version always skips child projects
Tycho versions:set-version does work for the case when individual modules do not have common parent and/or if the common parent is not part of the same source tree. -- Regards, Igor On 12/10/2013,...
View ArticleRe: [tycho-user] Aggregating p2 repositories
Thanks Paul, Krzysztof, I ended up using the e4 solution which is working for me. Thanh On 10/12/13 02:04 PM, Paul Webster wrote: In e4 we collect all of the smaller git repo p2 output by mirroring...
View Article[tycho-user] Tycho Tutorial @ EclipseCon
For those interested, there will be a tycho tutorial at EclipseCon 2014 [1]. Hope to see you there! Jan [1] https://www.eclipsecon.org/na2014/session/building-eclipse-plug-ins-and-rcp-applications-tycho
View ArticleRe: [tycho-user] Aggregating p2 repositories
On 12/10/2013 08:04 PM, Paul Webster wrote: In e4 we collect all of the smaller git repo p2 output by mirroring them into an eclipse-repository...
View Article[tycho-user] Issue with tycho and the maven-source-plugin
I have the following in a parent pom which is used by a tycho repository <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId>...
View ArticleRe: [tycho-user] Issue with tycho and the maven-source-plugin
Here's my heavily bookmarked checklist for using source plugin / source feature generation in Tycho builds: http://wiki.eclipse.org/Minerva#Source Nick On 12/17/2013 01:40 PM, wendy_haley@xxxxxxxxxxxx...
View ArticleRe: [tycho-user] Issue with tycho and the maven-source-plugin
the minerva wiki page is outdated. source template folder is no longer necessary for source features since https://wiki.eclipse.org/Tycho/Release_Notes/0.17 see...
View Article[tycho-user] how to get eclipse repos fixed?
Hi, I have a build using the tycho plugin to pull down p2 content from http://download.eclipse.org/releases/staging/ and it appears that: org.eclipse.pde.ua.ui_1.0.300.v20130830-1837.jar is missing...
View ArticleRe: [tycho-user] [nexus-user] how to get eclipse repos fixed?
Tycho does not introduce arbitrary dependency requirements, this installable unit must be required by one of your projects, otherwise Tycho would not complain about it. There is not way to suppress...
View Article