Re: [tycho-user] Testng integration in tycho
https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06191.html On 21/01/16 11:01, "tycho-user-bounces@xxxxxxxxxxx on behalf of MAGGI Benoit" <tycho-user-bounces@xxxxxxxxxxx on behalf of...
View Article[tycho-user] Is it possible to launch only some modules ?
Hi ! I’ve maven projects who build, an exe, some Eclipse plugins, an Eclipse Product …I’ve 8 modules, all called by a parent pom : <?xml version="1.0" encoding="UTF-8"?><project...
View ArticleRe: [tycho-user] Is it possible to launch only some modules ?
You should use Maven profiles for that purpose.JeffOn Fri, Jan 22, 2016 at 4:16 PM, Christelle BURGUERA <Christelle.BURGUERA@xxxxxx> wrote:HiÂ!ÂIâve maven projects who build, an exe, some Eclipse...
View Article[tycho-user] Need help replacing "hard-stored" jars with maven dependencies
I inherited a large open-source Eclipse plugin codebase. I'm a long-time Java dev, but very new to Eclipse app/plugin development. The current state of the build is fine, but I discovered an issue that...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
Hi David -I've found I need to do this in two Maven build steps. The first step builds the re-packaged third-party libraries as OSGi compliant modules. A second Maven build takes care of all the OSGi...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
On 01/22/2016 10:45 AM, Lee Carver wrote: Hi David - I've found I need to do this in two Maven build steps. The first step builds the re-packaged third-party libraries as OSGi compliant modules. A...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
David -You'll probably also want to set up a PDE Target Platform, especially for those modules (e.g. Guava, slf4j?) that are OSGi compliant from MavenCentral. I found that Eclipse/m2e would load the...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
On 01/22/2016 10:55 AM, Lee Carver wrote: David - You'll probably also want to set up a PDE Target Platform, especially for those modules (e.g. Guava, slf4j?) that are OSGi compliant from...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
Hi David -Here's a quick overview of my project conventions .. (I really need to write up my "flat - build" model :-)*-master projects aggregate other projects for builds*-parent projects define...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
TheÂdepan-osgi-library/ does most of the heavy-lifting for Guava and Joda time. YMMV.Gotta run .. happy to answer more questions in a couple hoursOn Fri, Jan 22, 2016 at 11:02 AM, David M. Karr...
View ArticleRe: [tycho-user] Need help replacing "hard-stored" jars with maven dependencies
On 01/22/2016 09:47 AM, David M. Karr wrote: I inherited a large open-source Eclipse plugin codebase. I'm a long-time Java dev, but very new to Eclipse app/plugin development. The current state of the...
View Article[tycho-user] Starting over on issue resolving bundle with Maven artifacts
Last week I posted a question about integrating Maven artifacts into a Tycho build. I'm going to rephrase the question to hopefully focus on the core issues. I've gotten some help on this issue from...
View ArticleRe: [tycho-user] Is it possible to launch only some modules ?
Hi, you could also try mvn -pl :Maven_1 possibly supplanted by the -am and/or -amd switches. Just experiment with the switches and see what ends up in the reactor in each case to get a feel for them....
View ArticleRe: [tycho-user] Is it possible to launch only some modules ?
Hi, you could also try mvn clean install -pl :Maven_1 possibly supplanted by the -am and/or -amd switches. Just experiment with the switches and see what ends up in the reactor in each case to get a...
View ArticleRe: [tycho-user] Is it possible to launch only some modules ?
beware of https://bugs.eclipse.org/bugs/show_bug.cgi?id=380152 Jan On 26/01/16 09:16, "tycho-user-bounces@xxxxxxxxxxx on behalf of Andreas Sewe" <tycho-user-bounces@xxxxxxxxxxx on behalf of...
View ArticleRe: [tycho-user] Is it possible to launch only some modules ?
Thank you I use profiles and it works very fine !J From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Jeff MAURYSent: Friday, January 22, 2016 5:21 PMTo: Tycho...
View Article[tycho-user] Incremental/parallel aggregator build
Hi friends, we are using a Tycho aggregator build to run verification builds on gerrit triggers. Unfortunately that aggregator has grown over time to a huge amount of modules, and many UI tests. We...
View Article[tycho-user] including artifact with "binary" classifier
Hello,I included a p2 zip repository in my rcp application and that p2 repository contains artifact withÂclassifier="binary". This caused a problem in build with following message:[ERROR] Internal...
View Article[tycho-user] Get plugin sources?
Dear all, I need to debug a problem in my tycho-driven standalone QVTo application (see separate mail): https://github.com/mrcalvin/qvto-cli I can successfully connect via the Eclipse remote debugger,...
View Article[tycho-user] Maven w/o testng: EMF EPackage.Registry empty?
Dear all, (This might be off topic for this list, but maybe there are prior experiences?) I face the following issue [*]: I have a QVTo standalone application (using TransformationExecutor etc.). Once...
View Article