This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51452 - No way to get NetBeans to use project-specific javadoc
Summary: No way to get NetBeans to use project-specific javadoc
Status: RESOLVED DUPLICATE of bug 48984
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2004-11-12 11:54 UTC by _ mihmax
Modified: 2004-11-12 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2004-11-12 11:54:45 UTC
Let's assume I have a project depending on some
external library: lib/thelib.jar, for which I have
no sources.
It obviously has some javadoc, but there's no
clear and simple way to add this javadoc to the
system. 

The only way is to:
- add this library to the list of libraries and
assign the jar & javadoc to it, 
- then remove automatically found lib/thelib.jar
from Compiling Sources classpath;
- then add the library as a library, not as a
simple jar to project's Compiling Sources
classpath. Not simple.

And it's not project-specific. Library manager has
NetBeans-wide visibility, so while I'd like to use
this lib in one project only, NetBeans suggests it
to be system-wide. I see usability problem here.

What I'd like to see is having some tab in project
properties, named "Additional Javadocs" under
"General", allowing me to add additional Javadoc
documentation for the project.
Comment 1 Milan Kubec 2004-11-12 12:13:49 UTC
Interesting usecase. Why whould you prefer adding only jar file to
comp. cp. of the project and then adding javadoc separatelly to
creating library where you can define its cp. and javadoc and adding
the whole library on the project comp. dependency? That's seems to me
as easier and more straightforward solution.

Re: "Library manager has NetBeans-wide visibility, so while I'd like
to use this lib in one project only, NetBeans suggests it to be
system-wide. I see usability problem here."
What kind of usability problem you see with global list of available
libraries? Nothing's forcing you to use the library somewhere else,
it's just list of available libraries.
Comment 2 Jesse Glick 2004-11-12 19:49:51 UTC

*** This issue has been marked as a duplicate of 48984 ***