Hi, On Tue, Aug 9, 2011 at 4:51 AM, Pepijn Van Eeckhoudt <pep...@vaneeckhoudt.net> wrote: > I've made a buildr extension that provides an 'apk' package type that can be > used for Android development. It's built on top of the standard Android SDK > command line tools and supports (I think at least) most of what the Android > Ant stuff supports. So far I've only tested it with my own limited set of > projects though.
great. > Is there any interest in this? If so, would anyone care to review what I have > so far? I would be happy to contribute this for integration in Buildr. I don't do any development on android based stuff but I think it would be a great addition. The only issue would be keeping up development velocity. I would probably do what I did with the OSGI bundle extension to keep your own pace going. I initially developed it outside of buildr on github (https://github.com/realityforge/buildr-bnd) and packaged it as a gem. As it got settled down, documented and tested I eventually merged it back into mainline of buildr. This allowed me to do several releases of buildr-bnd as a gem without being tied to the release cycle of buildr. -- Cheers, Peter Donald