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 139837 - Cannot build basic cluster
Summary: Cannot build basic cluster
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-14 08:32 UTC by Martin Krauskopf
Modified: 2008-07-14 15:54 UTC (History)
2 users (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 Martin Krauskopf 2008-07-14 08:32:37 UTC
Will fail with the below message. Seems that it is due to following dependencies chain:

 basic cluster -> java cluster -> websvc.saas.codegen.java module -> websvc.jaxwsmodelapi module

Where websvc.jaxwsmodelapi is part of websvccommon cluster which is not built since basic cluster does not depends on
it. Possible fix is probably adding nb.cluster.websvccommon to nbbuild/cluster.properties#clusters.config.basic.list
(might be also nb.cluster.webcommon), did not tried yet.


 build-init:
   [nbmerge] Failed to build target: all-websvc.saas.codegen.java

 BUILD FAILED
 .../nbbuild/build.xml:706: The following error occurred while executing this line:
 .../nbbuild/build.xml:701: The following error occurred while executing this line:
 .../nbbuild/build.xml:747: The following error occurred while executing this line:
 .../nbbuild/templates/projectized.xml:87: No dependent module org.netbeans.modules.websvc.jaxwsmodelapi
Comment 1 Tomas Mysik 2008-07-14 11:09:28 UTC
Same for PHP - please fix ASAP. Thanks.
Comment 2 Tomas Mysik 2008-07-14 12:37:08 UTC
PHP seems to be OK.
Comment 3 Ayub Khan 2008-07-14 15:48:38 UTC
Fixed for websvccommon (changeset: http://hg.netbeans.org/main/rev/1cd84e6075f1)