mirror of https://github.com/sbt/sbt.git
This drops older code that picked a single fingerprint within a framework. This commit ensures only one name is executed across all frameworks. The precedence is the order that frameworks are declared in Defaults.scala. JUnit should be last because it is common for specs tests to be annotated with @RunWith for Eclipse support. If a distinct fingerprint is not picked, the test will be run by both specs and JUnit. In addition to this main reason, result processing code assumes one result per test class name and would have to be fixed if multiple fingerprints were allowed. |
||
|---|---|---|
| cache | ||
| compile | ||
| interface | ||
| ivy | ||
| launch | ||
| licenses | ||
| main | ||
| project | ||
| run | ||
| sbt | ||
| scripted | ||
| src | ||
| tasks | ||
| testing | ||
| util | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| NOTICE | ||
| README.md | ||
| api.specification | ||
| scripted.specification | ||
README.md
sbt 0.13
This is the 0.13.x series of sbt.
- Setup: Describes getting started with the latest binary release.
- See CONTRIBUTING for how to build from source, open an issue, fix or add documentation, or submit a pull request.
- FAQ: Explains how to get help and more.
- Google Code: hosts sbt 0.7.7 and earlier versions