public
Description: Connect a Clojure REPL to running Java or Clojure processes without any special setup
Homepage:
Clone URL: git://github.com/djpowell/liverepl.git
name age message
file .gitignore Sun Oct 18 09:39:50 -0700 2009 Initial checkin [djpowell]
file LICENSE Sun Oct 18 10:39:07 -0700 2009 Added license files [djpowell]
file README.TXT Sun Oct 18 10:39:07 -0700 2009 Added license files [djpowell]
file build.xml Sun Oct 18 15:56:28 -0700 2009 Added liverepl.sh (thanks to Alex Osborne) [djpowell]
directory liverepl-agent/ Sun Oct 18 16:35:42 -0700 2009 removed redundant .close [djpowell]
directory liverepl-server/ Sun Oct 18 09:56:04 -0700 2009 ensure lib folder is created [djpowell]
file liverepl.bat Mon Oct 19 12:14:25 -0700 2009 fixed when spaces in windows pathname [djpowell]
file liverepl.sh Sun Oct 18 15:56:28 -0700 2009 Added liverepl.sh (thanks to Alex Osborne) [djpowell]
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.