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 95439 - Allow Library's within Library Manager to be used for code completion within "Java projects with existing Ant Scripts"
Summary: Allow Library's within Library Manager to be used for code completion within ...
Status: RESOLVED DUPLICATE of bug 47498
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 16:23 UTC by rickmoynihan
Modified: 2007-02-13 17:15 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 rickmoynihan 2007-02-13 16:23:32 UTC
It should be possible to select library's from the library manager with Ant
projects created through the "Java Project with existing Ant Scripts" wizard.

Currently if you select project properties on an ant based project followed by
"Java sources classpath" you have to add each dependency manually using the add
jar/folder mechanism.  Whilst this works it is not as comprehensive as the
library manager mechanism, and does not (for me anyway) appear to work as
reliably for code completion.  

If a developer already is using library manager to point at these
jars/folders/javadocs then they should be able to reuse the settings they have
defined there, within ant based projects.
Comment 1 Jesse Glick 2007-02-13 17:15:13 UTC
Similar to issue #47498. Generally, see

http://wiki.netbeans.org/wiki/view/FaqFreeformAddLibraryToClasspath

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