liverepl icon indicating copy to clipboard operation
liverepl copied to clipboard

Use Leiningen to build and run

Open bapehbe opened this issue 12 years ago • 1 comments

Thanks for the nice utility! I changed it a bit, my version uses leiningen to build and run. It is a bit easier to use in my opinion though the drawback is that it uses one big jar for agent, server and clojure.

bapehbe avatar May 21 '13 20:05 bapehbe

Thanks, I'll take a look when I get chance. I have got a branch (not yet pushed) which works as a leiningen plugin, and keeps three jars, so I'll try and push that soon.

On Tue, May 21, 2013 at 9:37 PM, Alexey Pushkin [email protected]:

Thanks for the nice utility! I changed it a bit, my version uses leiningen to build and run. It is a bit easier to use in my opinion though the drawback is that it

uses one big jar for agent, server and clojure.

You can merge this Pull Request by running

git pull https://github.com/bapehbe/liverepl master

Or view, comment on, or merge it at:

https://github.com/djpowell/liverepl/pull/4 Commit Summary

  • Build and run using Leiningen. No need to copy clojure jar manually,

File Changes

  • M README.TXThttps://github.com/djpowell/liverepl/pull/4/files#diff-0(20)
  • D build.xmlhttps://github.com/djpowell/liverepl/pull/4/files#diff-1(26)
  • D empty.dir b/liverepl-agent/lib/empty.dirhttps://github.com/djpowell/liverepl/pull/4/files#diff-2(0)
  • D liverepl-agent/build.xmlhttps://github.com/djpowell/liverepl/pull/4/files#diff-3(29)
  • D liverepl-agent/src/META-INF/MANIFEST.MFhttps://github.com/djpowell/liverepl/pull/4/files#diff-4(3)
  • D liverepl-server/build.xmlhttps://github.com/djpowell/liverepl/pull/4/files#diff-5(33)
  • D liverepl-server/src/META-INF/MANIFEST.MFhttps://github.com/djpowell/liverepl/pull/4/files#diff-6(1)
  • D liverepl.bathttps://github.com/djpowell/liverepl/pull/4/files#diff-7(8)
  • D liverepl.shhttps://github.com/djpowell/liverepl/pull/4/files#diff-8(36)
  • A project.cljhttps://github.com/djpowell/liverepl/pull/4/files#diff-9(8)
  • D put-clojure.jar-here b/liverepl-server/lib/put-clojure.jar-herehttps://github.com/djpowell/liverepl/pull/4/files#diff-10(0)
  • A src/liverepl/main.cljhttps://github.com/djpowell/liverepl/pull/4/files#diff-11(14)

Patch Links:

  • https://github.com/djpowell/liverepl/pull/4.patch
  • https://github.com/djpowell/liverepl/pull/4.diff

djpowell avatar May 21 '13 23:05 djpowell