Skip to content

Commit

Permalink
Restore sketchy dependency to quick.bin.
Browse files Browse the repository at this point in the history
Apparently we cannot run at all without the continuations
classes on the classpath. At least that it was I conclude
from the fact that quick/bin/scala hasn't worked since
I routed the plugin classes into continuations-library.

This restores them to quick's classpath so we can have
qscala again.
  • Loading branch information
paulp committed Mar 13, 2013
1 parent 79d653a commit 81a4f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ QUICK BUILD (QUICK)
<pathelement location="${build-quick.dir}/classes/compiler"/>
<pathelement location="${build-quick.dir}/classes/repl"/>
<pathelement location="${build-quick.dir}/classes/scalap"/>
<pathelement location="${build-quick.dir}/classes/continuations-library"/>
<pathelement location="${jline.jar}"/>
<path refid="asm.classpath"/>
<path refid="forkjoin.classpath"/>
Expand Down

0 comments on commit 81a4f4d

Please sign in to comment.