Re: [tycho-user] problem with mirroring of composite P2 repository
I think you are able to re-map any repository URL, regardless if they are configured directly or indirectly via a composite. The configured repositories are loaded by the Remote*RepositoryManager...
View ArticleRe: [tycho-user] tycho-surefire and testng
Yes that fixes my issue. Now to track down the problem I'm having with TestNG. Thanks for all your help, Igor! Ben -----Original Message----- From: tycho-user-bounces@xxxxxxxxxxx...
View Article[tycho-user] building p2 repo w/o validating it
Hi, By default, Tycho makes sure that the content of a p2 repo being built is consistent. Is there a way to disable this consistency check and have tycho include in the produced repo any content?...
View ArticleRe: [tycho-user] p2 provisioning from DMG / changed file structure
Hey Justin, I am glad to hear that I am not the only person trying to use this workflow: - creating and signing a DMG file as final step of an - rcp product build - using tycho - updating the product...
View ArticleRe: [tycho-user] p2 provisioning from DMG / changed file structure
In an Eclipse install produced by Tycho, p2 director or a couple other build tools, all the files are under p2's responsibility. As such, moving things around will just end up confusing things for when...
View Article[tycho-user] Problem with qualifier replacement / expanded version
Hi All, I'm having a problem that looks like Tycho getting confused (or loosing) qualifier replacement information in a single reactor build. The error message I get is: [ERROR] Failed to execute goal...
View ArticleRe: [tycho-user] Problem with qualifier replacement / expanded version
On 2014-01-28 21:13:38 +0000, Gunnar Wagenknecht said: The error message I get is: [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.19.0:build-qualifier-aggregator...
View ArticleRe: [tycho-user] Problem with qualifier replacement / expanded version
Helle Gunnar, Tycho and the test goal are no good friends. Have you tried mvn package or mvn install? Some lifecycle steps of maven have a strange behavior within the tycho extension, so you have no...
View ArticleRe: [tycho-user] How to add JUnit RunListener to Tycho Surefire Plugin
Hey Vlado, I don't think tycho-surefire-plugin currently allow addition of a Listener. That would be a valid enhancement request, you should create it in Bugzilla. Cheers, -- Mickael Istria Eclipse...
View ArticleRe: [tycho-user] Problem with qualifier replacement / expanded version
If you have a small, simple example that demonstrates the problem with "mvn test", please open a bug report. I'd be interested in making this work (eventually at least) - Tycho should not behave...
View ArticleRe: [tycho-user] Problem with qualifier replacement / expanded version
On 2014-01-29 09:28:01 +0000, Oberlies, Tobias said: If you have a small, simple example that demonstrates the problem with "mvn test", please open a bug report. I'd be interested in making this work...
View ArticleRe: [tycho-user] building p2 repo w/o validating it
Hi, > By default, Tycho makes sure that the content of a p2 repo being built > is consistent. > Is there a way to disable this consistency check and have tycho include > in the produced...
View ArticleRe: [tycho-user] Problem with qualifier replacement / expanded version
Whether or not the code is EPL and hosted at Eclipse does not really matter. Going through your entire codebase to try to figure out what is wrong there is a significant effort. I generally ignore...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hi Laurent,On Thu, Jan 16, 2014 at 4:49 PM, Laurent PETIT <laurent.petit@xxxxxxxxx> wrote: Hi Paul,ÂSo thanks to you and the link, I've been able to fix my problem. I had to remove the ccw...
View Article[tycho-user] tycho-versions-plugin:set-version only modifies features, not...
Hello, tycho-user list members We have an Eclipse application that consists of hundreds of plugins grouped into a number of features. Tycho is used to build an update site that provides all...
View ArticleRe: [tycho-user] tycho-versions-plugin:set-version only modifies features,...
First, don't use tycho-versions-plugin in build lifecycle, it is only meant for direct invocation. As for plugin versions not being replaced, tycho-versions-plugin:set-version works as "change version"...
View ArticleRe: [tycho-user] Creating a Product and then updating via Update Site
Hello Paul,2014-01-29 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> Hi Laurent,On Thu, Jan 16, 2014 at 4:49 PM, Laurent PETIT <laurent.petit@xxxxxxxxx> wrote: Hi Paul, So thanks to you and...
View Article[tycho-user] Run swtbot tests using tycho/Maven
Hello, I’m tryning to run swtbot using tycho/Maven, I’m getting this error :Running com.st.mlpc.test.MLPCTest!ENTRY com.st.mlpc.test 4 0 2014-01-31 09:02:01.072!MESSAGE Could not initialize bot!STACK...
View ArticleRe: [tycho-user] [swtbot-dev] Run swtbot tests using tycho/Maven
What OS are you using? If you're on Linux, make sure the DISPLAY environment property is set to the display of an existing X session. http://wiki.eclipse.org/SWTBot/Automate_test_execution Note that...
View ArticleRe: [tycho-user] [swtbot-dev] Run swtbot tests using tycho/Maven
On Fri, Jan 31, 2014 at 9:23 AM, Maherzia BELAAZI <maherzia.belaazi@xxxxxx> wrote: Hello, Iâm tryning to run swtbot using tycho/Maven, Iâm getting this error : Running...
View Article