Re: [tycho-user] Tycho build fails when putting...
If org.eclipse.ui.internal.decorators a bundle or a package dependency. If this is a package, then it is probably also implemented by RAP and RAP is also know to implement SWT.You should not import...
View ArticleRe: [tycho-user] Tycho build fails when putting...
It’s a package dependency. The project compiles perfectly in eclipse kepler, where it uses org.eclipse.ui.workbench.source_3.105.0.v20130529-1406.jar to provide the org.eclipse.ui.internal.decorators...
View Article[tycho-user] P2 Publisher use all products
Hello,http://eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-publisher-plugin/publish-products-mojo.html says: tycho-p2-publisher:publish-productsFull...
View ArticleRe: [tycho-user] optional features
Jeff, The master pom is here:https://git.eclipse.org/c/ptp/org.eclipse.ptp.git/tree/pom.xml?h=ptp_7_0The feature pom is...
View ArticleRe: [tycho-user] tycho-versions-plugin:set-version throws...
Too bad you didn't include the fix when you released 0.18.1. Another workaraound is to use 0.17.0 of course.On 1 July 2013 09:23, Sievers, Jan <jan.sievers@xxxxxxx> wrote: the workaround is...
View Article[tycho-user] p2.inf and eclipse-repository
Hello,is it possible to manipulate the tycho workflow for packaging "eclipse-repository" with a p2.inf file?At the moment I have a category.xml with a list of features I want to include. Now I want use...
View ArticleRe: [tycho-user] p2.inf and eclipse-repository
On 07/23/2013 09:13 AM, Kai Zimmermann wrote: At the moment I have a category.xml with a list of features I want to include. Now I want use version ranges for these features, but I don't know how to...
View ArticleRe: [tycho-user] p2.inf and eclipse-repository
Interesting the version 0.0.0 works as well. Thank you MickaelBut if you want to offer 2 different major branches such as 3.x and 4.x, then that would not be possible. Therefore, I'm interested in my...
View ArticleRe: [tycho-user] P2 Publisher use all products
Not as far as I am aware. Only the director has options for this. What would be your usecase for such an option ?DJOn 22 jul. 2013, at 17:14, Kai Zimmermann <zimmermann.k@xxxxxxxxx>...
View ArticleRe: [tycho-user] P2 Publisher use all products
We have only one project for many similar products. Our developer have a productive product and some products for development with small adjustments. But because these products are only in the SCM and...
View Article[tycho-user] Problem with jacoco plug-in
Hello, I am trying to add a Sonar job for the Eclipse CDT project. When I use similar settings to those used by the Linux Tools project which has a similar directory structure and is working, I get a...
View ArticleRe: [tycho-user] Problem with jacoco plug-in
It looks like your issue is caused by the fact that you want jacoco to run its "report" goal on a feature. Since you're using Sonar, there is not big value in generating reports from Maven (Sonar...
View ArticleRe: [tycho-user] Tycho and kepler target
So anyone got an idea on how to fix/workaround this ? Or do I need to wait for Kepler SR1 or something ? DJ On 17 jul. 2013, at 16:37, Derk-Jan Hartman <djhartman@xxxxxxxxxxxxxxxxx> wrote: > I...
View ArticleRe: [tycho-user] optional features
Greg,I ran mvn clean package on a Windows 7 machine and build is ok for branch ptp_7_0. On which platform do you have the problem ?Jeff On Wed, Jul 24, 2013 at 10:46 PM, Greg Watson...
View Article[tycho-user] Bundle-SymbolicName different to artifactId
Hi,What are the consequences of having the Bundle-SymbolicName different to the artifactId? I realise that no one is likely to provide support for using tycho in this manner, but I'm interested to know...
View ArticleRe: [tycho-user] Building with Tycho offline
I was curious so I made a custom Tycho to add a print string to print the "prefix" and "repositoryLocation" at the beginning of this function [1]. What I noticed was on the working system the prefix...
View ArticleRe: [tycho-user] Building with Tycho offline
I made a small reproducible example project for my own testing and thought I'd share in case it's useful for someone else. Using this bundle I'm able to reproduce the failing issue on...
View ArticleRe: [tycho-user] optional features
Weirdly, when I add the optional features now, it works. Seems I somehow solved this myself by reorganizing the build.Thanks for your time in any case.Cheers,GregOn Jul 25, 2013, at 5:59 AM, Jeff MAURY...
View ArticleRe: [tycho-user] Problem with jacoco plug-in
Thanks Mickael, removing the report goal from the pom.xml solved the issue. -- Jeff J. On 07/25/2013 03:35 AM, Mickael Istria wrote: It looks like your issue is caused by the fact that you want jacoco...
View ArticleRe: [tycho-user] Building with Tycho offline
Normally, p2 cycles through all prefixes when it tries to load a repository. The order in which p2 tries the prefixes may be changed through a p2.index file. When offline, the p2.index is not there,...
View Article