Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 371b4312f -> 000de61c7
(README: IDE setup Save action) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/567b149d Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/567b149d Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/567b149d Branch: refs/heads/2.3-gae Commit: 567b149d0a2f17b06e2bf7c5d61100189f3cbeff Parents: 371b431 Author: ddekany <ddek...@apache.org> Authored: Fri Jan 20 17:35:39 2017 +0100 Committer: ddekany <ddek...@apache.org> Committed: Fri Jan 20 17:35:39 2017 +0100 ---------------------------------------------------------------------- README | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/567b149d/README ---------------------------------------------------------------------- diff --git a/README b/README index 2174e85..7285c4b 100644 --- a/README +++ b/README @@ -193,6 +193,12 @@ apply it to your development environment: Also, close these files if they are open. Now you shouldn't have any errors. - At Project -> Properties -> Java Code Style -> Formatter, check in "Enable project specific settings", and then select "FreeMarker" as active profile. +- At Project -> Properties -> Java Editor -> Save Actions, check "Enable project + specific settings", then "Perform the selected actions on save", and have + only "Organize imports" and "Additional actions" checked (the list for the + last should contain "Add missing @Override annotations", + "Add missing @Override annotations to implementations of interface methods", + "Add missing @Deprecated annotations", and "Remove unnecessary cast"). - Right click on the project -> Run As -> JUnit Test It should run without problems (all green). - It's highly recommened to use the Eclipse FindBugs plugin.