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 <jdo...@gmail.com> 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 run a
>>> Swank server in the context of any maven project.
>>
>>
>> This looks great, thanks Fredrik! The first time I tried to run "mvn
>> clojureshell:repl" I received an error about the plugin not being found.
>> Running "mvn -X clojureshell:repl" results in the following snippet:
>>
>> [INFO] Searching repository for plugin with prefix: 'clojureshell'.
>> [DEBUG] Loading plugin prefixes from group: nu.mulli
>> [INFO] nu.mulli: checking for updates from mulli.nu
>> [DEBUG] repository metadata for: 'nu.mulli' could not be found on
>> repository: mulli.nu
>>
>
> Hm... Could you post (or email me) the relevant portions of your
> settings.xml?
>
> Also, what version of maven are you running? I've tested this on three
> machines (two linux, one OSX), but it strikes me that they all run maven
> 2.0.9; I haven't tested running any previous (or later) versions at all.
>
> If you are really anxious the get going, you could download the source from
> github, then run 'mvn install' to install it locally.
> Then you should be all set; try invoking it with the qualified name 'mvn
> nu.mulli:clojureshell-maven-plugin:repl' to see if it's working.
>

Er. Forgot about this, but build instructions should be:

1. git clone  git://github.com/fred-o/clojureshell-maven-plugin.git
2. cd clojureshell-maven-plugin
3. git submodule init
4. git submodule update
5. mvn install

Cheers,
-- Fredrik
==============================================
What am I up to? http://twitter.com/appelberg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to