Eugene Yokota
5e0b087daa
Use logger
2016-10-27 02:42:12 -04:00
Eugene Yokota
a89fcb37ca
Exec and CommandExchange refactoring
2016-10-27 02:42:12 -04:00
Eugene Yokota
3359163636
Adds serverPort attribute key
2016-10-27 02:42:12 -04:00
Eugene Yokota
ebf4715dd1
Refactor to CommandExchange and CommandChannel
2016-10-27 02:42:12 -04:00
Eugene Yokota
48d3b01e6b
Move files around
2016-10-27 02:42:12 -04:00
Eugene Yokota
19b079caf2
Change type to command_exec
2016-10-27 02:42:12 -04:00
Eugene Yokota
1b1f2abfbe
Use util 0.1.0-M9 that implements thread-friendly readLine
2016-10-27 02:42:12 -04:00
Eugene Yokota
3381f59ae8
Implement ConsoleListener
2016-10-27 02:42:12 -04:00
Johan Andrén
ff211d08f9
Server hooked in as a CommandListener
2016-10-27 02:42:12 -04:00
Eugene Yokota
f9dd8b73b7
Refactor to abstract listening for command line
2016-10-27 02:42:12 -04:00
Eugene Yokota
649dc0ce3c
This is where we can multiplex commands
2016-10-27 02:42:12 -04:00
Eugene Yokota
ec0fe7bb21
Split using newline. Also more error handling.
2016-10-27 02:42:12 -04:00
Johan Andrén
9557107c97
First sloppy stab at an embedded server in sbt
2016-10-27 02:42:12 -04:00
Dale Wijnand
2aa58b43f4
Merge pull request #2771 from dwijnand/dbuild
...
Workaround #1696 & bump to JDK 1.8
2016-10-11 12:47:57 +01:00
Dale Wijnand
6859070145
Update Scala 2.10 versions to work on JDK 8
...
Must be at least 2.10.3, but I just went with the last stable release 2.10.6
2016-10-09 12:50:28 -05:00
cunei
ca53c68b87
Fix to bintray repo
2016-10-07 13:37:25 -05:00
Dale Wijnand
24191d3eed
Bump TravisCI config to oraclejdk8
2016-10-07 10:21:32 -05:00
Dale Wijnand
6ea2cf1be4
Configure JVM 1.8 in .java-version
2016-10-07 08:48:23 -05:00
Dale Wijnand
fb21b379d8
Merge pull request #2769 from dwijnand/migrate-to-blackbox-Context
...
Migrate to blackbox.Context
2016-10-06 16:43:19 -05:00
Dale Wijnand
84052b2717
Remove an unused import
2016-10-05 11:12:25 -05:00
Dale Wijnand
f3a6e9d0c1
Add some singleton type arguments
2016-10-05 11:12:24 -05:00
Dale Wijnand
2f84e05282
Migrate to blackbox.Context
2016-10-05 11:12:24 -05:00
Dale Wijnand
e177ba75d6
Bump sbt/util to 0.1.0-M14
2016-10-05 11:12:16 -05:00
eugene yokota
87ef5287f6
Merge pull request #2662 from dwijnand/publishTo-TaskKey
...
[sbt 1.0] Make publishTo & otherResolvers TaskKey's
2016-09-29 01:43:36 -04:00
eugene yokota
8dab60eb92
Merge pull request #2760 from dwijnand/AutoPlugin-extraProjects-1.0
...
FPORT: Add extraProjects adn derivedProjects. Fixes #2532
2016-09-29 00:46:06 -04:00
Eugene Yokota
0321f0cd48
Add extraProjects adn derivedProjects. Fixes #2532
...
This adds support to generate synthetic subprojects from an auto plugin.
In addition, a method called `projectOrigin` is added to distinguish
Organic, BuildExtra, ProjectExtra, and GenericRoot.
Forward-port of #2717 and #2738
2016-09-29 01:46:17 +01:00
Dale Wijnand
befb0925e3
Make publishTo & otherResolvers TaskKey's
...
Fixes #2059
2016-09-29 01:35:51 +01:00
Antonio Cunei
1d146378f8
Allow jdk1.8
2016-09-26 22:45:24 +02:00
Antonio Cunei
1124a88a50
See sbt #1696
2016-09-26 22:45:24 +02:00
eugene yokota
bd1b3cfe00
Improve `show` when key returns a `Seq` ( #2752 )
...
This changes the output to:
```
> show externalDependencyClasspath
[info] Updating {file:/xxx/hello/}root...
[info] Resolving jline#jline;2.12.1 ...
[info] Done updating.
[info] *
Attributed(/Users/xxx/.sbt/boot/scala-2.11.8/lib/scala-library.jar)
[info] *
Attributed(/Users/xxx/.ivy2/cache/commons-io/commons-io/jars/commons-io-
2.4.jar)
```
2016-09-23 02:12:44 +01:00
eugene yokota
f2006e22cf
Merge pull request #2747 from eed3si9n/wip/quieter
...
[sbt 1.0] Quieter ivyLoggingLevel for CI
2016-09-16 03:06:06 -04:00
Eugene Yokota
15c078ab0b
Quieter ivyLoggingLevel for CI
...
`ivyLoggingLevel` is dropped to `UpdateLogging.Quiet` when Jenkins or
Travis is detected.
2016-09-15 22:57:07 -04:00
Dale Wijnand
1b9f700c52
Merge pull request #2743 from eed3si9n/wip/silent
...
[sbt 1.0] Silent startup for scalas
2016-09-15 13:26:31 +01:00
Dale Wijnand
5e80016eb0
Merge pull request #2741 from eed3si9n/wip/early
...
[sbt 1.0] Rename early command to `early(command)`
2016-09-15 13:26:17 +01:00
Eugene Yokota
357a146460
Silent startup for scalas
...
Fixes #840
2016-09-15 03:42:23 -04:00
Eugene Yokota
9783ab1765
Migration notes
2016-09-15 03:13:08 -04:00
Eugene Yokota
9529f0c304
Add `-error` etc for log levels with one hyphen
2016-09-15 02:23:37 -04:00
Eugene Yokota
06724d1c4b
Rename early command to `early(command)`
...
Fixes #2734 , Ref #1041
e93c4450a1 added a feature called early
command, which uses `--` as a prefix to denote some commands that runs
ahead of session loading. While the feature might be useful especially
for logging, `--` is too useful just for this purpose.
2016-09-15 01:45:50 -04:00
eugene yokota
57a655478f
Merge pull request #2725 from dwijnand/scriptless-1.0
...
[sbt 1.0] Configure scripted to do less
2016-09-07 00:46:52 -04:00
eugene yokota
26d0b25a12
Merge pull request #2721 from eed3si9n/wip/zinc_x2
...
bumping to zinc 1.0.0-X3
2016-09-07 00:45:31 -04:00
Eugene Yokota
f4400ed171
zinc 1.0.0-X3
2016-09-06 23:39:34 -04:00
Dale Wijnand
1ba7bb0fb9
Merge pull request #2712 from Duhemm/fport/key-selection-build-level
...
Forward port #2469 & #2708
2016-09-01 09:23:01 +01:00
Dale Wijnand
472d28964a
Configure scripted to do less
...
Particularly doesn't compile, package and publish source and doc jars.
2016-09-01 01:14:14 +01:00
Martin Duhem
faf6120c93
Unspecified project axis means current project or its build
2016-08-31 10:42:32 +02:00
Eugene Yokota
9655f50c55
bumping to zinc 1.0.0-X2
2016-08-30 21:37:20 -04:00
kenji yoshida
27fe8eb6f7
remove unused imports ( #2719 )
2016-08-30 07:29:17 +01:00
Dale Wijnand
2df9f9492d
Merge pull request #2711 from eed3si9n/wip/value_and_op
...
[sbt 1.0] Remove old operators `<<=`, `<+=`, and `<++=`
2016-08-30 07:17:52 +01:00
Eugene Yokota
01bd4add3c
Replace the old operators with Restligeist macros
...
The old operators `<<=`, `<+=`, and `<++=` are now replaced with
Restligeist macros that will always fail during compile-time but can
display migration guide as the error message.
This would provide better upgrade experience than simply removing the
methods and displaying `<<= is not a member of sbt.TaskKey`.
2016-08-29 23:08:27 -04:00
Eugene Yokota
829ec4dd3a
Update Defaults and scripted to := style
2016-08-29 23:02:10 -04:00
eugene yokota
9335a03837
Merge pull request #2718 from xuwei-k/JavaConverters
...
use JavaConverters instead of JavaConversions
2016-08-29 15:31:01 -04:00