Cristiano,

I have used neither of them myself, but it looks like the aQute
website itself has some info on how to do this with Ant
(http://www.aqute.biz/Bnd/Ant) and for Gradle, there seems to be a
plugin as well (http://www.gradle.org/docs/current/userguide/osgi_plugin.html)

If you get any of those solutions working and would do a blog post or
something, be sure to let us know. We do recommend Maven to our users,
but we're bound to get these questions about other build systems
occasionally as well.


Regards,

Gert Vanthienen


On Thu, Oct 31, 2013 at 8:41 AM, Cristiano Costantini
<[email protected]> wrote:
> Hello All,
>
> on maven central repo, there is a servicemix OSGIfized version of GWT dev
> library:
> http://search.maven.org/#artifactdetails%7Corg.apache.servicemix.bundles%7Corg.apache.servicemix.bundles.gwt-dev%7C2.4.0_1%7Cbundle
>
> This is linked GWT version 2.4.0, actually the last release is 2.5.1 and
> 2.6.0 is going to come out as a release candidate on 4 november, with a
> final 2.6.0 expected for december.
>
> I wonder if we can propose a patch to OSGIfy GWT, so that it could be
> included in the upcoming 2.6.0 release.
> Generally on server side of a GWT application you only put the GWT-Servlet
> artifact, so I think it could be enough to OSGIfy this jar.
>
> I would like to do it, but I have only created bundles using the Maven
> plugin, and GWT is built actually with ANT and is moving probably to Gradle
> or Maven with strong preference to Gradle.
>
> So, can someone suggest what is the best approach to put on the Ant build
> the proper way to OSGIfy the Jar?
>
> Someone has some example?
> I would like to try it out and do some test if someone can help me in
> filling the gap.
>
>
> Me and some friends are making a demo application based on Servicemix that
> we will publish on Github, and we would like to use GWT on Servicemix for
> this demo.
>
>
> Thank you,
> Cristiano

Reply via email to