mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
b0c840105be127d1f4039404569b4ed427fa0bd3
The thin client's blockUntilStart loop recursed while the portfile was missing and the forked process looked valid, with no deadline: a forked server that died before writing project/target/active.json, or stayed alive but wedged, hung the client forever with no output. On Windows the check ignored process death entirely (Properties.isWin short-circuited the liveness test), making the hang unconditional there. The wait is now bounded (default 5 minutes, tunable with -Dsbt.client.boot.timeout.seconds). On expiry the client fails with a "did not start within N seconds" message and then prints the server's captured stderr, instead of hanging silently (#9484). The Windows liveness workaround is preserved; the deadline is what bounds it. Generated-by: kimi-code/k3 (Oh My Pi)
sbt
sbt is a build tool for Scala, Java, and more.
For general documentation, see https://www.scala-sbt.org/.
sbt 2.x
This is the 2.x series of sbt. The source code of sbt is split across several GitHub repositories, including this one.
- sbt/io hosts
sbt.iomodule. - sbt/zinc hosts Zinc, an incremental compiler for Scala.
- sbt/sbt, this repository hosts modules that implement the build tool.
Other links
- Setup: Describes getting started with the latest binary release.
- FAQ: Explains how to get help and more.
- sbt/sbt-zero-seven: hosts sbt 0.7.7 and earlier versions
Issues and Pull Requests
Please read CONTRIBUTING carefully before opening a GitHub Issue or a pull request.
If you're looking for an idea for a contribution, issues labeled with good first issue or help wanted might be good starting points.
If you would like to ask questions about sbt, there's sbt channel on Scala Discord, but it would be good to gather questions on Stackoverflow.
license
See LICENSE.
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%