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 47163 - Add ability to use library in freeform project from library manager
Summary: Add ability to use library in freeform project from library manager
Status: CLOSED DUPLICATE of bug 47498
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 16:24 UTC by pzajac
Modified: 2006-03-24 09:57 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 pzajac 2004-08-12 16:24:35 UTC
There is possibly only add jar to the classpath
when is created project from antscript. To use
library from library manager is better because you
can set javadoc documentation to the library. The
javadoc is very usefull in java completion in
editor.
Comment 1 Jesse Glick 2004-08-12 17:18:04 UTC
Wrong component.
Comment 2 Jesse Glick 2004-08-12 17:19:55 UTC
As designed. The original build script itself does not operate on IDE
libraries, it operated on JARs; the freeform configuration is just a
description of that script.

You can get code completion etc. working fine so long as there is some
association between the actual JAR in the classpath and some Javadoc;
one way of doing this is to create a library with that JAR and the
desired Javadoc. (Same for sources.)
Comment 3 pzajac 2004-08-17 15:39:04 UTC
v
Comment 4 Jesse Glick 2004-08-19 17:00:07 UTC
x
Comment 5 Jesse Glick 2004-08-19 17:00:26 UTC

*** This issue has been marked as a duplicate of 47498 ***
Comment 6 pzajac 2004-08-27 12:50:03 UTC
v