sbt
package sbt
- Alphabetic
- Public
- All
Type Members
- final class Console extends AnyRef
- sealed trait PackageOption extends AnyRef
- sealed trait TestOption extends AnyRef
-
trait
TestResultLogger extends AnyRef
Logs information about tests after they finish.
Logs information about tests after they finish.
Log output can be customised by providing a specialised instance of this trait via the
testResultLogger
setting.- Since
0.13.5
- final class TestsFailedException extends RuntimeException with FeedbackProvidedException
-
sealed
trait
Doc extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.1) Going away
Value Members
- object Console
- object Doc
- object DotGraph
-
object
Package
This module provides an API to package jar files.
Package
This module provides an API to package jar files.
- object RawCompileLike
-
object
Sync
Maintains a set of mappings so that they are uptodate.
Maintains a set of mappings so that they are uptodate. Specifically, 'apply' applies the mappings by creating target directories and copying source files to their destination. For each mapping no longer present, the old target is removed. Caution: Existing files are overwritten. Caution: The removal of old targets assumes that nothing else has written to or modified those files. It tries not to obliterate large amounts of data by only removing previously tracked files and empty directories. That is, it won't remove a directory with unknown (untracked) files in it. Warning: It is therefore inappropriate to use this with anything other than an automatically managed destination or a dedicated target directory. Warning: Specifically, don't mix this with a directory containing manually created files, like sources. It is safe to use for its intended purpose: copying resources to a class output directory.
- object TestResultLogger
- object Tests