Re: [tycho-user] Dependency resolution issue with org.antlr.runtime plugin
Please report a bug with the simplest reproducer you can figure out to https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho
View Article[tycho-user] p2 repo zip name
Hi,For an update site, I use archive-repository to create a zip of the repository. But I noticed that the archive-repository runs twice, once for my own definition and once with the id...
View ArticleRe: [tycho-user] p2 repo zip name
Hi,It seems like you're adding a new execution. As there is already a default execution, you shouldn't have to create a new one and you should instead just define the configuration of...
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View ArticleRe: [tycho-user] What are baseline repositories good for?
Hi Felix, With JGit based version qualifiers the build still produces new class files and new jars every time. It just happens to be the case that the qualifier is not a random timestamp but the one...
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View ArticleRe: [tycho-user] What are baseline repositories good for?
On Tue, Feb 18, 2020 at 9:34 AM Felix Dorner <felix.dorner@xxxxxxxxx> wrote:Nope.The repos will contain the units as usual. The difference is that for artifacts (and their metadata) that...
View ArticleRe: [tycho-user] What are baseline repositories good for?
Oh ok so all that happens at build is that there's an additional check against the comparator repo, the resulting repo (if the check succeeds) would be the exactly same that would be produced...
View ArticleRe: [tycho-user] What are baseline repositories good for?
On Tue, Feb 18, 2020 at 10:02 AM Felix Dorner <felix.dorner@xxxxxxxxx> wrote:Almost, but not exactly.The comparison happens at artifact grain. So if you have 3 bundles/modules A1,B1,C1,...
View ArticleRe: [tycho-user] What are baseline repositories good for?
Ok it's getting warmer, but one piece is missing :)I always assumed that when I tell p2 to install an IU, it only looks if it already has an IU with that name and version, and if it has, it...
View ArticleRe: [tycho-user] What are baseline repositories good for?
Re: [tycho-user] What are baseline repositories good for?
View Article[tycho-user] source feature not resolved reliably
Hi, I do have a build that creates features and source features. Both are packed in a p2 site. Now my build sometimes works and sometimes fails due to a dependency resolution error: [ERROR] Cannot...
View ArticleRe: [tycho-user] source feature not resolved reliably
Hi Christian,Please open a ticket for that, with a minimal reproducer that we could turn into an integration test.Cheers,
View Article[tycho-user] tycho demo "itp01" with maven build not working
Hello,I am trying to build any working example with tycho-maven-plugin for a while now, so I found this repository: https://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/ and I was trying to run...
View ArticleRe: [tycho-user] tycho demo "itp01" with maven build not working
Re: [tycho-user] tycho demo "itp01" with maven build not working
View ArticleRe: [tycho-user] tycho demo "itp01" with maven build not working
Hello,I upgraded to Maven 3.6.3 and it worked like a charm! Thank you very much. I spent so many hours trying to figure out why simple examples wouldn't work on my machine, when it could have...
View Article[tycho-user] Unable to use Tycho + Junit5 + MockitoExtension
Hi,I'm trying to use Tycho with Junit5 and Mockito using @ExtendWith and MockitoExtensionHowever Mockito requires a jupiter-engine version 5.4.0+ but Tycho seems to embed a version an older...
View Article