Release date: 2012-10-18
SBuild Distribution: sbuild-0.1.3-dist.zip
If you have written you own SchemeHandler, you have to adapt it to the new SchemeHandler API. The method resolve got a second parameter targetContext of type TargetContext.
Changes since SBuild 0.1.2
Improved classloading for ScalaTest and JUnit addons.
Incompatible API change: SchemeHandler can now have dependencies, when implementing the trait SchemeHandlerWithDependencies and have access to them through the TargetContext, which will be given as parameter into resolve method.
Added new ZipSchemeHandler to reference zipped resources, a typical use case for original online dependencies like TestNG, JUnit or SWT.
Fixed a bug, where the self-evaluated up-to-date state of phony targets was lost causing some unnecessary executions.
All Releases: Release History