I apologize for the lack of doc or not providing enough samples for this plugin. It's a work in progress and we reached 0.9.2 only. So while I feel we are pretty stable, not everything is finished or polished yet. Btw, the website contains a few nuggets (albeit incomplete of knowledge) here: http://intalio.github.com/buildr4osgi/index.html
You can look here how we do it for the BPMN modeler: http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn-modeler/org.eclipse.stp.bpmn/trunk/buildfile You first write a Buildfile as the one linked above, then you use the osgi resolve dependencies task to fill this file: http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn-modeler/org.eclipse.stp.bpmn/trunk/dependencies.yml buildr osgi:resolve:dependencies OSGi="/users/antoine/eclipse" That's about it, if you have more questions, you can use the buildr4osgi mailing list: http://groups.google.com/group/buildr4osgi Thanks for your interest! Antoine On Wed, Nov 4, 2009 at 12:31, Sten Roger Sandvik <[email protected]> wrote: > > > On Wed, Nov 4, 2009 at 6:47 PM, Antoine Toulme <[email protected]>wrote: > >> It is, actually it's done, take a look at buildr4osgi for it. >> >> > I tried to figure out how to use buildr4osgi but did not find any good > examples. Can you post a simple example on how to use it? > > /srs > >
