Josh Suereth
b95cd8237a
Merge pull request #1419 from jroper/fix-newer
...
Fixed scripted newer command
2014-06-23 09:15:36 -04:00
Dan Sanduleac
f155a43a47
Scripted test for updateClassifiers not picking up inter-project dependency
2014-06-23 08:42:56 +01:00
James Roper
4d29302632
Fixed scripted newer command
...
The scripted newer command was effectively a noop, it always passed
because it returned false instead of throwing an exception when it
failed.
Implemented specs for most of the scripted file commands as well.
2014-06-23 15:12:34 +10:00
Jacek Laskowski
54bc04dadb
Place version and comment correctly in @deprecated
2014-06-18 00:18:05 +02:00
Vasya Novikov
66c9314d20
make it possible to reference a branch of a local git repository
...
Reasoning on why this change is wanted can be found
on the "sbt-dev" mailing list,
topic "problem with referencing a local git repository"
2014-06-15 02:14:27 +04:00
David Pratt
75403c698d
Merge remote-tracking branch 'upstream/0.13' into 0.13
2014-06-09 13:56:16 -05:00
David Pratt
6319880a9a
Merge remote-tracking branch 'upstream/0.13' into 0.13
2014-06-09 13:56:16 -05:00
David Pratt
6348c22251
Merge remote-tracking branch 'upstream/0.13' into 0.13
2014-06-09 13:56:16 -05:00
David Pratt
0bb9be34df
Make jar artifact a 0-byte file.
2014-06-09 13:54:20 -05:00
xuwei-k
dd628d2441
Triggered Execution should be aware of rename or move file
2014-06-09 00:49:45 +09:00
David Pratt
2ceb4f7d72
Add a unit test for the 'scala-jar' mapping.
2014-06-07 20:58:31 -05:00
eugene yokota
ba27c2d49d
Merge pull request #1391 from sbt/wip/1390
...
Improve test failure message for #1390 .
2014-06-06 13:24:11 -04:00
eugene yokota
6795421543
Merge pull request #1391 from sbt/wip/1390
...
Improve test failure message for #1390 .
2014-06-06 13:24:11 -04:00
eugene yokota
47b5790c41
Merge pull request #1391 from sbt/wip/1390
...
Improve test failure message for #1390 .
2014-06-06 13:24:11 -04:00
Josh Suereth
2c8a28ebd7
Merge pull request #1397 from havocp/wip/havocp-try-harder-for-errors
...
Try harder to get diagnostics on server launch failure
2014-06-06 10:04:41 -04:00
Josh Suereth
3936b71a5d
Merge pull request #1397 from havocp/wip/havocp-try-harder-for-errors
...
Try harder to get diagnostics on server launch failure
2014-06-06 10:04:41 -04:00
Josh Suereth
7cefc4bac4
Merge pull request #1397 from havocp/wip/havocp-try-harder-for-errors
...
Try harder to get diagnostics on server launch failure
2014-06-06 10:04:41 -04:00
David Pratt
0ac485feb7
Add 'scala-jar' to the list of jar artifacts.
...
The CustomPomParser has a hard-coded list of 'blessed' Maven POM packaging types
that are actually packaged as jar files, but Ivy incorrectly maps the file extension.
This patch allows artifacts published with the 'scala-jar' packaging to be properly
resolved and used in an SBT project.
2014-06-05 18:11:37 -05:00
Josh Suereth
7b6352a7b5
Merge pull request #1396 from skyluc/2.12-support
...
Adds support for Scala 2.12
2014-06-05 16:26:21 -04:00
Josh Suereth
bcf86fcc38
Merge pull request #1396 from skyluc/2.12-support
...
Adds support for Scala 2.12
2014-06-05 16:26:21 -04:00
Josh Suereth
fbb0e318fd
Merge pull request #1396 from skyluc/2.12-support
...
Adds support for Scala 2.12
2014-06-05 16:26:21 -04:00
eugene yokota
e665d1268d
Merge pull request #1393 from sbt/wip/fix-release-211-again
...
One more fix to release script.
2014-06-05 15:34:54 -04:00
Josh Suereth
4311f87d64
Remove flaky test.
...
Fixes #1390
2014-06-05 12:39:44 -04:00
Havoc Pennington
506d06bf67
Don't delete the server config file if SBT_SERVER_SAVE_TEMPS ne null
...
This allows people to reproduce failures by running the command line
by hand.
Fixes #1394
2014-06-05 11:18:22 -04:00
Havoc Pennington
a72448b793
Flush output every time we write to it in StreamDumper
...
To try harder to get our errors displayed.
2014-06-05 11:09:59 -04:00
Havoc Pennington
63d9b638c3
Wait 5 seconds instead of 2 seconds to read stderr from launched server
2014-06-05 11:07:37 -04:00
Josh Suereth
273024a238
Add special hook to diagnose travis failing test.
2014-06-04 11:33:02 -04:00
Josh Suereth
4cd5657ac1
Cleanup release settings not existing and credentials check/enforcement craziness.
2014-06-04 11:32:21 -04:00
Josh Suereth
6f28f08b78
One more fix to release script.
...
* Ensure completion is appropriately cross versioned
* The publish launcher task should not try to publish
the useless root project.
2014-06-04 08:50:46 -04:00
Luc Bourlier
9c9b75c39a
Adds support for Scala 2.12
2014-06-04 10:00:47 +02:00
Josh Suereth
13a00ff37b
Merge pull request #1377 from havocp/wip/havocp-server-launch-errors
...
Read stderr from server for a short time before exiting
2014-06-03 16:03:06 -04:00
Josh Suereth
4ff164484e
Merge pull request #1377 from havocp/wip/havocp-server-launch-errors
...
Read stderr from server for a short time before exiting
2014-06-03 16:03:06 -04:00
Josh Suereth
e53acb673b
Merge pull request #1377 from havocp/wip/havocp-server-launch-errors
...
Read stderr from server for a short time before exiting
2014-06-03 16:03:06 -04:00
Josh Suereth
626e5455d5
Merge pull request #1383 from xuwei-k/scripted-parser
...
use custom scriptedParser instead of spaceDelimited parser
2014-06-03 16:01:00 -04:00
Josh Suereth
69224d7b3a
Merge pull request #1383 from xuwei-k/scripted-parser
...
use custom scriptedParser instead of spaceDelimited parser
2014-06-03 16:01:00 -04:00
Josh Suereth
9bbda53e4f
Merge pull request #1383 from xuwei-k/scripted-parser
...
use custom scriptedParser instead of spaceDelimited parser
2014-06-03 16:01:00 -04:00
Josh Suereth
87306524a8
Improve error message further.
2014-06-03 13:57:27 -04:00
Josh Suereth
2c3f40eb02
Improve test failure message for #1390 .
2014-06-02 15:10:17 -04:00
eugene yokota
4768d52759
Merge pull request #1350 from sbt/wip/fix-release-scripts
...
Fix bug in release script due to typo.
2014-06-02 14:36:33 -04:00
eugene yokota
63b7078326
Merge pull request #1350 from sbt/wip/fix-release-scripts
...
Fix bug in release script due to typo.
2014-06-02 14:36:33 -04:00
eugene yokota
aa28240139
Merge pull request #1350 from sbt/wip/fix-release-scripts
...
Fix bug in release script due to typo.
2014-06-02 14:36:33 -04:00
Josh Suereth
4e6ce490a0
merge with master
2014-06-02 13:44:07 -04:00
Josh Suereth
759ead63fc
merge with master
2014-06-02 13:44:07 -04:00
Josh Suereth
f05a16801c
merge with master
2014-06-02 13:44:07 -04:00
Josh Suereth
f568e710ce
Also publish completions library for 2.11.
2014-06-02 13:42:27 -04:00
Josh Suereth
05315e2276
Remove old website in favor of new sbt/website project.
2014-06-02 12:56:28 -04:00
Josh Suereth
7f2bd2cc4b
Remove nested site generation in favor of just creating Scaladoc/Sxr docs.
...
* Do not delete versioned docs from sbt/website project
* Just sync api/sxr directories
* Remove all build-related information for old sphinx docs.
Replaces #1385
2014-06-02 12:54:01 -04:00
Dan Sanduleac
b4cfd7ab76
Don't update classifiers of projectDependencies
2014-06-02 10:14:01 +01:00
xuwei-k
45ce437937
use custom scriptedParser instead of spaceDelimited parser
...
https://github.com/sbt/sbt/blob/v0.13.5/project/Sbt.scala#L179-L192
2014-05-30 21:23:17 +09:00
Josh Suereth
e0a96e3d7f
Fix bug in release script due to typo.
...
* Fix collection typo
* Create shared command to setup 2.11 builds
* Alter snapshot detection to allow more flexible milestone versioning.
* Remove cusotm isSnapshot key for new sbt 0.13.2 isSnapshot key.
2014-05-29 22:35:44 -04:00