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 218075 - incorrect clusters dependency cause failing tests build
Summary: incorrect clusters dependency cause failing tests build
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-09-10 16:18 UTC by Vladimir Voskresensky
Modified: 2012-09-11 13:26 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 2012-09-10 16:18:52 UTC
introduced dependency from ide->php cluster cause fail of building tests:
http://hg.netbeans.org/cnd-main/diff/e63cbdf3d032/javascript2.editor/nbproject/project.xml

It blocks our tests run.
Comment 1 Vladimir Voskresensky 2012-09-10 16:27:47 UTC
Petr, I've commented out usage of php from javascript2.editor to fix compilation of tests
http://hg.netbeans.org/cnd-main/rev/72714832e268

Please, move php tests into php cluster. 

Thanks,
Vladimir.
Comment 2 Quality Engineering 2012-09-11 02:18:58 UTC
Integrated into 'main-golden', will be available in build *201209110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/72714832e268
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixup for #218075 - incorrect clusters dependency cause failing tests build
Comment 3 Petr Hejl 2012-09-11 12:41:30 UTC
Fixed in web-main 4efa07fda94a.
Comment 4 Vladimir Voskresensky 2012-09-11 13:26:21 UTC
small note: it's worth to clean up commented out lines in javascript2.editor/nbproject/project.xml as well

Thanks!