README: Noted that JDK 9 won't work for building.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/8b9551c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/8b9551c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/8b9551c1 Branch: refs/heads/2.3 Commit: 8b9551c17d8462415152fafec3b47826ad46ec5a Parents: e945c11 Author: ddekany <[email protected]> Authored: Wed Oct 4 20:50:45 2017 +0200 Committer: ddekany <[email protected]> Committed: Wed Oct 4 20:50:45 2017 +0200 ---------------------------------------------------------------------- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/8b9551c1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index edd56b7..f191947 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,11 @@ If you haven't yet, download the source release, or checkout FreeMarker from the source code repository. See repository locations here: http://freemarker.org/sourcecode.html -You need JDK 8, Apache Ant (tested with 1.9.6) and Ivy (tested with 2.4.0) to -be installed. To install Ivy (but be sure it's not already installed), issue -`ant download-ivy`; it will copy Ivy under `~/.ant/lib`. (Alternatively, you -can copy `ivy-<version>.jar` into the Ant home `lib` subfolder manually.) +You need JDK 8 (not JDK 9!), Apache Ant (tested with 1.9.6) and Ivy (tested +with 2.4.0) to be installed. To install Ivy (but be sure it's not already +installed), issue `ant download-ivy`; it will copy Ivy under `~/.ant/lib`. +(Alternatively, you can copy `ivy-<version>.jar` into the Ant home `lib` +subfolder manually.) It's recommended to copy `build.properties.sample` into `build.properties`, and edit its content to fit your system. (Although basic jar building should
