I got as far as the jasper plugin at which point it failed with some
messages I couldn't understand. Also, your changes to url encoding
for temp bundle locations don't work on mac osx with felix :-(
I think we'll have to do something like convince felix or equinox to
change. I don't understand why felix thinks it needs to use
URLDecoder at all.... its for decoding form content, not file names.
thanks
david jencks
On Mar 3, 2010, at 1:02 PM, Jarek Gawor wrote:
Hi,
I just committed some updates to car-maven-plugin that will allow us
to build Geronimo 3.0 with Equinox OSGi framework. To build with
Equinox instead of Felix just run maven with -Dframework=equinox
option.
The framework assembly built just fine for me with Equinox.
Jarek