Commit Graph

1913 Commits

Author SHA1 Message Date
Alexandre Archambault 9eecd8dc1a Don't print not useful "downloaded 0 bytes" messages 2015-12-03 09:52:17 +01:00
Alexandre Archambault 84124ba38b Don't create unnecessary directories in cache 2015-12-03 09:52:17 +01:00
Alexandre Archambault 64deea8edc Update launcher link in README 2015-11-30 00:34:51 +01:00
Alexandre Archambault 3e3680adb0 Merge pull request #85 from alexarchambault/topic/develop
Small changes in cache directory layout
2015-11-30 00:32:07 +01:00
Alexandre Archambault 6ee6d813c5 Add back fetch-local-first logic 2015-11-30 00:00:55 +01:00
Alexandre Archambault c7fcd70583 Update launcher 2015-11-29 23:32:55 +01:00
Alexandre Archambault 52a88a44d7 Sligthly change the cache directory layout 2015-11-29 23:32:55 +01:00
Alexandre Archambault 22f2885861 Add generate-launcher script 2015-11-29 23:25:37 +01:00
Alexandre Archambault 0f15f7fca3 Slightly change launcher download instructions 2015-11-29 23:14:29 +01:00
Alexandre Archambault dc0aef7427 Update launcher URL in README 2015-11-29 23:12:47 +01:00
Alexandre Archambault 134ea4c595 Update launcher 2015-11-29 23:11:28 +01:00
Alexandre Archambault c3b842db8f Merge pull request #81 from alexarchambault/topic/force-versions
Allow to force module versions...
2015-11-29 22:29:14 +01:00
Alexandre Archambault a2bcc355b7 Allow to force module versions from CLI
Fixes https://github.com/alexarchambault/coursier/issues/17
2015-11-29 21:26:28 +01:00
Alexandre Archambault 98acae19bc Allow to force some module versions during resolution
What SBT calls "dependency overrides"
2015-11-29 21:26:28 +01:00
Alexandre Archambault f1cf78b543 Merge pull request #80 from alexarchambault/topic/task
No more dependency on Task in core, better terminal output / progress, and other things
2015-11-29 21:25:35 +01:00
Alexandre Archambault ae66d22024 Download progress in terminal 2015-11-29 20:35:21 +01:00
Alexandre Archambault adef5a2438 Minor changes in logging 2015-11-29 20:35:21 +01:00
Alexandre Archambault e20b93326d Move things around
- core doesn't depend anymore on scalaz-concurrent, only on scalaz-core
- metadata and JARs downloading now unified (merged with the latter)
- ...
2015-11-29 20:35:21 +01:00
Alexandre Archambault 6c421062ac Update README 2015-11-28 18:43:42 +01:00
Alexandre Archambault 657ea0df38 Merge pull request #79 from alexarchambault/topic/stripped-launcher
Pure Java launcher (size ~5 MB -> 8 kB)
2015-11-28 18:33:50 +01:00
Alexandre Archambault b0224120fc JDK 1.7 friendliness 2015-11-28 18:19:42 +01:00
Alexandre Archambault 4657991531 Pure Java launcher (size ~5 MB -> 8 kB) 2015-11-28 17:41:00 +01:00
Alexandre Archambault a391b8c36e Fix link in README 2015-11-27 01:51:15 +01:00
Alexandre Archambault 786f0d37aa Update README 2015-11-27 01:32:52 +01:00
Alexandre Archambault e5780e602e Rework README 2015-11-27 01:21:42 +01:00
Alexandre Archambault f40b3b3508 Merge pull request #77 from alexarchambault/topic/local-first-by-default
Enable fetch-from-cache-first by default
2015-11-24 23:58:34 +01:00
Alexandre Archambault d134bee906 Enable fetch-from-cache-first by default 2015-11-24 22:18:24 +01:00
Alexandre Archambault 83a9399ce1 Merge pull request #75 from alexarchambault/topic/fixes
Small fix wrt local repositories, fix small glitch in help message
2015-11-24 21:49:46 +01:00
Alexandre Archambault 8bb9521199 Better help messages 2015-11-24 21:11:27 +01:00
Alexandre Archambault 4b55618bdb Allow to specify Maven repository with their base URL with the -r option 2015-11-23 23:47:40 +01:00
Alexandre Archambault a0efbc539f Slightly better help message 2015-11-23 23:18:07 +01:00
Alexandre Archambault 700bf84296 Add fetchLocalFirst, fix in the way local repo are handled 2015-11-23 22:55:30 +01:00
Alexandre Archambault 07b22c6322 Merge pull request #73 from alexarchambault/topic/launcher
launch command should be fine
2015-11-23 11:30:39 +01:00
Alexandre Archambault fb0b0c2cb3 Add launcher 2015-11-23 01:12:00 +01:00
Alexandre Archambault 779d813ce3 Allow to set cache location with CLI options, or look at COURSIER_CACHE env. var., allow to set env. var. in generated bootstraps 2015-11-23 01:07:47 +01:00
Alexandre Archambault 2f5e731378 launch command should be fine 2015-11-22 23:50:33 +01:00
Alexandre Archambault a89c0d92e3 Merge pull request #68 from alexarchambault/topic/develop
Latest developments
2015-11-22 13:43:14 +01:00
Alexandre Archambault 7361af77f4 Update appveyor config 2015-11-21 15:26:47 +01:00
Alexandre Archambault 715d50e32c Fix scala js tests? 2015-11-21 14:44:30 +01:00
Alexandre Archambault 9e755a4fa9 Update Travis CI scripts 2015-11-21 14:28:17 +01:00
Alexandre Archambault a6091c3df1 Add bootstrap app 2015-11-21 14:23:08 +01:00
Alexandre Archambault b5529679cf Update to last case-app 2015-11-21 14:23:07 +01:00
Alexandre Archambault 55d1ec0887 Minor changes in build.sbt 2015-11-21 14:23:07 +01:00
Alexandre Archambault 09d58e9bd7 Switch to case-app 1.0.0-SNAPSHOT (for commands) 2015-11-21 14:23:07 +01:00
Alexandre Archambault 51cc215b88 Fix in Travis config 2015-11-21 14:23:06 +01:00
Alexandre Archambault ba94c4cb93 Switch to scala 2.10.6 2015-11-21 14:23:06 +01:00
Alexandre Archambault 01ad96413e Switch to build.sbt based build definition 2015-11-21 14:23:06 +01:00
Alexandre Archambault 2c1b709569 Merge pull request #66 from alexarchambault/develop
Update Appveyor config
2015-07-08 14:15:56 +02:00
Alexandre Archambault ca339f59c9 Update Appveyor config 2015-07-08 13:36:50 +02:00
Alexandre Archambault 20d7ceac68 Merge pull request #65 from alexarchambault/develop
Last developments
2015-07-08 12:56:27 +02:00