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:[email protected]] > *Sent*: Wednesday, August 28, 2013 12:05 AM > *To*: James Agnew > *Cc*: hl7api-devel &

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. &g

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

2013-08-27 Thread Daniel Watson
t they could be added to our examples section! > > Cheers, > James > > > On Tue, Aug 27, 2013 at 5:50 PM, Daniel Watson wrote: > >> i'm trying to use hapi in clojure in a lein project. >> i can tell lein has downloaded hapi because the first import line works

[HAPI-devel] rename "2011 hapi survey" to "hapi survey" ?

2013-08-27 Thread Daniel Watson
you might want to rename that to just "hapi survey" or something. i got the impression from seeing that that hapi is a stale/dying/dead project. (is this the place for suggestions like this?) -- Learn the latest--Visual S

[HAPI-devel] clojure hapi class not found

2013-08-27 Thread Daniel Watson
i'm trying to use hapi in clojure in a lein project. i can tell lein has downloaded hapi because the first import line works, but the next one fails. but when i try to follow this example, i get a class not found exception: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CreateAMessage.htm