This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
liverepl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Oct 18 09:39:50 -0700 2009 | |
| |
LICENSE | Sun Oct 18 10:39:07 -0700 2009 | |
| |
README.TXT | Sun Oct 18 10:39:07 -0700 2009 | |
| |
build.xml | Sun Oct 18 15:56:28 -0700 2009 | |
| |
liverepl-agent/ | Sun Oct 18 16:35:42 -0700 2009 | |
| |
liverepl-server/ | Sun Oct 18 09:56:04 -0700 2009 | |
| |
liverepl.bat | Mon Oct 19 12:14:25 -0700 2009 | |
| |
liverepl.sh | Sun Oct 18 15:56:28 -0700 2009 |
README.TXT
Clojure Live REPL - 2009-10-18 David Powell <djpowell@djpowell.net> <http://github.com/djpowell/liverepl> This software is distributed under the MIT licence. ---------------------------------------- Build ===== To build: Copy clojure.jar to: ./liverepl-server/lib/clojure.jar Run ant The build will be copied to: ./build/ ---------------------------------------- Configuration ============= Edit liverepl.bat to point to your installed JDK ---------------------------------------- Opearation ========== To see a list of running Java processes on the system, and their process ids, enter: liverepl To connect a repl shell to a running Java process, enter: liverepl <pid> -- where the pid is the process id for the process.







