On 21 Aug 2014, at 8:07, Tim McIver wrote:

OK, I've added those two manifest keys to my bundle jar. Unfortunately
I'm still getting a NoClassDefFoundError but at least now it is coming
from clojure.osgi.  The book "OSGi in Action" states that a
NoClassDefFoundError

Mmmm, do you have a sample project you could throw up on github ( or send me directly ) I could look at that shows this? Sounds like you might not be exporting classes to OSGi?

I've also wondered about Java imports: the Clojure file that generates a class (gen-class) has some Java imports. Does clojure.osgi need to know

It shouldn't do no....

about these? Do I need a corresponding manifest key for Clojure-Import
(in analogy to Clojure-Require)?

Nope, Clojure-Require is only there to require the namespace to invoke the functions, clojure.osgi specific stuff seems to stop there and its (supposedly) back in happy clojure land - supposedly ;p

talk about this via
personal email, if you are willing.

You can always ping me off list, on irc.freenode.org ( talios , in #clojure ##java and elsewhere ), @talios on twitter or wherever...

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to