Mailing List Archive

forrest-osgi
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.

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

Anyone else have similar troubles?

Thanks,
--tim
Re: forrest-osgi [ In reply to ]
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