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 79404 - Libraries don't propagate to other projects
Summary: Libraries don't propagate to other projects
Status: RESOLVED DUPLICATE of bug 47507
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 08:51 UTC by John Baker
Modified: 2006-06-29 16:05 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 John Baker 2006-06-29 08:51:31 UTC
If a Library from the Library Manager is added to a Java Class Library project and
then in turn the Java Class Library Project is added to another project then the
Library is not added to the classpath of the resulting project

1. Library (in Library Manager)
    |
    |  (add Library to a Java Class Library project)
    V
2. Java Class Library project
    |
    | (add the Java Class Library Project to the Java Web Application)
    V
Java Web Application

(Java Class Library classes added to the classpath)
(Library from step 1. is not included in the classpath)

Result is a compilation failure for the Java Web Application.

The workaround is to also add the Library to the Java Web Application
Comment 1 Jesse Glick 2006-06-29 16:05:29 UTC

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