没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > simple-build-tool |
simple-build-tool
|
19 | 0 | 569 |
贡献者 | 讨论 | 代码提交 |
sbt is a simple build tool for Scala projects that aims to do the basics well. It requires Java 1.5 or later.
FeaturesFairly fast, unintrusive, and easy to set up for simple projects Configuration, customization, and extension are done in Scala Accurate recompilation (in theory) is done using information extracted by a compiler plugin Continuous compilation and testing with triggered execution Supports mixed Scala/Java projects, packages jars, generates documentation with scaladoc Supports testing with ScalaCheck, specs, and ScalaTest Starts the Scala REPL with project classes and dependencies on the classpath Multiple project/subproject support Parallel task execution, including parallel test execution Dependency management support: inline declarations, external Ivy or Maven configuration files, or manual management Getting StartedTo get started, read Setup, RunningSbt, and BuildConfiguration. See DocumentationHome for other documentation.
The mailing list is at http://groups.google.com/group/simple-build-tool. Please use it!