Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Questions about baseline check

I was talking about compare-version-with-baselines and then I am already using the zip comparator (which improves the situation for plugins JARs) but I am now facing a problem comparing features.jar for the reason I explained

On Tue, Apr 2, 2019 at 4:49 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi Jeff,

Are you talking about tycho baselineMode=replace in tycho-p2-plugin or compare-version-with-baselines?
For the former, the best strategy is to replace always, even if there is some difference between local build and baseline. Worst case, some changes are not taken into account, but that would supposedly be caught by testing easily.
For the later, then passing the <comparator>zip</comparator> to the mojo config could help.

HTH
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tycho-user


--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top