How to Represent an OSGi Runtime Configuration in Ivy? -


Unlike the POJO world where Runtime Classpath is an indexed list of containers is OSGi,
A list of container path can be ordered from the runtime classpath from the container .

How can such a structured runtime configuration be presented in an ivy.xml file?

Please refer to the OSGI Service Platform Core Specification 4 to Section 3.8 for the terminology. Iv is a general dependency manager, I do not work on OSGI bundles, but the attached link gives you some hints. How the bundle can be structured and IV can be used:


Comments