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 - Test design CP missing Class-Path extensions of test dependencies
Summary: Test design CP missing Class-Path extensions of test dependencies
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-10-17 09:43 UTC by Jan Lahoda
Modified: 2007-10-31 19:34 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 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 ***