Skip to content

Instantly share code, notes, and snippets.

@sanity
Created December 23, 2015 15:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
~/D/g/watchdog (progressive-update) $ kobaltw --init
Downloading https://github.com/cbeust/kobalt/releases/download/0.357/kobalt-0.357.zip 100.0%
[Wrapper] Downloaded https://github.com/cbeust/kobalt/releases/download/0.357/kobalt-0.357.zip
__ __ __ __ __
/ //_/ ____ / /_ ____ _ / / / /_
/ ,< / __ \ / __ \ / __ `/ / / / __/
/ /| | / /_/ / / /_/ // /_/ / / / / /_
/_/ |_| \____/ /_.___/ \__,_/ /_/ \__/ 0.357
Exception in thread "main" java.io.FileNotFoundException: /Users/ian/Documents/github/watchdog/kobalt/src/Build.kt (No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
at com.beust.kobalt.app.ProjectGenerator.run(ProjectGenerator.kt:30)
at com.beust.kobalt.Main.runWithArgs(Main.kt:155)
at com.beust.kobalt.Main.access$runWithArgs(Main.kt:50)
at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:99)
at com.beust.kobalt.Main$run$seconds$1.invoke(Main.kt:50)
at com.beust.kobalt.misc.BenchmarksKt.benchmark(Benchmarks.kt:5)
at com.beust.kobalt.Main.run(Main.kt:97)
at com.beust.kobalt.MainKt.mainNoExit(Main.kt:47)
at com.beust.kobalt.MainKt.main(Main.kt:29)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment