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 119185

Summary: Test design CP missing Class-Path extensions of test dependencies
Product: apisupport Reporter: Jan Lahoda <jlahoda>
Component: ProjectAssignee: pzajac <pzajac>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2007-10-17 09:43:11 UTC
[recent build]

Try to open java/editor module. It is marked with a red exclamation mark, The reason is that the 
org.netbeans.modules.java.editor.semantic.ShowGoldenFilesPanel is not compilable, as it uses the Swing Layout
Extensions, which are not on the classpath. But the "Swing Layout Extensions integration" module is listed as a test
dependency. It seems that the compile classpath for the ShowGoldenFilesPanel contains only the module jar, not the
ext/swing-layout-1.0.3.jar.
Comment 1 Tomas Danek 2007-10-17 15:35:37 UTC
I invoked buildtests target on $NBSRC/java/editor/test/build.xml, and tests are compiled ok?! Anyway, in IDE, nodes are
badged with red excl. mark..
Comment 2 Jan Lahoda 2007-10-17 18:32:32 UTC
Yes, it is OK in the build, but not inside the IDE, the queries do not return correct classpath for this file. Sorry I
did not make this clear enough.
Comment 3 Tomas Danek 2007-10-31 14:07:31 UTC
isn't this dupl. of issue 105621?
Comment 4 Jesse Glick 2007-10-31 19:34:48 UTC

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