[FMPP] FMPP 0.9.11 is released
Brought to you by:
ddekany
|
From: Daniel D. <dd...@fr...> - 2006-03-15 17:24:15
|
FMPP 0.9.11 is released! Download: http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.11.tar.gz http://prdownloads.sourceforge.net/fmpp/fmpp_0.9.11.zip Changes ------- New features, improvements: * New setting: "tagSyntax". This let you access this new setting of FreeMaker 2.3.5. * For nightly FMPP builds the build date is now logged in additional to the version number. * Updated FreeMarker to 2.3.6, and BeanShell to 2.0b1.1 in the distribution pack. Bugfixes: * The Ant task have processed all files of the source root directory if the number of selected file was 0. * Warning! Incompatible change! When "sources" was set to any empty list in a configuration file, the whole source root directory was processed in certain cases. From now it will process no files in that case. If you want to process the whole source root directory, don't specify the "sources" setting at all. * Warning! Incompatible Java API change! The Settings class was badly assumed that the whole source root directory has to be processed if the sources setting was an empty list. This was incorrect, as in that case simply 0 files should be processed, and processing the whole source directory should occur only if the "sources" setting was not set at all (it's null when you get it). So, if you want the whole source root directory to be processed, don't set the "sources" setting at all. If it is already set, you can "unset" it with settings.remove(Settings.NAME_SOURCES). * The Ant task didn't logged setting errors into the log file. * The test suite now works with JDK 1.5, if you add xpathSupport.lib to the build.properties. -- Best regards, Daniel Dekany |