sbt, the interactive build tool
Go to file
Dale Wijnand 54055835be
Notify users about shell only if compile is present
This is a change in strategy.

The motivation is the need to find a good balance between:

  + informing the uninformed that would benefit from this information, &
  + not spamming the already informed

Making it dependent on "compile" being present in remainingCommands will
probably make it trigger for, for example, Maven users who are used to
running "mvn compile" and always run "sbt compile", and who therefore
are unneccesarily suffering terribly slow compile speeds by starting up
the jvm and sbt every time.

Fixes #3091
2017-04-27 16:37:52 +01:00
cache scalariform changed this. 2016-04-05 22:52:05 -04:00
compile Future proof for java.xml.bind removal from Java 9 default classpath 2017-02-04 22:23:02 -07:00
interface Fixes test 2016-04-06 11:26:17 -04:00
ivy Fix version parsing 2017-03-15 00:50:58 -04:00
launch Add three slashes (u3) for file URI 2017-04-09 03:11:38 -04:00
licenses move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
main Notify users about shell only if compile is present 2017-04-27 16:37:52 +01:00
notes Port sbt-cross-building's ^ and ^^ commands 2017-04-22 06:04:56 -04:00
project Fix #3013: ScriptedPlugin: Add support for paginated tests 2017-03-14 16:53:06 +01:00
run Fix additional warnings 2015-08-07 00:23:14 +02:00
sbt Merge pull request #3133 from eed3si9n/wip/sbtcrossbuilding 2017-04-24 13:06:03 +01:00
sbt-maven-resolver/src Support wildcard exclusions in maven resolver 2016-09-02 12:20:22 +01:00
scripted Port sbt-cross-building's ^ and ^^ commands 2017-04-22 06:04:56 -04:00
src/main/conscript 0.13.15 2017-04-09 16:54:02 -04:00
tasks Work-around actions/depends-on failure 2017-01-13 14:27:31 +00:00
testing JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests 2016-11-29 23:08:51 +00:00
util Improve IO.toFile's handling for Windows 2017-04-08 03:56:34 -04:00
.gitattributes Added .gitattributes file. 2013-04-25 00:06:51 +08:00
.gitignore Maven version range improvement 2017-02-10 04:00:04 -05:00
.java-version jEnv 2016-09-14 20:09:25 -04:00
.travis.yml Adds a scripted test that tests repo override 2016-04-24 14:24:05 -04:00
CONTRIBUTING.md CONTRIBUTING.md: Fix error in scripted test command 2016-01-23 17:39:17 +01:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Fix intended formatting in README. 2015-05-27 07:33:26 +01:00
api.specification Macro def aware recompilation. 2012-03-04 17:35:51 +01:00
build.sbt Bump to 0.13.16-SNAPSHOT 2017-04-22 05:09:22 -04:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00

README.md

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see http://www.scala-sbt.org/.

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try StackOverflow and sbt-dev. Don't open an Issue.

sbt 0.13

This is the 0.13.x series of sbt.

  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • Google Code: hosts sbt 0.7.7 and earlier versions

license

See LICENSE.