Alexandre Archambault
fa13b939d5
Update launcher
2016-02-20 18:32:38 +01:00
Alexandre Archambault
34ce0e17d7
Set version to 1.0.0-SNAPSHOT
2016-02-20 17:04:44 +01:00
Alexandre Archambault
65e30fd2a7
Set version to 1.0.0-M8
2016-02-20 16:52:46 +01:00
Alexandre Archambault
b887677c0f
Merge pull request #148 from alexarchambault/topic/standalone-launcher-artifact
...
Automatically publish the proguarded JAR...
2016-02-20 16:46:24 +01:00
Alexandre Archambault
1bf84ee3fa
Run CI only on PRs and master branch
2016-02-20 16:01:46 +01:00
Alexandre Archambault
bccffaab6d
Add --classifier option
2016-02-20 16:00:09 +01:00
Alexandre Archambault
80807f4d93
Add --intransitive option
2016-02-20 15:56:33 +01:00
Alexandre Archambault
1d58d8d453
Allow for non default classifiers to be given a try from Maven repositories
...
TODO Add test with the standalone classifier on coursier-cli once coursier
1.0.0-M8 is released
2016-02-20 15:56:33 +01:00
Alexandre Archambault
f6da127759
Minor refactoring
2016-02-20 15:56:33 +01:00
Alexandre Archambault
ec52cb5b3e
More compact publications in generated ivy.xml
2016-02-20 15:56:33 +01:00
Alexandre Archambault
6830bc14cf
Handle extra SBT artifacts
2016-02-20 15:56:33 +01:00
Alexandre Archambault
facf76eb20
Automatically publish the proguarded JAR
2016-02-20 15:56:20 +01:00
Alexandre Archambault
8f8c81e975
Merge pull request #145 from alexarchambault/topic/java-6
...
Java 6 friendliness
2016-02-18 20:12:26 +01:00
Alexandre Archambault
a1585ab27c
Java 6 friendliness
2016-02-17 20:57:49 +01:00
Alexandre Archambault
59c24ed258
Merge pull request #142 from alexarchambault/topic/launcher-isolation-fix
...
Fix in launcher class loader isolation
2016-02-17 13:41:18 +01:00
Alexandre Archambault
d7e5c23036
Fix in launcher class loader isolation
...
Fixes https://github.com/alexarchambault/coursier/issues/141
2016-02-17 09:54:00 +01:00
Alexandre Archambault
e35ab4edb4
Update standalone launcher
2016-02-16 18:55:13 +01:00
Alexandre Archambault
8dde4c0569
Add line about Apache Toree
2016-02-16 18:55:12 +01:00
Alexandre Archambault
781db978de
Update Jupyter Scala mention
2016-02-16 18:55:12 +01:00
Alexandre Archambault
df7564a9c9
Temporarily add Sonatype snapshots repository to plugin module
...
For 2.10 artifacts of the other modules to be found by the coursier SBT plugin - it can't else because of its to-naive inter-project resolver
2016-02-16 16:09:54 +01:00
Alexandre Archambault
bd9503bb75
Merge pull request #140 from alexarchambault/topic/mima
...
Add MIMA SBT plugin, aiming at binary compatibility as of 1.0.0-M8
2016-02-16 09:59:26 +01:00
Alexandre Archambault
cd1a2a007d
Merge pull request #139 from alexarchambault/topic/display-fixes
...
Fixes in progress bar display
2016-02-16 09:58:48 +01:00
Alexandre Archambault
f19288bafb
Add MIMA SBT plugin, aiming at binary compatibility as of 1.0.0-M8
2016-02-16 01:03:18 +01:00
Alexandre Archambault
88708732f9
Minor fix
2016-02-16 00:46:14 +01:00
Alexandre Archambault
2637366229
Small fix in new progress terminal display
...
Don't keep 0% lines on failed downloads
2016-02-16 00:46:13 +01:00
Alexandre Archambault
34b237d89d
Merge pull request #136 from alexarchambault/topic/display
...
Nicer progress reporting
2016-02-15 10:47:21 +01:00
Alexandre Archambault
ae99c1d692
Nicer progress reporting
2016-02-12 18:13:36 +01:00
Alexandre Archambault
9fdb0193c6
Update launcher
2016-02-12 11:55:55 +01:00
Alexandre Archambault
1e4168e872
Update generate-launcher script
2016-02-12 11:55:45 +01:00
Alexandre Archambault
5e65816544
Update README
2016-02-12 11:54:26 +01:00
Alexandre Archambault
1eb1764b19
Set version to 1.0.0-SNAPSHOT
2016-02-12 00:50:44 +01:00
Alexandre Archambault
24b5711c1f
Set version to 1.0.0-M7
2016-02-12 00:45:21 +01:00
Alexandre Archambault
76b0fc4945
Merge pull request #135 from alexarchambault/topic/foo
...
Fix minor glitches
2016-02-12 00:43:50 +01:00
Alexandre Archambault
09d05f4be3
Really use proguarded JAR generated from SBT
2016-02-12 00:01:48 +01:00
Alexandre Archambault
5bc6306608
Don't print redundant message
2016-02-12 00:01:17 +01:00
Alexandre Archambault
1ef56e9f49
No unnecessary warning message with the launch command
...
when using the proguarded coursier launcher
2016-02-11 23:58:35 +01:00
Alexandre Archambault
6e5bdd80a1
Add checksum CLI option
2016-02-11 22:44:51 +01:00
Alexandre Archambault
7f188340c5
Merge pull request #129 from alexarchambault/topic/optim
...
Small fix in standalone launcher, build it from SBT, various optimizations
2016-02-07 20:41:15 +01:00
Alexandre Archambault
56192a2cca
Replace sealed traits by abstract classes in order to generate less byte code
2016-02-07 14:14:01 +01:00
Alexandre Archambault
2ca57527eb
Silent warning
...
"imported `Properties' is permanently hidden by definition of object Properties in package util"
2016-02-07 14:13:20 +01:00
Alexandre Archambault
b05e942fa4
Cache most fields of Resolution
2016-02-07 14:13:20 +01:00
Alexandre Archambault
26e41d4b7e
Use Vector instead of List
2016-02-07 14:13:20 +01:00
Alexandre Archambault
829c397ca8
Keep calculated dependencies accross resolutions
2016-02-07 14:13:20 +01:00
Alexandre Archambault
c9566fbf5d
Cache simple fields
2016-02-07 14:13:20 +01:00
Alexandre Archambault
2e50db9486
Make most case classes final
2016-02-07 14:13:16 +01:00
Alexandre Archambault
5f9f854562
Replace usages of scala.io.Source with NIO
2016-02-07 13:29:39 +01:00
Alexandre Archambault
fc237d61ad
Build standalone launcher from SBT
2016-02-07 13:29:39 +01:00
Alexandre Archambault
2224714bc8
Minor fix when launching things from standalone launcher
2016-02-07 13:29:39 +01:00
Alexandre Archambault
b6cc9be5b9
Merge pull request #132 from alexarchambault/topic/drop-info-attr-fix
...
Better handling of info attributes
2016-02-07 13:28:07 +01:00
Alexandre Archambault
796a428ca6
Better handling of info attributes
...
- Drop them from dependencies originating from Ivy metadata if asked to do so (dropInfoAttributes field of IvyRepository)
- Enable dropping them by default on ~/.ivy2/{cache,local}, and Ivy repositories in SBT plugin
- Add --drop-info-attr CLI option to enable dropping them from the command-line tools
- Test these with org.scala-js:sbt-scalajs;sbtVersion=0.13;scalaVersion=2.10:0.6.6
2016-02-04 15:03:42 +01:00