eugene yokota
c278ff0a5d
Merge pull request #1906 from sbt/wip/build-fixes
...
build fixes of the day
2015-03-09 14:51:52 -04:00
Eugene Yokota
6be84b62aa
Remove "so clean"
2015-03-09 12:57:52 -04:00
eugene yokota
163dbe0c59
Merge pull request #1885 from sbt/wip/fix-ansi-escape
...
Fix ANSI escape sequences.
2015-02-28 18:14:51 -05:00
Josh Suereth
7cd6b18cf3
Fix ANSI escape sequences.
...
Now we handle the CSI (ESC + [).
Fixes #1143
2015-02-28 08:30:59 -05:00
eugene yokota
809397626e
Merge pull request #1880 from sbt/wip/build-fix-again
...
Fixing precompiled and nightly build
2015-02-25 15:46:36 -05:00
Eugene Yokota
4bfeb7f88d
Fixing precompiled and nightly build
...
We noticed that -SNAPSHOT is being published as our nightly.
This is because "wow" command (or ++) does not replay version injected
by stamp-version.
2015-02-25 12:31:21 -05:00
eugene yokota
2f20b71074
Merge pull request #1853 from hcoles/0.13
...
Fix #1368 - getResources should never return null
2015-02-24 22:55:10 -05:00
eugene yokota
4801e65431
Merge pull request #1873 from sbt/fix/1730c
...
Fixes #1711 , #1730 . Cached resolution: fixes internal project
2015-02-24 18:58:47 -05:00
eugene yokota
68433402b8
Merge pull request #1867 from sbt/wip/fix-nightly
...
Adds release-nightly command
2015-02-24 15:01:15 -05:00
Eugene Yokota
80c3a44bb6
Adds release-nightly command
2015-02-20 21:09:43 -05:00
eugene yokota
37f1e6dc6c
Merge pull request #1859 from sbt/wip/publish-status-fix
...
Fix nightly publishing location by demoting publish-status to ThisBuild
2015-02-18 13:16:04 -05:00
Eugene Yokota
afa97cb833
Fix nightly publishing location by demoting publish-status to ThisBuild
2015-02-17 23:43:09 -05:00
Josh Suereth
5d92ae1903
Merge pull request #1846 from sschaef/improve-plugins-doc
...
Fixes #1845 . Reformat Scaladoc of `AutoPlugin`
2015-02-17 22:07:39 -05:00
Havoc Pennington
8f285a23c6
Merge pull request #1858 from sbt/fix/inline-configuration
...
Adds an hook treating InlineConfigurationWithExcludes structurally
2015-02-17 16:51:42 -05:00
Eugene Yokota
a236c5cff2
Exclude precompiled from doc
2015-02-17 13:45:51 -05:00
Eugene Yokota
1f0a120a6f
Revert "remove precompiled compiler bridges"
...
This reverts commit f2e5d48b6b .
2015-02-17 13:33:54 -05:00
eugene yokota
f6945b60c7
Merge pull request #1842 from sbt/wip/build-fix
...
Build fix
2015-02-10 14:35:37 -05:00
Eugene Yokota
6dc8f149bb
Split proguarded launcher out to a subproject
2015-02-06 14:40:19 -05:00
Eugene Yokota
83803f631f
Fix stamp-version for nightlies
2015-02-06 14:40:19 -05:00
Eugene Yokota
1e3cbb5c0d
remove precompiled compiler bridges
...
- Scala 2.8.x or 2.9.x are no longer used that often.
- Precompiled is a cross build liability as sbt (2.10.4) depends on 2.8.x/2.9.x code.
- Scripted test was modified to check 2.8 and 2.9 compilation
2015-02-03 19:36:45 -05:00
eugene yokota
3dd57e2bc0
Merge pull request #1841 from sbt/wip/merge-notes
...
Merging notes
2015-02-03 17:00:09 -05:00
Eugene Yokota
2a95a1f09b
Removes interfaceProj/compile and adds comment.
2015-02-03 11:48:30 -05:00
Eugene Yokota
9cf264cd84
sbt-doge 0.1.3
2015-02-03 00:40:19 -05:00
Eugene Yokota
4fe9fadea3
Fix build
2015-02-02 22:44:02 -05:00
Eugene Yokota
b201bbab8c
Adds addMavenResolverPlugin. #1808/#1793
2015-02-02 14:57:25 -05:00
Eugene Yokota
2906edb872
Auto style fix
2015-02-02 14:56:13 -05:00
eugene yokota
15170271a1
Merge pull request #1799 from indrajitr/cross-source
...
Enable cross-version support for Scala sources.
2015-02-02 13:09:54 -05:00
eugene yokota
a44b57f4c1
Merge pull request #1787 from xuwei-k/git-clone-depth
...
specify the "--depth" parameter for efficient when git clone
2015-02-02 10:46:35 -05:00
Josh Suereth
3c3f057412
Merge pull request #1807 from indrajitr/deprecated-annotation-fix
...
Fix params order in `@deprecated`
2015-01-19 08:10:15 -05:00
Indrajit Raychaudhuri
8b38780f21
Fix params order in `@deprecated`
2015-01-17 08:25:57 +05:30
Josh Suereth
99c8cbffc5
Merge pull request #1804 from sbt/wip/document-inc-features
...
Add missing notes for enhance bytecode feature.
2015-01-14 16:31:39 -05:00
eugene yokota
ff4d371bc2
Merge pull request #1759 from jedesah/topic/minor_cleanup
...
Minor code cleanup
2015-01-14 16:13:06 -05:00
eugene yokota
11729e0122
Merge pull request #1793 from sbt/wip/aether-resolver
...
Use Aether for resolving maven dependencies
2015-01-14 15:17:50 -05:00
Josh Suereth
f5ce4e6986
Merge pull request #1801 from sbt/wip/aether-resolver-scripted
...
Run scripted with sbt-maven-resolver
2015-01-13 12:00:53 -05:00
Eugene Yokota
18c4aba58d
Run scripted with sbt-maven-resolver
2015-01-12 22:01:16 -05:00
Josh Suereth
c2c4468d40
Merge pull request #1795 from sbt/wip/aether-resolver-plugin
...
Turn Aether integration into sbt-maven-resolver
2015-01-12 13:41:59 -05:00
Eugene Yokota
f4cffa98b7
Adjust tests.
2015-01-10 22:55:50 -05:00
Eugene Yokota
48cb1444cf
Turn Aether integration into sbt-maven-resolver
2015-01-09 14:36:51 -05:00
Josh Suereth
fbe390eefa
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
eugene yokota
0e30f885d5
Merge pull request #1784 from sbt/wip/build
...
Multi-project build.sbt
2014-12-19 00:09:07 -05:00
Eugene Yokota
71fb4648f5
Fix Launch Test project's name
2014-12-18 20:09:06 -05:00
Eugene Yokota
56d9413f47
Fixing cross building
2014-12-18 17:40:20 -05:00
Eugene Yokota
7e277a2b7a
Fix java version check, and use scope filter
2014-12-18 13:14:04 -05:00
Eugene Yokota
b674b462c2
Factor out dependencies
2014-12-18 07:57:05 -05:00
Eugene Yokota
d16297615f
Multi-project build.sbt
2014-12-17 23:38:10 -05:00
Josh Suereth
710291f46c
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
45bfacf3dd
Merge pull request #1620 from sbt/fix/1620
...
sbt resolves dependencies every compile when using %% with dependencyOverrides
2014-12-15 16:04:18 -05:00
Josh Suereth
30e258e1ae
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
6010305226
Merge pull request #1772 from sbt/wip/notes
...
Notes
2014-12-12 23:01:05 -05:00
eugene yokota
2ff35139b6
Merge pull request #1765 from ajozwik/0.13
...
Rollback xml parsing work-around
2014-12-12 12:14:31 -05:00