Nicolas Lalevée schrieb:
> the classpath of Lucene is so simple (no dependency at all),
Unfortunately, it's not. Some exported packages are split across
bundles. This makes it tough to manage. I wish it would be as easy as
using BND to simply generate the manifests for the existing jars. But it
do
or
*any* OSGi framework one would simply throw the Lucene OSGi bundle
JARs
together with the source bundles into the target platform. Eclipse PDE
then configures the classpath automatically to attach the source
code to
the class files. This is very developer friendly.
This could also be don
mirrors and consumed by frameworks directly.
3. In addition to the OSGi bundle JAR I was able to generate a source
jar for Eclipse PDE. Thus, whenever you are developing with Eclipse for
*any* OSGi framework one would simply throw the Lucene OSGi bundle JARs
together with the source bundles into