Commit Graph

17940 Commits

Author SHA1 Message Date
Alexandre Archambault 777aeff4bd
Fix typo 2016-05-19 00:18:47 +02:00
Alexandre Archambault c7086bc6b0
Update release notes for 1.0.0-M12 2016-05-19 00:17:23 +02:00
Alexandre Archambault 0cf26de004
Update launcher for 1.0.0-M12 2016-05-19 00:10:35 +02:00
Alexandre Archambault 4e3be5e833
Update README for 1.0.0-M12 2016-05-19 00:10:33 +02:00
Alexandre Archambault fecbe41e16
Add release notes for 1.0.0-M12 2016-05-19 00:10:29 +02:00
Alexandre Archambault c2c2488271 Merge pull request #252 from RomanIakovlev/readme_launch_help
Highlighted how to pass JVM arguments to the artifact being launched …
2016-05-18 13:29:54 +02:00
Roman Iakovlev dc395c5c55 Highlighted how to pass JVM arguments to the artifact being launched in README.md
Fixes https://github.com/alexarchambault/coursier/issues/251
2016-05-18 11:51:58 +02:00
eugene yokota 5ecbf50e85 Merge pull request #2613 from jroper/sbt-doge
Replaced cross building support with sbt-doge
2016-05-16 19:02:20 -07:00
James Roper e21c871d71 Replaced cross building support with sbt-doge 2016-05-17 09:49:16 +10:00
eugene yokota 1d0eda2e6a Merge pull request #2615 from ekrich/1.0.x
Add Windows script support and native file extensions on Unix platforms
2016-05-13 17:36:08 -04:00
ekrich d383c2f306 Add Windows script support and native file extensions on Unix platforms
When running a sbt script, this change lets the user on UNIX and
Windows platforms to use native file extensions like none/.sh or
.bat/.cmd. The code copies the file to the sbt boot/hash/src_managed
directory with a .scala extension.
2016-05-13 12:01:14 -07:00
Eugene Yokota 74f8fe9c4f Notes 2016-05-12 19:25:24 -04:00
Eugene Yokota e1009ae729 Notes 2016-05-12 18:47:22 -04:00
eugene yokota befc507c1a Merge pull request #2607 from eed3si9n/wip/testmixup
Don't use test artifacts from other projects
2016-05-12 18:46:32 -04:00
eugene yokota 2174cea1fb Merge pull request #2610 from eed3si9n/wip/2608
Mark dependency-management/url pending
2016-05-12 13:53:36 -04:00
Eugene Yokota 1998fb921b Bumping to zinc 1.0.0-M3 2016-05-12 12:45:09 -04:00
Eugene Yokota 5f9e6e4aad Don't use test artifacts from other projects
Fixes #2597
2016-05-12 12:45:09 -04:00
Eugene Yokota e0acb6dcf9 Mark dependency-management/url pending
Ref sbt/sbt#2608, sbt/sbt#2609
2016-05-12 12:41:25 -04:00
eugene yokota 648428285c Merge pull request #43 from eed3si9n/wip/testmixup
Don't publish tests
2016-05-11 15:26:22 -04:00
eugene yokota e1068ef49d Merge pull request #41 from sbt/wip/testmixup
Don't depend on other projects' tests
2016-05-11 15:25:38 -04:00
Eugene Yokota 1ec9fc4b28 Don't use other projects' tests 2016-05-11 15:08:08 -04:00
Eugene Yokota 87b3ca04c0 Don't depend on other projects' tests 2016-05-11 14:12:10 -04:00
eugene yokota eaa30370dc Merge pull request #38 from sbt/wip/fixdependencies
Fix dependencies
2016-05-11 13:23:35 -04:00
Eugene Yokota 75ca253775 Don't publish tests 2016-05-11 11:39:33 -04:00
eugene yokota af4413b5cc Merge pull request #2600 from eed3si9n/wip/fixpom
Bump up libarymanagement
2016-05-11 10:11:43 -04:00
Alexandre Archambault bb77e85f1e Merge pull request #247 from alexarchambault/topic/properties-special-characters
Don't restrict Maven property name characters too much
2016-05-10 16:00:13 +02:00
Alexandre Archambault b7ba8d98d5
Don't restrict Maven property name characters too much
Fixes https://github.com/alexarchambault/coursier/issues/246
2016-05-10 14:20:16 +02:00
Alexandre Archambault 95d6d9e14e Merge pull request #243 from alexarchambault/topic/develop
Latest developments
2016-05-10 14:14:51 +02:00
Alexandre Archambault e9c19369b6
Don't use force download mode in plugin tests on Windows
It tries to replace JARs that are in use, and fails as these are locked
on Windows
2016-05-10 12:18:19 +02:00
Eugene Yokota 53b04a2340 Bump up libarydependencies
libarydependencies 0.1.0-M9 was pulling in incorrect dependencies.
2016-05-10 01:00:23 -04:00
Eugene Yokota 4abaec8622 Fix dependencies 2016-05-10 00:38:26 -04:00
Alexandre Archambault 9b66d5a2ec
Print addresses the server listens on 2016-05-09 19:25:49 +02:00
Alexandre Archambault 774a599bdd
Switch back to the last Java 7 compatible http4s version 2016-05-09 19:25:43 +02:00
Alexandre Archambault 6f404764f7
Add mima filters 2016-05-09 19:25:40 +02:00
Alexandre Archambault 4cff20b205
Move CI related scripts to .ci directory 2016-05-09 19:25:37 +02:00
Alexandre Archambault c3ed92362a
listFiles can return null 2016-05-09 19:25:34 +02:00
Alexandre Archambault 363e8687e2
Force downloading things from SBT scripted tests
So that things aren't just picked from cache and are really tested

Ideally, the scripted tests should use a different cache directory, wiped after each test, but that seems like too much of a hassle to setup
2016-05-09 19:25:31 +02:00
Alexandre Archambault 0ccabd0820
Add support for HTTP authentication in SBT plugin 2016-05-09 19:25:28 +02:00
Alexandre Archambault 265d79b156
Cleaning 2016-05-09 19:25:26 +02:00
Alexandre Archambault 16225d98e6
Add tasks / settings allowing using other SBT sources as a repository 2016-05-09 19:25:23 +02:00
Alexandre Archambault 0f914cf781
Small fix in error messages 2016-05-09 19:25:21 +02:00
Alexandre Archambault b917d43c41
Fixes in SimpleHttpServer 2016-05-09 19:25:18 +02:00
Alexandre Archambault f68ed5d42b
Add support for HTTP authentication 2016-05-09 19:25:15 +02:00
eugene yokota d60fc0269b Merge pull request #107 from sbt/wip/cross
Preparing cross publishing
2016-05-09 00:44:03 -04:00
Eugene Yokota 289acc3b82 Preparing cross publishing 2016-05-09 00:25:16 -04:00
Eugene Yokota d8e763438c Fix POM 2016-05-08 22:26:55 -04:00
eugene yokota 642b091bf6 Merge pull request #2596 from eed3si9n/wip/1.0.0-m1
sbt 1.0.0-M1 publishing related changes
2016-05-08 18:24:58 -04:00
Eugene Yokota 2e868fbc92 Typo fixes 2016-05-08 17:13:23 -04:00
Eugene Yokota 638c290e62 Fix launcher publishing 2016-05-08 16:45:20 -04:00
Eugene Yokota 0144a47ce6 Include new repositories to grab sbt 2016-05-08 16:21:23 -04:00