Currently, this project shows about 152 "Errors" in Eclipse - due to
required bundles not being found.

These errors can be suppressed by taking the 152 entries and adding them
to the pom in the Felix bundle configuration section, with an element like:

          <Import-Package>
              bsh;resolution:=optional,
              com.caucho.burlap.client;resolution:=optional,
              com.caucho.burlap.io;resolution:=optional,
              com.caucho.burlap.server;resolution:=optional,

              . . . etc etc.,
              *
          </Import-Package>


This essentially tells OSGI that these missing parts are "optional", and
it's OK if they are not there.

Jörn, do you know of any issues that would arise if we did this? (for
the next release, of course, not this one :-) )

-Marshall


Reply via email to