Commit Graph

161 Commits

Author SHA1 Message Date
Mark Harrah 91e646f436 Docs: note JLine/Ansi changes 2013-07-02 08:21:23 -04:00
Mark Harrah b8ff4ca3d5 conscript launchconfigs for 0.13.0-SNAPSHOT 2013-06-28 12:12:58 -04:00
Mark Harrah 1377840cdf Make GitHub contributors and members pages primary means of credit to avoid staleness 2013-06-28 00:01:19 -04:00
Mark Harrah 77d8c0b022 Docs: plugins repository not needed since it is added by default now 2013-06-28 00:01:19 -04:00
Mark Harrah 48a6d117cd Docs: fixes and reworked Setup page 2013-06-28 00:01:19 -04:00
Mark Harrah 913236fc8e Docs: fix typo 2013-06-27 14:12:43 -04:00
Grzegorz Kossakowski 65c1b122df Add documentation for api debugging feature.
Include a new section in `Understanding-incremental-compilation`
document which explains in detail how to turn on and use the
new api debugging feature.
2013-06-26 16:50:05 -07:00
Grzegorz Kossakowski 64b7590463 Document changes to dependency trackin in incremental compiler.
Mention distinction between dependencies through inheritance and member
reference. Add an example which demonstrates the difference a little
bit more concretely by using some simple Scala source code.
2013-06-26 11:13:16 -07:00
Grzegorz Kossakowski 248a5ccb15 Add `sbt.extraClasspath` to command line reference. 2013-06-26 10:17:49 -07:00
Grzegorz Kossakowski 59343313f1 Convert table in cmd line reference to a real rST table.
Previous table was mix of reStructuredText and html produced by
automatic conversion tool. The result was rather unreadable and very
hard to edit.

I converted the table to native reStructuredText's table.
2013-06-25 23:46:15 -07:00
Grzegorz Kossakowski 59cea58892 Mention api debugging improvements in change summary for 0.13
Mention both #677 and #793 which introduced all functionality needed
for api debugging.
2013-06-25 17:08:09 -07:00
Mark Harrah 4c515d3aa0 Docs: note about Scala version override being dropped 2013-06-24 18:42:15 -04:00
Mark Harrah ce1c8b0ebc Better auto project ID handling. Ref #776.
* Consolidate project ID validation and normalization into Project methods
* Provide an earlier and more detailed error message when the directory
  name can't be used for the project ID
2013-06-23 19:57:30 -04:00
Mark Harrah f5febfae0e Docs: note fix for class loader cache 2013-06-20 14:28:05 -04:00
Mark Harrah 2f9d68e869 Require projects to have unique target directories.
Configuring projects so that target directories overlap is usually
unintentional and the error message that results is usually unrelated
to the cause.
2013-06-18 18:43:50 -04:00
Mark Harrah 2ebf9f1a4a Docs: fixes, updates, reorganization 2013-06-16 10:21:21 -04:00
Mark Harrah 6cee9d4aa4 0.13.0-Beta2 2013-06-05 23:57:21 -04:00
Josh Suereth 96f7a0dc3c Add google analytics tracking to sbt documentation, so we can see which topics people are most interested in and better organize things. 2013-06-04 11:29:32 -04:00
Mark Harrah c3bfbad869 Docs: fix broken link on nightly builds 2013-06-04 11:25:36 -04:00
Mark Harrah 26876571d3 Docs: release in docs should be -Beta1 2013-06-03 08:51:53 -04:00
Damien Lecan e2cacf2b6a Fix typo error 2013-06-03 08:17:43 -04:00
Nicolas Rémond 1171782f42 The last release of xsbt-gpg-plugin is 0.6, not 0.5 2013-06-03 08:17:32 -04:00
Mark Harrah 664ded9f28 Docs: small fix to UpdateReport 2013-06-01 10:56:30 -04:00
Mark Harrah 19d75ae2f9 preparation for 0.13.0-Beta1 2013-06-01 10:56:30 -04:00
Mark Harrah db3e738802 update changes for 0.12.4-RC1 2013-05-31 11:14:24 -04:00
Mark Harrah bd65895b9e Use the recommended sbt.log.format property instead of noformat in the docs 2013-05-27 19:12:39 -04:00
Mark Harrah ddd284352a Docs: note that source generators can generate Scala and Java sources together. 2013-05-10 16:29:02 -04:00
Mark Harrah b3bf74d272 Docs: cleanup related to generating sources+resources 2013-05-10 16:27:13 -04:00
Mark Harrah 772d1aebf6 Docs: fix typos on Input-Tasks page 2013-05-08 12:56:50 -04:00
Mark Harrah 8d461953d4 snapshot version 2013-05-06 08:28:34 -04:00
Mark Harrah d94bea695d update change summary for 0.13.0-M2 2013-05-05 23:13:42 -04:00
Mark Harrah 5b90eee971 0.13.0-M2 2013-05-05 22:34:59 -04:00
Li Haoyi c3345313cc Update Using-Sonatype.rst
according to this

http://www.scala-sbt.org/sbt-pgp/usage.html#publishing_artifacts

"The PGP plugin NO LONGER wires into the default publish and publish-local tasks of sbt. If you want to published signed artifacts, you must use the new publish-signed and publish-local-signed tasks."

This bit me when i tried to do this today, should update the docs to refer to the proper command `publish-signed` so the next guy who tries this doesn't get bitten.
2013-04-25 08:46:40 -04:00
Mark Harrah 7689343ba0 Docs: correct custom Ivy configuration faq section 2013-04-15 18:18:52 -04:00
Ian Forsey 0e7d212604 Add xsbt-coveralls-plugin to list of code coverage plugins 2013-04-15 11:12:23 -04:00
Mark Harrah d6b548596b fix scripted tests 2013-04-09 20:13:06 -04:00
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 322a49faba Make autoCompilerPlugins support compiler plugins defined in a internal dependency
requires the compiler plugin project to define exportJars := true
2013-04-03 12:44:35 -04:00
Eugene Platonov 8ce252d1b1 fix some code snippets for BuildLoader examples 2013-04-01 12:42:26 -04:00
Mark Harrah bd2a8e3afb Docs: note about postfix precedence on Tasks page 2013-04-01 11:39:02 -04:00
Philipp Dörfler 2d00fbc92b sbt-fx was renamed to sbt-fxml
There is a similarily named plugin "sbt-javafx" which is not listed here and which I discovered afterwards
2013-03-28 21:30:28 -04:00
Philipp Dörfler 7c67ad28be Added link to sbt-fx 2013-03-28 16:08:56 -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