Ok,

I have manage to run clojure script "Hello World" example, even without 
coping server dir.
All I have done was uninstalling all java.
Installing Jdk 1.6 update 27 with default paths suggested by installator.
Installing cygwin with curl and unzip.
And running this self-made script from cygwin 
bash: http://pastebin.com/DpcP5ECH

So the conclusions are, you should use full qualified paths to java.exe.
You should depend on JDK_HOME set in env.
You should depend on JAVA_HOME set in env.
You should write bootstrap to not require cygwin at all.
URL to github should be made by http protocol instead of git (doesn't work 
in my firm because of proxy).

The best scenario would be first download clojure, then spit the "bootstrap 
rest" script which would download and install the rest.
This would allow to do the sophisticated logic in clojure instead of 
depending on bash.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to