I'm really glad someone finally got this working. I gave it a shot a couple of months ago and I was tearing my hair out trying to get a two way communication with the repl and the outside world.
On Tue, Sep 8, 2009 at 2:41 AM, Scott Fleckenstein<[email protected]> wrote: > > Thanks Stuart, > > Just an FYI, I added repl support to the clojure-maven-plugin here: > http://github.com/nullstyle/clojure-maven-plugin/tree/master > > Rather than taking clojureshell's approach, I start a separate process > similar to how the rest of the plugin works. In fact, I just needed > to refactory the abstract mojo used so that it can support an > interactive child process, and it came together super simply. I think > it is a much more understandable approach than running clojure inside > the maven process, but that's just IMO. > > Next on my list is to add jline support onto the archetype, and figure > out how best I want to support AOT along with Script execution. > > -Scott > > On Sep 7, 9:40 pm, Stuart Sierra <[email protected]> wrote: >> Also look at the ClojureShell Maven >> plugin,http://github.com/fred-o/clojureshell-maven-plugin/tree/master >> which runs a REPL or Swank server. >> >> -SS >> >> On Sep 7, 10:41 pm, Mark Derricutt <[email protected]> wrote: >> >> > Most definitely - I did have a repl goal for awhile but had issues with the >> > input/output streams. Looking at my github forkqueue I see someones pulled >> > it back out (or added a new one, I've not yet had a look at it) which might >> > be a starting point for you... >> > But by all means - patches galore are welcome ;) >> >> > -- >> > Pull me down under... >> >> > Sent from Auckland, Auk, New Zealand >> >> > On Tue, Sep 8, 2009 at 2:09 PM, Scott Fleckenstein >> > <[email protected]>wrote: >> >> > > If I'm able to get a repl goal working, are you open to patches? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
