Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-22 Thread Troy Clevenger
On Jul 21, 5:50 pm, Tamreen Khan wrote: > Hmm, I have clojure.jar, but not clojure-1.3.jar in clojurescript/lib > > > > On Thu, Jul 21, 2011 at 5:49 PM, Tamreen Khan wrote: > > Yes. It worked fine. > > > On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote: > > >>  Did you run script/bootstrap?

Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-21 Thread Tamreen Khan
Changing colons to semicolons did it! I guess since the classpath is a string that's passed to Java it still treats it like it would any path on Windows, even though I'm using it through Cygwin. Thanks again! On Thu, Jul 21, 2011 at 6:49 PM, Brenton wrote: > That clojure.jar file is clojure 1.3

Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-21 Thread Brenton
That clojure.jar file is clojure 1.3. Something is wrong with the classpath. Here are a couple of things to try: - when using a batch file the classpath must be delimited with semicolons instead of colons - try replacing lib/* with an explicit list everything that is in lib - something like lib/

Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-21 Thread Tamreen Khan
Hmm, I have clojure.jar, but not clojure-1.3.jar in clojurescript/lib On Thu, Jul 21, 2011 at 5:49 PM, Tamreen Khan wrote: > Yes. It worked fine. > > > On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote: > >> Did you run script/bootstrap? >> >> You need a clojure-1.3 jar in your clojurescrip

Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-21 Thread Tamreen Khan
Yes. It worked fine. On Thu, Jul 21, 2011 at 5:48 PM, Devin Walters wrote: > Did you run script/bootstrap? > > You need a clojure-1.3 jar in your clojurescript/lib directory. > > On Thursday, July 21, 2011 at 4:45 PM, Tamreen Khan wrote: > > Hi everyone, I'm trying to get the repl for Clojuresc

Re: Can't find clojure.main in clojurescript's script/repl on Windows

2011-07-21 Thread Devin Walters
Did you run script/bootstrap? You need a clojure-1.3 jar in your clojurescript/lib directory. On Thursday, July 21, 2011 at 4:45 PM, Tamreen Khan wrote: > Hi everyone, I'm trying to get the repl for Clojurescript to start under > Windows but keep running into the following error: > > Excepti