Re: nailgun: simple example problem

2010-04-10 Thread Manfred Lotz
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

Re: nailgun: simple example problem

2010-04-10 Thread Brendan Ribera
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

Re: nailgun: simple example problem

2010-04-10 Thread Manfred Lotz
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" > >  

Re: nailgun: simple example problem

2010-04-10 Thread Phil Hagelberg
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"] >            

nailgun: simple example problem

2010-04-10 Thread Manfred Lotz
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