Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-10-15 Thread Fredrik Appelberg
It should be noted that clojure-maven-plugin now also includes the clojure:swank and clojure:repl goals, and can do pretty much everything that clojureshell can. So I urge people to check out clojure-maven-plugin, it's really cool. Cheers, -- Fredrik On Thu, Oct 15, 2009 at 4:56 AM, ngocdaothanh

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-10-14 Thread ngocdaothanh
clojure-maven-plugin is so good! Thanks a lot. clojureshell-maven-plugin explicitly loads Clojure 1.0, so I cannot use 1.1.0-alpha-SNAPSHOT by declaring these in my pom.xml: ... org.clojure clojure-lang

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-10-14 Thread Stuart Sierra
On Oct 14, 1:03 pm, ngocdaothanh wrote: > Is there a way to run a .clj file (with classpath correctly set by > Maven)? I don't want REPL, I just want to run a .clj file without > compiling. Look at the "clojure:run" target in the clojure-maven-plugin version 1.1: http://github.com/talios/clojure

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-10-14 Thread ngocdaothanh
Is there a way to run a .clj file (with classpath correctly set by Maven)? I don't want REPL, I just want to run a .clj file without compiling. On Sep 5, 12:40 am, "J. McConnell" wrote: > On Fri, Sep 4, 2009 at 3:35 AM, Fredrik Appelberg < > > > > fredrik.appelb...@gmail.com> wrote: > > On Fri,

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-04 Thread J. McConnell
On Fri, Sep 4, 2009 at 3:35 AM, Fredrik Appelberg < fredrik.appelb...@gmail.com> wrote: > On Fri, Sep 4, 2009 at 3:58 AM, J. McConnell wrote: > >> On Thu, Sep 3, 2009 at 12:40 PM, Fredrik Appelberg < >> fredrik.appelb...@gmail.com> wrote: >> >>> >>> I've just released the first tentative version

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-04 Thread Stuart Sierra
On Sep 3, 12:40 pm, Fredrik Appelberg wrote: > I've just released the first tentative version of Clojureshell. It's a > simple maven plugin that allows you to easily start a clojure REPL or run a > Swank server in the context of any maven project. Here's a rough-and-ready pom.xml for using the C

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-04 Thread Fredrik Appelberg
On Fri, Sep 4, 2009 at 9:35 AM, Fredrik Appelberg < fredrik.appelb...@gmail.com> wrote: > > > On Fri, Sep 4, 2009 at 3:58 AM, J. McConnell wrote: > >> On Thu, Sep 3, 2009 at 12:40 PM, Fredrik Appelberg < >> fredrik.appelb...@gmail.com> wrote: >> >>> >>> I've just released the first tentative vers

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-04 Thread Fredrik Appelberg
On Fri, Sep 4, 2009 at 3:25 AM, Mark Derricutt wrote: > Cool, I've meaning to reply to your post about merging that into > maven-clojure-plugin but have been snowed under at $work this week. I've > never actually looked at swank but from what I understand of it it'd be darn > useful. Swank/Sli

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-04 Thread Fredrik Appelberg
On Fri, Sep 4, 2009 at 3:58 AM, J. McConnell wrote: > On Thu, Sep 3, 2009 at 12:40 PM, Fredrik Appelberg < > fredrik.appelb...@gmail.com> wrote: > >> >> I've just released the first tentative version of Clojureshell. It's a >> simple maven plugin that allows you to easily start a clojure REPL or

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread J. McConnell
On Thu, Sep 3, 2009 at 12:40 PM, Fredrik Appelberg < fredrik.appelb...@gmail.com> wrote: > > I've just released the first tentative version of Clojureshell. It's a > simple maven plugin that allows you to easily start a clojure REPL or run a > Swank server in the context of any maven project. Th

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread Stuart Sierra
On Sep 3, 9:15 pm, ngocdaothanh wrote: > What do you mean "Swank server"? Could you explain about that? Swank is the "back-end" of SLIME, the interactive Lisp programming environment for Emacs. SLIME is written in Emacs Lisp and runs inside the Emacs process. Swank runs in the Lisp process, wh

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread Mark Derricutt
Great post - makes me feel rather slack for not (yet) blogging my own plugin. -- Pull me down under... Sent from Auckland, Auk, New Zealand On Fri, Sep 4, 2009 at 1:21 PM, Stuart Sierra wrote: > Looking forward to adding this to my (just started) blog series on > Clojure-Maven: > http://stuarts

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread Mark Derricutt
Cool, I've meaning to reply to your post about merging that into maven-clojure-plugin but have been snowed under at $work this week. I've never actually looked at swank but from what I understand of it it'd be darn useful. On Fri, Sep 4, 2009 at 4:40 AM, Fredrik Appelberg < fredrik.appelb...@gmai

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread Stuart Sierra
Cool! I'm glad to see people working on more/better Clojure-Maven integration. This is an important piece of the puzzle. Looking forward to adding this to my (just started) blog series on Clojure-Maven: http://stuartsierra.com/2009/09/03/mavens-not-so-bad -SS On Sep 3, 12:40 pm, Fredrik Appe

Re: clojureshell-maven-plugin - easier clojure startup with maven

2009-09-03 Thread ngocdaothanh
What do you mean "Swank server"? Could you explain about that? On Sep 4, 1:40 am, Fredrik Appelberg wrote: > Hello everyone, > > I've just released the first tentative version of Clojureshell. It's a > simple maven plugin that allows you to easily start a clojure REPL or run a > Swank server in