On 5 Feb 2016, at 9:07, Evile Cruela wrote:
> Is there a complete example of a bundle activator in clojure that you could
> point me to please. I have written them in java and I'd like to try it in
> clojure.
com.theoryinpractise
clojure.osgi
1.8.0-1
Should be wingi
On 5 Feb 2016, at 9:07, Evile Cruela wrote:
> Is there a complete example of a bundle activator in clojure that you could
> point me to please. I have written them in java and I'd like to try it in
> clojure.
Thanks for reminding me I should update the clojure-osgi build for Clojure 1.8.
A com
Is there a complete example of a bundle activator in clojure that you could
point me to please. I have written them in java and I'd like to try it in
clojure.
Thanks
On Monday, October 14, 2013 at 12:29:21 AM UTC-7, Mark Derricutt wrote:
>
> Cheers,
>
> I took the time this morning to hack arou
Cheers,
I took the time this morning to hack around a bit, and [forked the
repository](https://github.com/talios/clojure.osgi) and updated it to:
* Use, and embed/re-export clojure 1.5.1, exporting clojure related packages.
* Use the `maven-bundle-plugin`
From there I just adapted my internal p
Hi Marc,
The clojure.osgi library aims at easing the pain in this area (
https://github.com/aav/clojure.osgi ).
But to be honest I don't really know it's current status.
For Counterclockwise, I've taken inspiration from clojure.osgi and
integrated the core concepts into a few classes.
In a nutsh
Hey all,
Once again I'm lending my hand at trying to get some clojure code working under
OSGi, and once again hitting issues with the good ole class loader. I have a
simple OSGi bundle project which embeds clojure.jar, and contains a single
source file:
(ns com.theoryinpractise.activator.o