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" <jdo...@gmail.com> wrote: > 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 <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? > > I think there may be some issues with the way my company has us configure > Maven. I'm checking with someone to see if that's the problem. I can't > install from source either because it looks like all requests for > dependencies, regardless of the <repository /> tag in the POM, are routed > through our internal repository, so I can't grab your > org.clojure:clojure-lang:1.0 jar hosted on milli.nu. > > > 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. > > I'm also on 2.0.9. > > Thanks for the help. I'll update you if the problem does not end up being on > my side, but I strongly suspect it is. > > Thanks, > > - J. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---