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 123034 - openide/loaders QAFunctional tests are marked as uncompilable
Summary: openide/loaders QAFunctional tests are marked as uncompilable
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 09:47 UTC by Jaroslav Tulach
Modified: 2008-06-25 23:21 UTC (History)
1 user (show)

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 Jaroslav Tulach 2007-11-29 09:47:02 UTC
Open openide/loaders you will see an icon signaling broken sources. However if go to the broken source, like FSTest, 
you'll find out that the missing class is DataLoader & co. Indeed this one is not missing. Moreover the test execution 
runs quite fine. That means the problem is in apisupport's classpath query, imho.

Can you look at it and fix it? It is a bit annoying to have openide/loaders marked as broken all the time...
Comment 1 Jesse Glick 2007-11-29 22:50:34 UTC
Some day. I don't actually know offhand how the code that computes the qa-functional CPs works, especially after
<test-dependencies>. I think this was Zajo's code.
Comment 2 Jaroslav Tulach 2007-11-30 05:17:59 UTC
Zajo, if you help me with QA Tests in openide/loaders, I'll buy you pito.
Comment 3 pzajac 2007-11-30 09:13:46 UTC
Test dependencies computesonly compilation classpath of qa-functional tests. The runtime classpath is ignored because
the tests are running in IDE mode - uses module runtime classpath. 
Comment 4 Jesse Glick 2008-04-11 17:17:29 UTC
Looks OK to me in simpletests branch.
Comment 5 Jesse Glick 2008-06-25 23:21:25 UTC
Merged.