Upayavira wrote:
Daniel Fagerstrom wrote:
I have committed some initial osgi code in whiteboard (whiteboard/osgi)
<snip/>
Build system
============
I just copied the build system from knopflerfish and changed some
default params, take a look in the ant directory and read
http://www.knopflerfish.org/programming.html for more info. To use it
you need a rather new ant (don't know which is the minimal version)
with http://jakarta.apache.org/bcel in $ANT_HOME/lib.
You can build all the bundles by using ant in the top directory or
compile then individually in the bundles/* directories.
I used the knopflerfish build system to get something that worked
without to much work. But we should replace it with something that is
better integrated with Cocoon's build system and the block build
system ASAP.
Could you put your version of Ant into the whiteboard? It'd be great
to be able to just svn update and then build.sh or whatever.
One can use the version in Cocoon trunk, it worked with ant 1.6.2, we
would just need to add the BCEL to the tools/lib. Still one need to add
ant to PATH. If would be nice if someone who is more knowledgable than I
in the Cocoon build system could create a build.sh or whatever is most
convenient for whiteboard/osgi.
<snip/>
My plan is to continue along whats outlined in
http://marc.theaimsgroup.com/?t=111659646800003&r=1&w=2. It would be
more fun to work together on this, I would apprciate any involvement.
Assuming this doesn't take much time, I'll watch and test with
interest. I am very curious to see how this goes.
Great!
It shouldn't take that much time to start the OSGi framework.
/Daniel