Skip to content

Commit 81a4f4d

Browse files
committed
Restore sketchy dependency to quick.bin.
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.
1 parent 79d653a commit 81a4f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,6 +1388,7 @@ QUICK BUILD (QUICK)
13881388
<pathelement location="${build-quick.dir}/classes/compiler"/>
13891389
<pathelement location="${build-quick.dir}/classes/repl"/>
13901390
<pathelement location="${build-quick.dir}/classes/scalap"/>
1391+
<pathelement location="${build-quick.dir}/classes/continuations-library"/>
13911392
<pathelement location="${jline.jar}"/>
13921393
<path refid="asm.classpath"/>
13931394
<path refid="forkjoin.classpath"/>

0 commit comments

Comments
 (0)