fix kotlin command-line launcher: add classpath entry

This commit is contained in:
Stepan Koltsov
2012-01-17 19:30:43 +04:00
parent c4bdd59f02
commit b05c8ac3fd
+1 -1
View File
@@ -18,7 +18,7 @@ done
test -n "$ideaRoot" || die "Idea root not found"
classpath="$root/out/production/cli"
classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java"
classpath="$classpath:$root/out/production/backend:$root/out/production/frontend:$root/out/production/frontend.java:$root/out/production/jet.as.java.psi"
classpath="$classpath:$root/out/production/stdlib"
classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*"