On Sat, 10 Apr 2010 15:10:58 -0700
Brendan Ribera wrote:
> Try this instead:
>
...
> > > >:main *nailgun.*example)
> >
Thanks a lot.
Yes
:main nailgun.example)
does work fine.
--
Manfred
--
You received this message because you are subscribed to the Google
Groups "Clojure" gr
Try this instead:
> > > (defproject example "0.1"
> > >:description "Example application via nailgun"
> > >:dependencies [[org.clojure/clojure
> > > "1.1.0"]
> > > [org.clojure/clojure-contrib
> > > "1.0-SNAPSHOT"]]
> > >:mai
Hi Phil,
On Sat, 10 Apr 2010 09:54:29 -0700
Phil Hagelberg wrote:
> On Sat, Apr 10, 2010 at 3:27 AM, Manfred Lotz
> wrote:
> >
> > (defproject example "0.1"
> > :description "Example application via nailgun"
> >
On Sat, Apr 10, 2010 at 3:27 AM, Manfred Lotz wrote:
>
> (defproject example "0.1"
> :description "Example application via nailgun"
> :dependencies [[org.clojure/clojure
> "1.1.0"]
>
Hi there,
As a clojure newbie I tried to run a nailgun example from Phil
Hagelburg which I found here in the archive.
I created a directory example. In example I put a file project.clj
(defproject example "0.1"
:desc