Mailing List Archive

Getting started with submodules
Hello,

I'm experimenting with EasyAnt for the OSGi implementation of Apache
Forrest [1] which consists of about a dozen submodules. Right now each
submodule contains its own Ant build file which can be called directly
or from build.xml at [1].

The submodule build files use the bnd task to create OSGi bundles from
the sources. Is this setup a good candidate for EasyAnt? Is a plugin
already available for creating OSGi bundles?

-Brian

[1] https://svn.apache.org/repos/asf/forrest/trunk/whiteboard/forrest-osgi/
Re: Getting started with submodules [ In reply to ]
I have some of the build working with Apache EasyAnt (for
forrest-osgi). If there is a response on their list, I'll follow up
with some questions and pursue it further.

-Brian
Re: Getting started with submodules [ In reply to ]
On Wed, May 18, 2011 at 06:59:05PM -0700, Brian M Dube wrote:
> I have some of the build working with Apache EasyAnt (for
> forrest-osgi). If there is a response on their list, I'll follow up
> with some questions and pursue it further.

There was a response.

Date: Mon, 6 Jun 2011 17:19:01 +0200
Subject: Re: Getting started with submodules
Message-ID: <BANLkTi=1mkfJ3vCkf6noybDbeJs3dUBCiw@mail.gmail.com>

The solution is likely to involve writing a new OSGi plugin for Apache
EasyAnt. I won't have the time to investigate that option for a while.

-Brian