- 授权协议: Apache
- 开发语言: Scala
- 操作系统: 跨平台
- 软件首页: http://sbuild.tototec.de/sbuild/projects/sbuild/wiki
- 软件文档: http://sbuild.tototec.de/sbuild/projects/sbuild/wiki/Installation
软件介绍
SBuild 是基于 Scala 的构建系统,主要特点:
- 平台无关
- 支持多项目
- 自动检测所需的动作以及新版本
- 灵活的模式处理机制
- 支持 Maven 资料库
- 集成 Ant 任务
- 跨项目依赖解析
- 高性能
- 语法简单,无需 Scala 知识
示例代码:
import de.tototec.sbuild._
import de.tototec.sbuild.ant.tasks._
@version("0.1.0")
@classpath("http://repo1.maven.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar")
class SBuild(implicit project: Project) {
Target("echo") help "Say hello to the world" exec {
AntEcho(message = "Hello World!")
}
}
Alone Together
Sherry Turkle / Basic Books / 2011-1-11 / USD 28.95
Consider Facebookit’s human contact, only easier to engage with and easier to avoid. Developing technology promises closeness. Sometimes it delivers, but much of our modern life leaves us less connect......一起来看看 《Alone Together》 这本书的介绍吧!
