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,

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

Back to the top