Skip to content

CI: Use Project Settings Warning #62

@wurstbroteater

Description

@wurstbroteater

Travis produces the following warning:
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/travis/build/tthuem/VariantSync/de.tubs.variantsync.core/.settings/org.eclipse.jdt.core.prefs' could not be found!

In this pull request #53 we decided to remove the .settings folder, but as it can be seen, it is possible to tell Travis, Maven, Tycho to use the project settings (like org.eclipse.jdt.core.compiler.source=1.8) which are defined in org.eclipse.jdt.core.prefs.

Todo:

  • Discuss if we should add the .settings folder and the org.eclipse.jdt.core.prefs file again.
  • Investigate how the CI behavior changes if we use the Project Settings or not

Hint:

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions