From: Alan D. C. <li...@to...> - 2007-12-09 00:27:02
|
On Dec 8, 2007, at 3:02 PM, Benjamin Reed wrote: > I think for now we should focus on more near at hand problems until > we run > into issues with build. Currently Ant is more than adequate and we > haven't > had any issues yet. (I'm not saying we will not down the road, but > it is > better to pick a tool when you have a problem rather than risk > picking the > wrong tool before you've identified a problem.) I'm just going by my past experience in "both" worlds. It will be tougher to convert than to do it at the outset but I'm not going to push this further. No worries. I'd like to get this service bootable in an OSGi kernel for a start. Here are some of my initial thoughts. I think that the OSGi code should be separate from the "core" zoo code and so, probably, in a different jar. Spring has some handy OSGi code but it's probably more than we need at the moment. We'll need to compile against the OSGi core jar. I'm guessing that goes in with the JUnit jar. Is there any more info that you'd like from me before I take a crack at this? Regards, Alan |