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 75117 - Project libraries and API documentation idea
Summary: Project libraries and API documentation idea
Status: RESOLVED DUPLICATE of bug 44035
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 41443
Blocks:
  Show dependency tree
 
Reported: 2006-04-17 12:37 UTC by tprochazka
Modified: 2007-03-27 22:14 UTC (History)
1 user (show)

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 tprochazka 2006-04-17 12:37:42 UTC
My idea is use Maven2 repository and services similar to http://www.jdocs.org/, http:
//www.docjar.com, http://www.javadoconline.com/ or own repository with mapping java 
package path to API doc URLs.

When I need some functionality, use search in javadoc APIs. Find any packages, which 
contain what I need. Choose it in my project properties in Netbeans. Netbeans 
automatically download it from maven repository or prompt me for URL. Or when I know 
package name, I only write in Netbeans for example 'org.apache.commons.lang' and NB 
import necessary library to project (I only specify version).

Javadoc will be open from online. Download all documentation and sources for every 3
rd party project, which I use, its most disagreeable work. 

I wrote about my idea also here:
http://www.netbeans.org/servlets/ReadMsg?list=nbusers&msgNo=68011
Comment 1 tprochazka 2006-04-17 17:28:32 UTC
I see, that some stuff already exists, for example:
http://maven.apache.org/netbeans-module.html

It enable create library from maven repository, but still exist the same problem. 
Sharing NB project. If will be exist support for adding library not to Library 
manager, but directly to Project, will be great. In project configuration will be 
only reference to library.
Comment 2 Jesse Glick 2007-03-27 22:14:44 UTC
Dupe of issue #44035 for last comment.

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