All releases tagged Major


Release Notes: New features and speed improvements. Up-to-date state calculation of phony targets is now based on (virtual) lastModified timestamps, which can be overridden in a target via TargetContext. Phony targets can now be cached; SBuild will not reexecute them if the dependencies or the project file did not change. Additional files can be attached to targets. Empty phony targets will automatically attach all files of their dependencies and last but not least, the SBuild comand line has been improved. Essential information is highlighted with colors, and error message output has been enhanced.


Release Notes: This release switches to Scala 2.10. Execution is now more robust.


Release Notes: This release adds the new @inlcude annotation to include other Scala files into the build file. Thus, one can share common configuration and build logic between projects. The API for TargetContext was extended. A new --quiet option was added that will drastically speed up SBuild's initialization time for larger multi-projects. Some new parameters were added to the AntJava wrapper and the ScalaTest addon.


Release Notes: First public stable release to gather feedback.