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 <ngocdaoth...@gmail.com>wrote:

>
> 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:
>
> ...
>        <dependencies>
>                <dependency>
>                        <groupId>org.clojure</groupId>
>                        <artifactId>clojure-lang</artifactId>
>                        <version>1.1.0-alpha-SNAPSHOT</version>
>                </dependency>
>
>                <dependency>
>                        <groupId>org.clojure</groupId>
>                        <artifactId>clojure-contrib</artifactId>
>                        <version>1.0-SNAPSHOT</version>
>                </dependency>
>        </dependencies>
>
>        <repositories>
>                <repository>
>                        <id>tapestry-snapshots</id>
>                        <url>
> http://tapestry.formos.com/maven-snapshot-repository/</url>
>                </repository>
>        </repositories>
> ...
>
>
> On Oct 15, 4:40 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> > On Oct 14, 1:03 pm, ngocdaothanh <ngocdaoth...@gmail.com> 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-maven-plugin
> >
> > -SS
> >
>


-- 
==============================================
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