Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] OSGi javadoc


We are unable to generate the OSGi javadoc during our builds as it requires a number of prereqs that we don't have (Servlets, ...).  However, we do want to have this javadoc available for linking to from the Runtime Javadoc.  To this end, we have manually generated the required Javadoc and included it in a zip in the org.eclipse.osgi project.  During the Javadoc build we need to somehow link to the contents.  This may require exploding the zip and adding the location to the command line used to run the javadoc command.

See
        https://bugs.eclipse.org/bugs/show_bug.cgi?id=56690
for details.

Jeff

Back to the top