Mark Harrah
d3f8bdb837
Docs: move contents of dormant configurations page into Library-Management
2013-04-09 13:54:45 -04:00
Mark Harrah
4dde1468ad
Docs: fix formatting in LocalScala from initial conversion to rST
2013-04-09 13:54:45 -04:00
Robin Green
d95263f582
Docs: Fixed name of http_proxy env var
2013-04-08 09:22:24 -04:00
Mark Harrah
bd2a8e3afb
Docs: note about postfix precedence on Tasks page
2013-04-01 11:39:02 -04:00
Mark Harrah
d6ef9b0154
Docs: fix ScopeFilter API doc links
2013-03-28 16:08:23 -04:00
Mark Harrah
24fc00ddd5
Docs: escape the - in -b, since it gets interpreted as an option list otherwise
2013-03-28 16:08:23 -04:00
Mark Harrah
5f648d449a
Docs: list multi-scope selection on changes page
2013-03-27 09:17:54 -04:00
Mark Harrah
8b68e0f09e
Docs: add section on getting values from multiple scopes
2013-03-27 09:17:53 -04:00
Mark Harrah
7ad678f4a4
Docs: cleaned up Tasks pages: clarified its purpose and reorganized
2013-03-27 09:17:53 -04:00
Mark Harrah
6113f55101
Docs: present the TaskInputs page as motivation and for deeper understanding
2013-03-27 09:17:53 -04:00
Mark Harrah
2a3af7fdca
Docs: disable publishing for a project by overriding publishLocal to do nothing instead of deliver
2013-03-27 09:17:53 -04:00
Mark Harrah
3e3d7949eb
Docs: latest change summary, including 0.12.3-RC2
2013-03-14 16:17:12 -04:00
Mark Harrah
27a630e0d0
Docs: more 0.13 cleanup
...
* Drop dependOn, dependsOn. These are rarely the right method to call.
* Drop references to ~= in favor of just :=.
* Drop a .scala example where a .sbt example suffices.
2013-03-12 09:20:20 -04:00
Mark Harrah
9492a6b433
Docs: fix note about built-in support for test frameworks
2013-02-25 09:24:04 -05:00
Mark Harrah
98b40b7885
Revert "outputStrategy does not apply to test tasks"
...
This reverts commit 6c6d86d5ce .
It does now.
2013-02-21 20:44:26 -05:00
Mark Harrah
b152a836c5
Docs: syntax fixes
2013-02-13 08:16:25 -05:00
Matthew Farwell
6c6d86d5ce
outputStrategy does not apply to test tasks
2013-02-13 07:19:27 -05:00
Eugene Yokota
125727ba83
support binary version in launcher
2013-01-29 16:55:13 -05:00
Mark Harrah
76a02c463f
Temporarily use a Scala home with '++ /path/to/scala/home'
2013-01-28 17:14:53 -05:00
beolnix
1aa6215191
fix documentation bug: the main class should be "sbt.ScriptMain" in the paragraph about the scalas
2013-01-15 08:24:51 -05:00
Mark Harrah
a9ac6b3983
Configurable conflict manager and corresponding documentation on conflictManager, dependencyOverrides, and force(). Fixes #603 .
2013-01-11 16:01:31 -05:00
Mark Harrah
c5823ad1e7
Don't try to automatically detect a main artifact when packaging=pom. Fixes #636 .
...
For the rare case where a main artifact is expected, add an explicit jar()
to the dependency declaration.
2013-01-11 16:01:30 -05:00
Mark Harrah
c82bcb30d8
fix Incremental.scala link, thanks to @fernandezpablo85
2013-01-05 10:12:50 -05:00
Mark Harrah
ce439efab3
Convert references to harrah/xsbt to sbt/sbt
2013-01-04 17:22:40 -05:00
xuwei-k
b5646946e4
ivy version 2.3.0-rc1 in documents
2012-12-31 09:23:23 -05:00
Mark Harrah
8ada452fa7
Docs: fix typo
2012-12-17 08:32:20 -05:00
Mark Harrah
d156ccfe4e
Further refinements to Scala version handling
...
- override location of resolved Scala jars when scalaInstance is unmanaged
- document current behavior: scalaHome, update, scalaInstance, autoScalaLibrary, managedScalaInstance
2012-12-16 18:56:22 -05:00
Josh Suereth
4210936163
Adding app-repositories feature to Launcher.
...
* Added appRepositories method to Launcher interface
* Added 'bootOnly' configuration, such that repositories can be used only for boot and not applications.
* Added tests to ensure 'bootOnly' and 'mavenCompatible' behave well
* Updated documentation on launcher to reflect new options.
2012-12-04 13:10:10 -05:00
Mark Harrah
77a709df13
doc fixes
2012-12-02 03:17:20 -05:00
Mark Harrah
3bff14d77a
taskKey,settingKey,inputKey macros to get name from the defining val
2012-12-02 03:17:20 -05:00
Mark Harrah
538f687208
Use and methods instead of mapR,mapFailure,flatFailure,flatMapR
2012-12-02 03:17:19 -05:00
Mark Harrah
132e29415b
Docs: initial pass for updated task syntax, vals in .sbt, camelCase
2012-11-19 22:14:12 -05:00
Mark Harrah
7099ac31fd
Docs: Working with macros. Closes #573 .
2012-11-12 21:20:52 -05:00
Mark Harrah
019dbb6566
Docs: concurrentRestrictions should be 'in Global'
2012-11-10 18:18:15 -05:00
Eric Bowman
835ee0d1b3
XSBT-5: maven-style ivy repo support in the launcher config
...
Change-Id: I22c1ff126961d61d92e2e45a5b7eff329d3def90
Reviewed-on: https://gerrit.gilt.com/10950
Reviewed-by: Eric Bowman <ebowman@gilt.com>
Tested-by: Eric Bowman <ebowman@gilt.com>
2012-10-29 09:04:42 -04:00
Michael Allman
840ddbffff
Update documentation to reflect API change: externalIvySettings(url("...")) -> externalIvySettingsURL(url("..."))
2012-10-16 08:03:28 -04:00
Mark Harrah
bbf7fc0b35
docs: minor cleanup of Proxy-Repositories
2012-10-15 12:42:28 -04:00
Josh Suereth
88ca4aec64
More about mvn vs. ivy proxies
2012-10-12 14:54:41 -04:00
Josh Suereth
44650ca89f
First cleanup
2012-10-12 14:54:41 -04:00
Josh Suereth
baa365eb5e
Added Proxy repository configuration guide.
2012-10-12 14:54:40 -04:00
Mark Harrah
5cdf4f9bbd
fix Forking links
2012-10-10 08:10:25 -04:00
Mark Harrah
3acc17d259
doc updates, conversions, howto extension, theme from akka
2012-09-30 20:36:38 -04:00
Mark Harrah
b98e12e9dd
first step in md -> rst conversion
2012-09-30 20:36:38 -04:00
Mark Harrah
9b9a09f9af
Import src/sphinx/ from wiki markdown, needs conversion to rst.
2012-09-30 20:36:38 -04:00