Re: clojurescript on windows (how create goog.jar)...Noob question

2011-12-07 Thread bjconlan
Yes, I imagine that bootstrapping on windows isn't the funnest process. Life might become easier if you installed the windows services for unix or cygwin/msys or the like and call the script/ bootstrap file. but just to clarify the structure of the "lib" folder should be as follows (if following t

Re: ClojureScript on Windows

2011-07-31 Thread Bill Robertson
You can also add the setlocal command to the .bat file. It will make all variable set commands local to the process (and sub-procs iirc). Better this way because you're not littering in the user's environment. -Bill On Jul 30, 8:14 pm, Benny Tsai wrote: > Brenton, thank you for your efforts! > >

Re: ClojureScript on Windows

2011-07-30 Thread Benny Tsai
Brenton, thank you for your efforts! I noticed that in the current .bat files, CLASSPATH is directly modified and over-written. Perhaps they should instead use CLJSC_CP like the sh scripts? On Saturday, July 30, 2011 10:10:03 AM UTC-6, Brenton wrote: > > The problems with paths on Windows have

Re: ClojureScript on Windows

2011-07-30 Thread Brenton
The problems with paths on Windows have been fixed and ClojureScript now has batch files for cljsc, repl, and repljs. There is also a page in the wiki to help Windows users get started. https://github.com/clojure/clojurescript/wiki/Windows-Setup Support for Windows will come from the community so

Re: ClojureScript on Windows

2011-07-25 Thread Laurent PETIT
Taking a look at the content of some of these scripts, I would not be surprised if a lein plugin, and probably also a maven archetype, would come up rapidly (if not already under my radar !) Cheers, -- Laurent 2011/7/25 Timothy Baldridge > Is there a documented way to get ClojureScript workin

Re: ClojureScript on Windows

2011-07-25 Thread Mark Rathwell
Also, VirtualBox (http://www.virtualbox.org/) is free, if you were interested in linux for some development. On Mon, Jul 25, 2011 at 11:06 AM, Tamreen Khan wrote: > I've gotten the basics working. Haven't had the time to write up a full > blog post, though. Basically I used Cygwin so that I coul

Re: ClojureScript on Windows

2011-07-25 Thread Tamreen Khan
I've gotten the basics working. Haven't had the time to write up a full blog post, though. Basically I used Cygwin so that I could run the bootstrap script. In any of the shell scripts where it sets a classpath you'll have to change the colons to semicolons. On Mon, Jul 25, 2011 at 10:59 AM, Timot