Re: Clojure vs OSGi once again...

2016-02-04 Thread Mark Derricutt
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

Re: Clojure vs OSGi once again...

2016-02-04 Thread Mark Derricutt
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

Re: Clojure vs OSGi once again...

2016-02-04 Thread Evile Cruela
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

Re: Clojure vs OSGi once again...

2013-10-14 Thread Mark Derricutt
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

Re: Clojure vs OSGi once again...

2013-10-13 Thread Laurent PETIT
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

Clojure vs OSGi once again...

2013-10-13 Thread Mark Derricutt
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