Community
Participate
Working Groups
Build Identifier: 20110615-0604 It should be possible to distribute a library as a single Jar-file that contains its Javadoc or source code inside its Jar-file. Eclipse should detect this and automatically link to the Javadoc and/or source code when the library is added to a project. The end result should be exactly like manually linking them from separate files/folders. Potential implementation: Javadoc is located compressed in META-INF/javadoc.jar (or .zip) or the uncompressed Javadoc files are located under META-INF/javadoc-folder. This is a request for a new feature. I don't know the security or compatibility implications of the aforementioned implementation. Reproducible: Always Steps to Reproduce: 1. As far as I can tell, this feature doesn't exist in this form.
Java tooling bugs and enhancement requests go to JDT.
Using Maven from Eclipse takes care of source code and Javadoc attachments and thus this feature isn't very important to me.