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 111688 - Test dependencies fail to follow Class-Path extensions
Summary: Test dependencies fail to follow Class-Path extensions
Status: RESOLVED DUPLICATE of bug 105621
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-02 01:47 UTC by Jesse Glick
Modified: 2007-10-31 05:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-08-02 01:47:03 UTC
java/editor/test/unit/src/org/netbeans/modules/java/editor/semantic/ShowGoldenFilesPanel

is displayed as having errors in the IDE: missing org.jdesktop.layout package, despite

                    <test-dependency>
                        <code-name-base>org.jdesktop.layout</code-name-base>
                        <compile-dependency/>
                    </test-dependency>

Examination of project metadata shows swing-layout.jar in EXECUTE classpath of src/ (probably there due to recursive
dep); but COMPILE classpath of test/unit/src/ shows modules/org-jdesktop-layout.jar but no swing-layout.jar.

Compilation using the harness works, just the in-IDE classpath is wrong.
Comment 1 Jesse Glick 2007-10-31 05:45:41 UTC

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