SBuild 是基于 Scala 的构建系统,主要特点:
平台无关
支持多项目
自动检测所需的动作以及新版本
灵活的模式处理机制
支持 Maven 资料库
集成 Ant 任务
跨项目依赖解析
高性能
语法简单,无需 Scala 知识
SBuild 0.3.2 改进内容包括:
Common scheme handlers (mvn, http, zip) are now registered by default, but can be overridden as usual.
All by-default registered scheme handlers can now be used in @classpath and @include elements.
The behavior of the --version command line option has changed; it now exists the application as expected.
This release adds a new AntZipFileSet for convenience when using AntZip.
It adds a new ScalaRepl add-on providing access to the interactive Scala console.
It fixes issues in the parser for @classpath and @include
项目主页:http://sbuild.tototec.de/sbuild/projects/sbuild/wiki
来自:开源中国社区

