BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

fixing blog launchers #277

Closed cberzan closed 10 years ago

cberzan commented 10 years ago

Someone broke the blog launcher. Also bin/dblog doesn't work either. Why are there dblog and iblog both in / and in bin/?

Latest master:

cberzan@lotus:~/berkeley/blog (master) $ ./blog example/burglary.blog 
[info] Loading project definition from /home/cberzan/berkeley/blog/project
[info] Set current project to blog (in build file:/home/cberzan/berkeley/blog/)
[info] Wrote /home/cberzan/berkeley/blog/target/scala-2.10/blog-0.9.1.pom
[success] Total time: 1 s, completed Jul 14, 2014 8:39:30 AM
./blog: line 49: /home/cberzan/berkeley/blog/blog/target/universal/stage/bin/blog: Not a directory

(Also for some reason it does the sbt stage every time, which is slow.)

cberzan commented 10 years ago

279