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 181757 - Failed tests build (ide->java cluster dependency)
Summary: Failed tests build (ide->java cluster dependency)
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 06:22 UTC by Vladimir Voskresensky
Modified: 2010-03-10 08:36 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 Vladimir Voskresensky 2010-03-10 06:22:14 UTC
after moving derby into IDE (issue #178802) there is a ide->java cluster dependency which cause failing build of tests.
That breaks our build machine.
http://elif.russia.sun.com:8080/hudson/job/cnd-build
Comment 1 Jiri Rechtacek 2010-03-10 06:34:12 UTC
I'm sorry this link didn't explain there and what is was the problem. Is there a test which fails and I can run it myself? Derby belongs now into ide cluster and has no dependencies to module in java cluster.
Comment 2 Vladimir Voskresensky 2010-03-10 06:38:35 UTC
http://elif.russia.sun.com:8080/hudson/job/cnd-build/1962/consoleText

have a look at building tests for derby module:
do-qa-functional-test-build:
missing-Module-Entries-: org.netbeans.modules.jellytools.java

in functional tests there is clear dependency on Jelly Java (which is in java cluster)
Comment 3 Jiri Rechtacek 2010-03-10 08:36:17 UTC
core-main/rev/4dc1bead7b61
The NetBeans Jelly Tools were adapted to follow move Derby from java cluster to ide cluster.