Skip to content

Commit

Permalink
Update windows repl script to call run.clj.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hoover committed Mar 24, 2010
1 parent db97156 commit a7085c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/repl.bat
Expand Up @@ -7,4 +7,4 @@ for /R ./lib %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!"
set CLASSPATH=%CLASSPATH%;src;test;config;data
echo CLASSPATH=%CLASSPATH%
java -Xmx1G -cp %CLASSPATH% jline.ConsoleRunner clojure.main -e "(use '[clojure.contrib.duck-streams :only (spit read-lines reader writer)] '[clojure.contrib def ns-utils pprint repl-utils shell-out]) (require '[clojure.contrib.str-utils2 :as s])(require 'labrepl)(labrepl/-main)" -r
java -Xmx1G -cp %CLASSPATH% jline.ConsoleRunner clojure.main -i script/run.clj -r

0 comments on commit a7085c7

Please sign in to comment.