Re: [HAPI-devel] clojure hapi class not found

2013-08-28 Thread Daniel Watson
lipse plugin) it > might help you manage your project more easily. Both provide clojure > environments and lein. > > Chris > > *From*: Daniel Watson [mailto:dwat...@visiontree.com] > *Sent*: Wednesday, August 28, 2013 12:05 AM > *To*: James Agnew > *Cc*: hl7api-devel &

Re: [HAPI-devel] clojure hapi class not found

2013-08-28 Thread Pentleton, Chris (MGS)
Subject: Re: [HAPI-devel] clojure hapi class not found http://gitorious.org/ozzloy/create-a-message here it is! On Tue, Aug 27, 2013 at 3:36 PM, Daniel Watson mailto:dwat...@visiontree.com>> wrote: i actually just found out the same thing, and i can confirm it totally works! sure, i

Re: [HAPI-devel] clojure hapi class not found

2013-08-27 Thread Daniel Watson
http://gitorious.org/ozzloy/create-a-message here it is! On Tue, Aug 27, 2013 at 3:36 PM, Daniel Watson wrote: > i actually just found out the same thing, and i can confirm it totally > works! sure, i'll put up a simple transliteration from java to clojure of > that example. > > i'm not well ve

Re: [HAPI-devel] clojure hapi class not found

2013-08-27 Thread Daniel Watson
i actually just found out the same thing, and i can confirm it totally works! sure, i'll put up a simple transliteration from java to clojure of that example. i'm not well versed in java's environment (i just installed maven, for example) or clojure (this is my second real lein project). so ther

Re: [HAPI-devel] clojure hapi class not found

2013-08-27 Thread James Agnew
Hi Daniel, I've never user lein and I'm far from a Clojure expert, so I'm mostly guessing here.. But you probably need the "hapi-structures-v24" dependency added to your project. You may possibly also need to add slf4j-api? If you do get this working and want to contribute a sample (even somethin