Re: Getting started with submodules

2011-06-25 Thread Brian M Dube
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: 

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


Re: forrest-osgi

2011-06-25 Thread Brian M Dube
On Fri, Jun 24, 2011 at 04:38:25PM -0400, Tim Williams wrote:
> I finally checked this out and ran into a couple snags.
> 
> o) I had to create empty ./src/test directories in all the bundle
> packages.  I didn't look into it as I just wanted to get running.  If
> that's correct, I'm happy to check it in.

It does appear I broke the build before I had to move on to other
things. Sorry about that. The build process could be improved to check
for these directories, but checking them in gets it done, too.

> o) It seemed to want forrest.build.xml in $FORREST_HOME/main instead
> of directly in $FORREST_HOME

I've run into that when forrest/bin/forrest gets called instead of
whiteboard/forrest-osgi/bin/forrest, due to $FORREST_HOME or $PATH not
being reset for forrest-osgi work.

Thanks for looking at it.

-Brian