Re: Add build/run instructions to the readme.

2008-11-21 Thread Phil Hagelberg
On Nov 21, 12:04 pm, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote: > Does "java -jar clojure.jar" work to launch a repl for both builds?   > Can we change one or the other so that the jars they build are   > identical? No, mvn install places it in target/. Sounds like this should be fixed. -Ph

Re: [PATCH] Add build/run instructions to the readme.

2008-11-21 Thread Stephen C. Gilardi
> On Nov 21, 2008, at 2:50 PM, Phil Hagelberg wrote: >> >> For Java people this is probably obvious, but I didn't really have a >> clue how to compile the project after checking out the source. >> Here is >> a patch that makes the readme a little more helpful. Does "java -jar clojure.jar" work

[PATCH] Add build/run instructions to the readme.

2008-11-21 Thread Phil Hagelberg
For Java people this is probably obvious, but I didn't really have a clue how to compile the project after checking out the source. Here is a patch that makes the readme a little more helpful. -Phil diff --git a/readme.txt b/readme.txt index 93b74a2..a2bbb0d 100644 --- a/readme.txt +++ b/readme.