Ben McCann
6508429d81
Fetch tyesafe artifacts using https. See http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/
2014-08-16 16:17:07 -07:00
Josh Suereth
05315e2276
Remove old website in favor of new sbt/website project.
2014-06-02 12:56:28 -04:00
Josh Suereth
73e8676ea5
0.13.5 release.
2014-05-27 09:35:32 -04:00
Josh Suereth
015ccf2fae
Modify changes with latest RC changes.
2014-05-13 13:56:25 -04:00
Eugene Yokota
d84f729b39
Updated on Changes.rst
2014-05-09 15:30:39 -04:00
Jarek Sacha
e69a0bc79e
Added links to `imagej` and `install4j` plugins
2014-05-01 09:55:59 -04:00
rschatz
13322a2d0d
added npt as new Utility Plugin
2014-05-01 09:55:53 -04:00
Josh Suereth
26b7a5cea1
removing last type in python conf.
2014-05-01 09:55:46 -04:00
Josh Suereth
2adbe0e1e8
Fix for new location of MSI files.
2014-05-01 09:55:32 -04:00
Josh Suereth
1508c967a9
Fix native package location for bintray distribution.
2014-05-01 09:55:26 -04:00
eugene yokota
2a0fef6700
Merge pull request #1270 from oscarvarto/spanishTranslation
...
Initial Spanish translation of documentation
2014-04-28 11:25:58 -04:00
Josh Suereth
c61bef7c35
Merge pull request #1295 from zavakid/0.13
...
add sbt-one-log into Community Plugins
2014-04-28 07:42:03 -04:00
Zava
1cb1da5184
add sbt-one-log into Community Plugins
2014-04-28 11:57:16 +08:00
Jacek Laskowski
1a0ca0a7a5
Removing remaining mentions of "<+="
2014-04-27 21:39:49 +02:00
Jacek Laskowski
b31c8740e3
Def.setting needed for externalIvyFile
2014-04-27 00:04:40 +02:00
Jacek Laskowski
a2c64569f5
Missed a change
2014-04-24 23:40:17 +02:00
Jacek Laskowski
a66a43d31c
sbt 0.13 value macro + few smaller changes
2014-04-24 23:36:12 +02:00
Josh Suereth
373166be36
Adding docs for the test report hooks.
2014-04-22 11:29:13 -04:00
Oscar Vargas Torres
bd7ec1da58
Initial Spanish translation of documentation
2014-04-17 20:09:11 -05:00
Josh Suereth
b802196f77
Add some of the latest 0.13.5 changes to the doc.
2014-04-10 13:34:58 -04:00
David Barri
195129a3e7
Added TestResultLogger for customising test feedback.
...
1) When `test` is run and there are no tests available, omit logging output.
Especially useful for aggregate modules. `test-only` et al unaffected. (#1185 )
2) Added a new setting `testResultLogger` to allow customisation of logging of test results.
2014-04-09 19:14:29 +10:00
Eugene Yokota
02ad34442f
back to 0.13.5-SNAPSHOT
2014-03-29 13:41:28 -04:00
Eugene Yokota
a4a6aa0bc3
0.13.5-M2
2014-03-27 23:28:53 -04:00
eugene yokota
9dde1ac46e
Merge pull request #1215 from eed3si9n/topic/renameaddsettings
...
Deprecate autoSettings, Rename ProjectSettings => BuildScalaFiles
2014-03-26 14:36:46 -04:00
Eugene Yokota
f6d1044c4b
0.13.5-SNAPSHOT
2014-03-26 14:34:25 -04:00
Eugene Yokota
4f969491d0
Deprecate autoSettings, Rename ProjectSettings => BuildScalaFiles
...
* autoSettings is renamed to settingSets. Since this was part of 0.13.0
we need to deprecate it first.
2014-03-26 11:35:50 -04:00
Josh Suereth
121800ca7e
Merge pull request #1211 from eed3si9n/topic/renamemodule
...
Rename GlobalModule -> CorePlugin
2014-03-26 11:20:40 -04:00
Ismael Juma
607e061a6a
Bump Scala version to 2.10.4.
2014-03-25 22:08:04 +00:00
Eugene Yokota
1debc48568
Rename GlobalModule -> CorePlugin
2014-03-25 15:49:07 -04:00
Eugene Yokota
66ada09f06
0.13.5-M1
2014-03-25 01:49:33 -04:00
Eugene Yokota
575e657962
Default AutoPlugin to an empty root plugin
2014-03-25 00:20:11 -04:00
Eugene Yokota
cc80d216ab
Adjusting to 0.13 changes
2014-03-24 20:03:01 -04:00
eugene yokota
4315049337
Merge pull request #1203 from eed3si9n/topic/requiredAutoPlugin
...
Unifies AutoPlugin and RootPlugin
2014-03-24 19:02:00 -04:00
Eugene Yokota
49faf8a752
Removes Changes entry on AutoPlugin and AddSettings
2014-03-21 18:05:15 -04:00
Eugene Yokota
f8bedf4012
Unifies AutoPlugin and RootPlugin
...
* Separates def select into def trigger and def requires.
* Setting trigger = noTrigger and requires = empty makes a plugin a
root.
2014-03-20 07:08:33 -04:00
Josh Suereth
fbffdb6551
Add changes documentation for 0.13.1->0.13.2
2014-03-11 13:20:38 -04:00
Josh Suereth
152e04bc05
Fix spelling issues in architecture document.
2014-03-11 12:47:42 -04:00
Josh Suereth
ee6b674966
Add introduction to the setting system.
2014-03-11 11:45:00 -04:00
Josh Suereth
af25df1777
Fix @retronym's comments
...
* Fill out more details in archiecture section.
* Leave sections blank we don't have time to write.
* Consolidate on `Sub project` vernacular instead of module.
* Add a few examples to make statements concrete.
2014-03-10 14:22:56 -04:00
Josh Suereth
041bc4bf01
Add documentation for AddSettigns and load ordering.
...
* Add Architecture setting.
* Cover how settings are loaded and ordered
* Show basic controls on setting ordreing.
2014-03-10 12:45:35 -04:00
Josh Suereth
ea8c0b32a7
Update documentation for AutoPlugins.
...
* Add notes about AutoPlugins vs. RootPlugins in Plugins section
* Modify best practices section to recomend using AutoPlugins.
* Modify Using-Plugins section in getting started to denote
auto plugins.
2014-03-10 09:45:25 -04:00
Josh Suereth
01bb7ce2fd
Remove defaultSettings usage from the docs.
...
Given the addition/promotion of AutoPlugins, remove
the references to the previously necessary
Defaults.defaultSettings method.
2014-03-10 09:45:25 -04:00
Josh Suereth
0a8d844071
Fix merge conflicts in pulling doc fixes from 0.13.1 into 0.13 branch.
2014-03-06 10:10:38 -05:00
Luca Milanesio
bedfb12163
Making example specific to build.sbt
...
(see discussion on https://github.com/sbt/sbt/pull/1139 )
2014-02-28 15:19:17 +00:00
Luca Milanesio
63583d2544
Removed redundant semicolon
2014-02-27 10:51:44 +00:00
Luca Milanesio
c9208a4719
Completed a full example of forked tests with grouping
...
The previous example of how to fork group of tests in different
JVMs was incomplete and not fully working.
a) The "testGrouping in Test" is needed, otherwise the grouping is
not known to which phase to apply
b) Added a more complete Project definition to explain what the curly
brackets section refers to and where the settings need to be included
The new complete example works out of the box :-)
2014-02-27 10:41:06 +00:00
Antoine Gourlay
0f6fe85d3f
update doc: javaHome is not File but Option[File].
2014-02-26 01:23:32 +01:00
Charles Feduke
1baa672275
updated doc to include publishing PGP keys to the key server pool
2014-02-21 16:12:34 -05:00
Josh Suereth
ba8a22679a
Migrate docs to use bintray for plugins.
2014-02-21 13:19:00 -05:00
Josh Suereth
9969973d09
Merge pull request #1126 from jozic/no-def-package
...
explicitly disapprove plugins using default package
2014-02-19 09:13:39 -05:00