From 5e6cf543291eb55f3947f536e34918c6cb5aedd3 Mon Sep 17 00:00:00 2001 From: Jacek Laskowski Date: Sun, 9 Aug 2015 00:34:57 +0200 Subject: [PATCH] Docs update: the launcher is in launch/target/sbt-launch.jar --- CONTRIBUTING.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97c1f49e6..99acfdd79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ directory: notes/ / .md - + Notes files should have the following contents: * Bullet item description under one of the following sections: @@ -125,24 +125,26 @@ Build from source $ sbt > publishLocal -5. To use this locally built version of sbt, copy your stable `~/bin/sbt` script to `~/bin/xsbt` and change it to use the launcher jar in `/target/`. For the v0.13.8 tag, the full location is: +5. To use this locally built version of sbt, copy your stable `~/bin/sbt` script to `~/bin/xsbt` and change it to use the launcher jar in `/launch/target/`. + + For the v0.13.8 tag, the full location is: /target/sbt-launch-0.13.8.jar If using the 0.13 development branch, the launcher is at: - /target/sbt-launch-0.13.10-SNAPSHOT.jar - - Directory `target` is removed by clean command. Second solution is using artifact stored in local ivy repository. - + /launch/target/sbt-launch.jar + + Directory `target` is removed by `clean` command. Second solution is using the artifact stored in the local ivy repository. + The launcher is located in: - + $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.8/jars/sbt-launch.jar - + for v0.13.8 tag, or in: - + $HOME/.ivy2/local/org.scala-sbt/sbt-launch/0.13.10-SNAPSHOT/jars/sbt-launch.jar - + for development branch. ## Modifying sbt