Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

How to configure linter javac (and its classpath settings) per project?

Florian Breisch edited this page Feb 21, 2016 · 4 revisions

To configure linter-javac per project, we currently recommend the use of the project-manager-package. With this you're able to create project-specifc config-files allowing you to set the config-settings of your packages like linter-javac.

In the past there were .classpath-files (see the Readme) introduced to allow you configuring at least the classpath-settings per project on a distributable file-base. Unfortunately their file-format does not match the elder Eclipse based .classpath-files which may lead to problems.

You are currently able to rename the classpath-files in the config-settings of linter-javac.

Therefore we're going to change this mechanism in the future.