eugene yokota
27bd275343
Merge pull request #1989 from dwijnand/inThisBuild
...
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-26 18:58:12 -07:00
eugene yokota
d0fbd10852
Merge pull request #1987 from ajsquared/0.13
...
Add configurationsToRetrieve
2015-04-26 18:54:32 -07:00
Dale Wijnand
1aff36d505
Add help message for `inspect actual`. Fixes #1651 .
2015-04-26 03:18:29 +01:00
Dale Wijnand
677c33611a
Add inThisBuild, similar to inConfig. Fixes #1847
2015-04-25 20:39:59 +01:00
Andrew Johnson
b617b41ae1
Support configuring a subset of configurations from which to retrieve dependencies when retrieveManaged is true
2015-04-23 12:49:45 -04:00
Dale Wijnand
56f7e0c4b5
Fix typo in debug-removed-products notes
2015-04-15 23:01:54 +01:00
James Roper
18fb684143
Update incremental compile debug message
...
sbt 0.13.1 was changed so that products were invalidated
not just when they were deleted, but also when they were
modified, however the debug message was not updated to
reflect this, causing people to think invalidated class files
had been deleted.
2015-04-15 14:29:10 +10:00
eugene yokota
203c77c43a
Merge pull request #1960 from asflierl/0.13
...
Honor overwrite flag when publishing locally.
2015-04-14 11:54:10 -07:00
Andreas Flierl
78642cb0ce
Honor overwrite flag when publishing locally.
2015-04-10 13:29:26 +02:00
Andrew Johnson
e647234743
Add retrieveManagedSync
2015-03-31 10:59:41 -04:00
Eugene Yokota
3159ce1063
Adds note to on #1940
2015-03-25 18:11:36 -04:00
eugene yokota
a6a57b5993
Merge pull request #1935 from sbt/wip/nine
...
Merging 0.13.8 and bumping up to 0.13.9-SNAPSHOT
2015-03-25 06:12:46 -07:00
Eugene Yokota
98e13cc0a7
Notes on #1921
2015-03-18 11:28:19 -07:00
Dale Wijnand
ae193d568f
Move adding -=/--= notes to 0.13.9.
2015-03-17 09:44:29 +00:00
Dale Wijnand
72ee03ef13
Fix another(..) typo in notes.
2015-03-16 23:53:18 +00:00
Dale Wijnand
a4b6d07efa
Fix a typo in notes.
2015-03-16 23:50:46 +00:00
Dale Wijnand
17a1179e5b
Add -= & --= for setings & keys, dual of += & ++=.
2015-03-16 23:44:38 +00:00
Dale Wijnand
522371ad8a
Fix a type in 0.13.8 notes formatting.
2015-03-10 06:22:11 +00:00
Eugene Yokota
b5e88f66eb
Move notes around
2015-03-09 22:51:50 -04:00
Eugene Yokota
9f456bdd18
Merge notes
2015-03-09 21:50:57 -04:00
eugene yokota
b4a5265aaa
Merge pull request #1902 from dwijnand/define-project-settings-with-SettingsDefinition
...
Define Project.settings with SettingsDefinition.
2015-03-09 10:48:18 -04:00
Dale Wijnand
82c599d907
Add notes about Project.settings enhancements.
2015-03-08 10:33:28 +00:00
eugene yokota
d344a833d5
Merge pull request #1899 from dwijnand/fix/1818/exempt-scala-actors-migration
...
Exempt scala-actors-migration from version checks.
2015-03-07 16:30:25 -05:00
Dale Wijnand
7ab42435b3
Exempt scala-pickling as well.
2015-03-06 22:29:58 +00:00
Dale Wijnand
e9b5020e83
Add PR to notes.
2015-03-04 07:47:27 +00:00
Dale Wijnand
8f3a7b4f5b
Exempt scala-actors-migration from version checks.
...
Fixes #1818 .
2015-03-04 07:45:36 +00:00
Eugene Yokota
3786e5ddf4
Transitively evict modules when callers are evicted. Fixes #1760
2015-03-03 14:58:41 -05:00
Allan Erskine
df01851f0e
Adding note for #1881 .
2015-03-02 10:16:35 -05:00
Josh Suereth
923f4261d0
Fix ANSI escape sequences.
...
Now we handle the CSI (ESC + [).
Fixes #1143
2015-02-28 08:30:59 -05:00
Eugene Yokota
30ca290a13
Add sbt.root.ivyplugin escape hatch
2015-02-25 00:22:26 -05:00
Eugene Yokota
162ed3f320
Fixes #1869 , Ref #1871 . Don't enable IvyPlugin for multi project generated root
2015-02-24 23:02:26 -05:00
Dale Wijnand
f0732a8bd6
Add a note for 1869/1871.
2015-02-24 23:02:25 -05:00
Eugene Yokota
497374f459
Fixes #1711 , #1730 . Cached resolution: fixes internal project
...
Re-fixes cached resolution's internal dependency issue by recursively
calling customResolve instead of including the transitive dependencies
from internal dependencies into your own graph.
Transformation of configuration still happens, but at the level of
resolved graph (UpdateReport), which is much less granular, and
hopefully less error-prone.
2015-02-24 15:00:19 -05:00
Eugene Yokota
f42419bdd4
Adds addMavenResolverPlugin. #1808/#1793
2015-02-02 14:57:25 -05:00
Eugene Yokota
71978ffffd
Add a note for #1655/#1754
2015-02-02 13:46:08 -05:00
Eugene Yokota
3e48db9d1b
Add a note for #1799
2015-02-02 13:41:54 -05:00
Eugene Yokota
aecbcbad0c
Add a note for #1787
2015-02-02 13:16:06 -05:00
Eugene Yokota
292b2a4ef7
Adds a note for #1340
2015-02-02 11:18:36 -05:00
Eugene Yokota
a9c41a19cd
Merge notes
2015-02-02 11:07:55 -05:00
Travis Brown
5720894c5a
Fix typos in notes
2015-01-24 13:45:15 -05:00
Eugene Yokota
b0a10815a6
Implementes `Def.sequential`. Fixes #1001
...
Adds Def.sequential based on Mark's implementation provided in #1001 .
2015-01-20 01:22:03 -05:00
Dale Wijnand
8c4a0ea67c
Fix typos in aether-resolvers.markdown
2015-01-15 11:18:10 +00:00
Josh Suereth
6587729fa9
Fix from review.
2015-01-14 16:27:12 -05:00
Josh Suereth
1fcd2f9769
Add missing notes for enhance bytecode feature.
2015-01-14 16:20:38 -05:00
Eugene Yokota
7580fe5afc
Updated notes
2015-01-09 14:36:51 -05:00
Josh Suereth
e3931dbfec
Create a new Ivy DependencyResolver which uses Aether.
...
* Here we wire Aether into the Ivy dependency chain
* Add hooks into Aether to use Ivy's http library (so credentials are configured the same)
* Create the actual Resolver which extracts metadata information from Aether
* Deprecate old Ivy-Maven integrations
* Create hooks in existing Resolver facilities to expose a flag to enable the new behavior.
* Create notes documenting the feature.
* Create a new resolver type `MavenCache` which denotes how to read/write local maven cache metadata
correctly. We use this type for publishM2 and mavenLocal.
* Update failing -SNAPSHOT related tests to use new Aether resolver
* Create specification for expected behavior from the new resolvers.
Known to fix #1322 , #321 , #647 , #1616
2015-01-08 08:53:25 -05:00
Josh Suereth
7311242bc0
Merge pull request #1634 from sbt/fix/1634
...
A library is missing from dependencyClasspath if it's added to libraryDependencies twice in ascending order
2014-12-15 16:05:57 -05:00
Josh Suereth
62658b5fd8
Merge pull request #1615 from sbt/fix/1615
...
0.13.6 eviction notices too noisy
2014-12-15 15:13:02 -05:00
Eugene Yokota
9d09af9568
Fixes #1634 . Adds inconsistent duplicate warning
...
#1634 is about a library getting wiped out of deps graph when it’s
included twice in ascending order of version.
I’d say that’s a logically inconsistent state, and we should just issue
warning instead of trying to fix it.
2014-12-14 07:52:05 -05:00
Eugene Yokota
5199909be7
Fixes #1766 . Removes "No main class detected" warning.
2014-12-13 00:05:55 -05:00