Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] How to rebuild org.eclipse.jdt.launching?

Hi Mickael, that didn't work but after some googling I discovered that changing this property in eclipse-platform-parent/pom.xml to warning:

<jgit.dirtyWorkingTree-platformDefault>warning</jgit.dirtyWorkingTree-platformDefault>

fixed the problem.

Cheers,

David

On Mon, 12 Nov 2018 at 13:34, Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi,

By default, the build process implements some strategy to replace new artifacts by older one if there is no declared change (a Git commit) between both. This is a strategy to ensure new artifacts are not created without a good reason, and to keep the size of the updates and the need of undesired side-effect untested changes minimal. Details can be found in https://wiki.eclipse.org/Tycho/Reproducible_Version_Qualifiers .
To ensure the new artifact is used, you may want to disable this strategy with the `-Dtycho.baseline.replace=none` flag to your build.

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

Back to the top