My response is inline too!

> > Be sure that:
> > - the REPL it's working fine (if it let you work normally then it's
> > fine).
>
> I am not sure if I have found the REPL in the ACB yet. Is it the
> WinCommand "Clojure 1.0" tab you are talking about? How do I setup ACB
> the first time?

Yes. That is the REPL. This tab is configured in WinCommand.ini file.
To configure ACB run ACB.exe, right click over the logo and click
"Select JDK path". Then select you JDK path.
Then if you click "Clojure 1.0" tab, WinCommand will execute:
Clojure1.0|$JAVA_HOME\bin\java.exe|-server -Xdebug -
Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888 -cp
blabla.... clojure.lang.Repl|(System/exit 0)

So, if you wanna test if all java settings are right, open a cmd, goto
WinCommand folder inside bin folder and run:
%JAVA_HOME%\bin\java.exe -server -Xdebug -
Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888 -cp
blabla.... clojure.lang.Repl

If these open Clojure REPL, it should be work from WinCommand!

> Nevertheless, I love SciTE and use it everyday. It would be great to
> be able to use SciTE for Clojure development. ClojureBox (not ACB)
> puts me slightly off due to Emacs (it's just me.)

Remember that ACB is simply a "composite" of application configured to
run togheter. But if you don't like WinCommand or want to run my
version of SciTE alone you can do it!

By the way, the next version of ACB will fix many "paths" troubles
that these version have adding a Environment variable in order to make
all the box configuration relative to that env variable and not taking
the ACB actual running path.

Regards, DarĂ­o Macchi
--~--~---------~--~----~------------~-------~--~----~
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