Repository: incubator-freemarker-site Updated Branches: refs/heads/master f1a3fc9fa -> df6d6b8ed
Eclipse plugin: It's now recommended to install the nightly build, described how to do that. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/df6d6b8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/df6d6b8e Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/df6d6b8e Branch: refs/heads/master Commit: df6d6b8edef2719e2cb5b9060aa5c4605c619541 Parents: f1a3fc9 Author: ddekany <[email protected]> Authored: Sat Apr 23 11:25:34 2016 +0200 Committer: ddekany <[email protected]> Committed: Sat Apr 23 11:25:34 2016 +0200 ---------------------------------------------------------------------- src/main/docgen/book.xml | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/df6d6b8e/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 1cee0be..9b8d5d1 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -365,17 +365,29 @@ two freemarker.jar-s and unpredictable behavior! <td>Syntax highlight, syntax error marker, code completion for macro names and bean property names.</td> - <td><para>Part of the JBoss Tools Project. Install like this: In - Eclipse, <quote>Help</quote> / <quote>Eclipse - Marketplace...</quote>, search for <quote>JBoss Tools</quote>, - <quote>Install</quote>. A tree of checkboxes will appear, uncheck - all (by unchecking the root) except <quote>FreeMarker IDE</quote>. - (On older Eclipse you may have to use the <link - xlink:href="http://tools.jboss.org/downloads/">JBoss Tools - download page</link> instead.)</para><para>If the plugin comes - with a different FreeMarker version than the one your application - uses, it will mark the usage of too fresh language features as - errors, or the other way around. To fix this, find + <td><para>This is developed as part of the JBoss Tools + Project.</para><para>Currently (2016-04-23, FreeMarker 2.3.24) + it's highly recommended to install the nightly version instead of + the official stable. For that, in Eclipse, go to + <quote>Help</quote> / <quote>Install New Software...</quote>, and + copy-paste + http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-freemarker_master/latest/all/repo/ + into the <quote>Work with</quote> field. Then expand the check box + tree appearing below, and select <quote>FreeMarker IDE</quote> + only, then <quote>Next</quote>, <quote>Next</quote>, + <quote>Finish</quote>. This version works for Eclipse Mars too + (probably even for Luna), despite that it's in the Neon branch of + JBoss IDE.</para><para>Official stable version (not recommended at + the moment - see above): In Eclipse, <quote>Help</quote> / + <quote>Eclipse Marketplace...</quote>, search for <quote>JBoss + Tools</quote>, <quote>Install</quote>. A tree of check boxes will + appear, uncheck all (by unchecking the root) except + <quote>FreeMarker IDE</quote>. (On older Eclipse you may have to + use the <link xlink:href="http://tools.jboss.org/downloads/">JBoss + Tools download page</link> instead.)</para><para>Note: If the + plugin comes with a different FreeMarker version than the one your + application uses, it will mark the usage of too fresh language + features as errors, or the other way around. To fix this, find <literal>freemarker*.jar</literal> inside the installed plugin, under <literal><userHome>/.eclipse/</literal> or under the Eclipse installation directory (you may need to search inside
