I have a large build in Maven which uses bundlor to create an OSGi bundle set. I'm wondering if the community has any examples of using gradle to build OSGi web modules? Web modules are part war and part OSGi bundle, but it should be pretty easy to get the right stuff in the right spots. I was hoping someone could verify what would happen if the osgi and war plugins are used together. I'm also looking at the Spring Integration project to see about using bundlor with gradle.
Secondly, I also hoping for a complete cookbook example of using gradle to build a multi-module project in which the Flex artifacts are copied into a war for deployment. I have a Flex build working via ant tasks, but this seems clunky. I would like to use the flex shell and incremental flex compiling to speed things up. Thanks, any feedback or pointers would be greatly appreciated. Tim
