On 20 Aug 2014, at 3:05, Tim McIver wrote:

No problem and I'm sorry to hear about your illness.

I wish not the stomach flu on anyone - really wipes you out!

NoClassDefFoundError.  It looks like one
of my problems is that I do not have the <Clojure-Require> or
<Clojure-Activator> pom tags.  In fact, I haven't been using Maven at
all; we're using lein and I've created a lein

You don't need to use Maven at all, the `Clojure-Require` and `Clojure-Activator` elements just get added to the Manifest.MF file and are processed/looked for using clojure-osgi ( so you'll still need my artifact to deploy to your OSGi container ).

plugin that calls bnd to
add the bundle metadata.  I suppose, in the

In your plugin you'd just add a way of adding the above two configuration properties.

In my problem bundle the activator is being called through the normal

The trick here is that you're not using an actual "Bundle-Activator", but a "Clojure-Activator" which takes care of class loaders/namespaces etc. etc.

At some point I also tried to create my own Clojure OSGi bundle with the
naive assumption that I could treat the Clojure

It'd probably be easier to just use the one I have, which was written originally by greater minds than mine, I've just adopted the abandoned project and updated it to 1.6 and published it to Maven Central.

Mark

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

Reply via email to