reveal.js-to-pdf
reveal.js-to-pdf copied to clipboard
Scala Version Hangs
After executing Slides2Png.scala
OS: Fedora 20 Scala Version: 2.10 SBT Version: 0.13.1
I have image magic and zsh installed.
Hi, thanks for reporting this issue. Hmm SBT should be installing Scala 2.11.1 and then executing this.
I don't know if SBT is picking up and executing the script, or how far it gets. If you could help debug this with println's to find out where it stops, I would certainly appreciate it!
Sure. I'm guessing sbt isn't running, should I be seeing output from it? I tried leaving off the url to see if it would print out the usage statement, but that didn't happen. Added a print statment to the script and didn't see that either. I'm guessing there is an issue with sbt starting.
I replaced #!/usr/bin/env sbt -Dsbt.main.class=sbt.ScriptMain with #!/usr/bin/sbt -Dsbt.main.class=sbt.ScriptMain which seems to get sbt to execute but is causing other issues. I will keep you updated.