cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
428 stars 60 forks source link

latest working release ? #510

Open mamereu opened 4 years ago

mamereu commented 4 years ago

After trying the 1.029, 1.028 and 1.027 I just give up and ask: which is the latest working release ? Apart from the \r newline in the kobaltw script (open issue #495 ), starting a new project is impossible:

sat-l50:~/dev/kotlin/kobalt-prj>kobaltw --init kotlin [Wrapper] Warning: couldn't download https://beust.com/kobalt/kobalt-1.0.127.zip [Wrapper] Warning: couldn't download https://beust.com/kobalt/kobalt-1.0.127.zip [Wrapper] Warning: couldn't download https://beust.com/kobalt/kobalt-1.0.127.zip Exception in thread "main" java.io.FileNotFoundException: /home/mm/.kobalt/wrapper/dist/kobalt-1.0.127.zip (No such file or directory) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:225) at java.util.zip.ZipFile.<init>(ZipFile.java:155) at java.util.zip.ZipFile.<init>(ZipFile.java:169) at com.beust.kobalt.wrapper.Main.extractZipFile(Main.java:336) at com.beust.kobalt.wrapper.Main.installDistribution(Main.java:189) at com.beust.kobalt.wrapper.Main.installAndLaunchMain(Main.java:82) at com.beust.kobalt.wrapper.Main.main(Main.java:18)