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 119790 - Attach javadocs to freeform project
Summary: Attach javadocs to freeform project
Status: RESOLVED DUPLICATE of bug 47498
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 15:17 UTC by oerks
Modified: 2007-10-23 23:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oerks 2007-10-23 15:17:35 UTC
Can't find a way to use Javadocs for third-party-libarys in a freeform-project with existing ant script.

This slow down development, because I have to switch to a browser and look up javadoc manually.
Comment 1 Jesse Glick 2007-10-23 23:58:54 UTC
Currently it is possible, though clumsy - if you create a library in Library Manager (name irrelevant) whose classpath
matches the JAR you are using and with Javadoc specified, the project should find it.

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