Dear Henrik,
Thanks very much for your reply.
I'm not requiring bundles in source format. Only installed bundles, at
this moment.
I understand that there are API to inquiry their dependencies, but I was
wondering if I could access their manifest, where the "Require-Bundle"
should be explicit mentioned and so I can download or install any other
bundle that is required.
To make an example, I started downloading a tutorial for using
Server-Side Equinox from javaworld website:
com.javaworld.sample.osgi.web.declarative. The manifest indicated
explicitly "Require-Bundle: org.eclipse.equinox.http.registry", and so I
downloaded such bundle before starting my example. The point is that
such bundle seems to require "org.eclipse.equinox.registry", and I
didn't know that until I started my declarative bundle.
In this case, having the possibility to access the manifest for the
bundle that I downloaded (org.eclipse.equinox.http.registry) whould have
done the job that I was looking for.
Does all this make sense?
Am I following an incorrect approach?