Marcel Offermans wrote:
On Saturday 25 March 2006 20:31, Enrique Rodriguez wrote:

I checked a ported Service Binder into the Felix repo.  It builds and
installs into the Felix runtime OK for me.

I just tried to build it, but it complains about the "org.kxml.parser" package being missing. I did a svn update, then went into the servicebinder folder and did:

mvn install

Should I build the project in a different way to make this work?

Please 'svn up'. I had an erroneous scope statement in the Service Binder pom that caused compiling to fail. Since classes were being compiled with Eclipse, I didn't notice until I tried 'mvn clean install'.

In the same check-in, I added the Service Binder module to the Felix parent pom. You should now be able to 'mvn install' in either the Felix parent directory or in the Service Binder module directory.

We still need to:

- test it more with bundles that depend on Service Binder
- switch the tutorial spellcheck example to use it
- mvn deploy it

Enrique

Reply via email to