Commit Graph

11 Commits

Author SHA1 Message Date
Alexandre Archambault dc02031081 Fix standalone bootstrap generation 2016-02-27 14:17:44 +01:00
Alexandre Archambault 52675384c7 Fix minor glitch in bootstrap download messages 2016-02-24 20:42:13 +01:00
Alexandre Archambault a1585ab27c Java 6 friendliness 2016-02-17 20:57:49 +01:00
Alexandre Archambault 75e53790bc Safer downloading from bootstraps 2016-01-29 12:51:09 +01:00
Alexandre Archambault 71878ce3e9 Slightly better output from boostrap JARs 2016-01-29 12:51:08 +01:00
Alexandre Archambault 58e6375c33 Add support for standalone launchers in bootstrap command 2016-01-26 18:14:20 +01:00
Alexandre Archambault 92e5917af6 Simplify ClassLoader isolation in launch command
No more SBT-inspired ClasspathFilter. It now just tries to find the ClassLoader that loaded coursier, and use the parent as a base to load the launched application.

Allows to remove the -b option of the bootstrap command, and remove BaseCommand (that was holding options common to all commands).
2016-01-26 18:14:20 +01:00
Alexandre Archambault 77fd840af9 Multiple isolation levels support in generated boostraps 2016-01-11 21:20:54 +01:00
Alexandre Archambault 3ead95b324 Boostrap can now be launched directly
Doesn't require to be launched via a shell
2016-01-03 19:35:01 +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