How To Upgrade The Freemarker Jar Bundled In JBoss Freemarker IDE
August 30, 2008 – 18:28 | java | Tags: eclipse, freemarker, jboss, osgiThe current version (1.0.0.GA) of Freemarker IDE from JBoss Tools comes with freemarker-2.3.8.jar bundled. To update to freemarker 2.3.13:
- Copy freemarker-2.3.13.jar into
$ECLIPSE_INSTALLATION/plugins/org.jboss.ide.eclipse.freemarker_1.0.0.GA, and remove the freemarker-2.3.8.jar in there. - Edit
META-INF/MANIFEST.MFto replace the reference to “freemarker-2.3.8.jar” with “freemarker-2.3.13.jar”. - Restart Eclipse with the “-clean” command line option. This is important because otherwise the Eclipse OSGI engine will keep using cached bundle data which is stale now.

1 Trackback(s)