what about binary-only changes?">Re: [tycho-user] "Reproducible Version Qualifiers" -> what about binary-only...
Feature artifacts do actually take qualifiers of included features and plugins into account.Is there a reason that same can't be made for plugin dependencies, at least for those in the same reactor...
View Articlewhat about binary-only changes?">Re: [tycho-user] "Reproducible Version Qualifiers" -> what about binary-only...
This would result in a lot of unnecessary version changes and would make this feature lot less useful. Binary only changes are relatively rare, so just detecting them seems to be good enough, at least...
View Articlewhat about binary-only changes?">Re: [tycho-user] "Reproducible Version Qualifiers" -> what about binary-only...
Having an option to at least issue a warning for a project that has a dependency in the same reactor with a more recent qualifier than the project's own could prove helpful.2014-09-24 15:20 GMT+03:00...
View ArticleRe: [tycho-user] unit tests hanging with 0.22.0-SNAPSHOT
I've attached the debug jstack logs to a new bug report. https://bugs.eclipse.org/bugs/show_bug.cgi?id=444979 Side note on the surefire upgrade, does that mean we might any of the fork options [1] or...
View ArticleRe: [tycho-user] Dynamically add resources to plugin
Hi, > in my tycho build I want to add resources to plugins dynamically. This > is done triggering a Javadoc execution: > > <execution> > <id>build-docs</id> >...
View Articlewhat about binary-only changes?">Re: [tycho-user] "Reproducible Version Qualifiers" -> what about binary-only...
Thank you for your replies.@Igor:In our case, the newly generated artifact has been used (even though there was an artifact with the same id and version (but different content) in the repository). But...
View Articlewhat about binary-only changes?">Re: [tycho-user] "Reproducible Version Qualifiers" -> what about binary-only...
There are only two meaningful choices, either perform baseline validation or don't. The other choices really expose internal workings of this feature to the user who isn't in the position to use them...
View Article[tycho-user] target-platform-configuration plugin with extensions=true
Hi,When updating to 0.21.0 my build started failing with [1].With trial and error I finally tracked it down to <extensions>true</extensions> onÂtarget-platform-configuration plugin entry....
View Article[tycho-user] Dealing with warproduct
Hello, Holger Staudacher' warproduct is very usefull for exporting Equinox war product from Eclipse. But I didn't find how to mavenize this kind of project. For testing, I have tried to make a pom that...
View Article[tycho-user] tycho-surefire-plugin & birt unitesting
Hello,I'm currently facing an issue with tycho-surefire-plugin version 0.21.0 for which I've found nothing relevant on the web.I have a plugin c.m.s.c.charts that depends :- explicitly on...
View Article[tycho-user] disable packaging plugin
Hello everyone, Â I'm trying to run a mutation analysis tool I wrote on a very complex build system. this requires the test suite to be run around 12000 times. my problem is however the packaging part....
View Article[tycho-user] Tycho resolve the wrong version for project dependencies
Hi, I have an issue with the Tycho 0.21 resolving the wrong version for project dependencies, it should have resolve the version with the qualifier "6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc"...
View ArticleRe: [tycho-user] tycho-surefire-plugin & birt unitesting
You should check about swt native libraries. I suspect the birt.swt or birth.swt is not loaded because of native dependenciesJeffOn Fri, Sep 26, 2014 at 3:41 PM, Pierre GAUTIER...
View Article[tycho-user] use of platform:/plugin schema in built products
Hello, I used to use a setting like the one below inside VM Arguments of a product definition file: -Dlogback.configurationFile=platform:/plugin/org.c4biz.feast.config/resources/logback.xml when I run...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 49, Issue 27
Hey Jeff,Thanks for your answer.I've check the lead you suggested, but, since in the same test class a pure (non-birt) SWT test works fine I guess it's not be the good path.I believe it's not a...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 49, Issue 27
On Mon, Sep 29, 2014 at 10:35 AM, Pierre GAUTIER <pierre.pg.gautier@xxxxxxxxx> wrote:Hey Jeff,Thanks for your answer.I've check the lead you suggested, but, since in the same test class a pure...
View ArticleRe: [tycho-user] tycho-user Digest, Vol 49, Issue 27
Here it is.There are 3 projects, a parent pom, an eclipse-plugin and its eclipse-test-plugin.Just run mvn install on parent and the problem will appear.(very nice quote btw)Thansk for your...
View Article[tycho-user] p2 mirrors
Hi all,In our development environment we use an Eclipse target definition to define what 3rd party libraries we depend on. Using Tycho's target-platform-configuration we have successfully been able to...
View ArticleRe: [tycho-user] p2 mirrors
On 09/30/2014 10:28 AM, Knut Wannheden wrote: Unfortunately that doesn't seem to work (the mirror is just ignored). I suppose this might work if I also define the repository in the pom.xml using some...
View ArticleRe: [tycho-user] p2 mirrors
Hi Mickael,Thank you for the quick response!No, in fact I had missed that on my last attempt as I had copied and pasted some other mirror I had :-( When I added these two elements then it worked as...
View Article