Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Help testing with a local version of p2

Hi,

In the context of bug 431116 (fixing the Mac layout), I'm trying to test tycho with a locally built version of p2 and I'm running into difficulties. Like instructed on the wiki (http://wiki.eclipse.org/Developing_Tycho) I've built p2 locally setting a build qualifier with today's date (to be sure that it is higher than the versions found in my local repo), then I rebuilt tycho and I can see that my locally built p2 bundles are picked up.

Unfortunately, when I debug a maven build using this patched version of Tycho, I can see that the wrong version of the p2 bundles are being used (the source code does not align). The changes I have done are in the publisher bundles.

How could I see which p2 bundles are being used by Tycho, more specifically by the PublishProductMojo? Where are they coming from?

Thanks in advance,

Pascal


Back to the top