Schmant 1.1, 2010.02.18 ================================================================================ Schmant is a build tool for building software artifacts. It uses the scripting support in Java 6 for running build scripts, and it comes with a set of build tasks that the scripts use. Version 1.1 comes with vastly improved closure support for script languages. Many Schmant task properties now accept closure values that are evaluated when the task is run. Closures can also be added directly to a TaskExecutor. In order to improve the closure support, Schmant now uses the different script language implementations directly via implementations of Schmant's ScriptExecutor class instead of going via JSR 223 script engines. As a consequence, the ScriptTF did not work anymore and has been removed. Build scripts must replace it with a closure instead. The following third-party libraries have been upgraded: * EntityFS -> 1.1.5-pre2 * JUnit -> 4.8.1 * SVNKit -> 1.3.2 There have been a few other changes made as well. The complete list is in the change log in the distribution. Read more about Schmant on http://www.schmant.org Read more about EntityFS on http://www.entityfs.org Read more about At4J on http://www.at4j.org