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

Summary: Test dependencies fail to follow Class-Path extensions
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: pzajac <pzajac>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***