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 151535 - mobility cluster needs org.netbeans.api.web.webmodule from j2ee cluster
Summary: mobility cluster needs org.netbeans.api.web.webmodule from j2ee cluster
Status: RESOLVED DUPLICATE of bug 158064
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 21:37 UTC by fordfrog
Modified: 2010-01-20 14:39 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 fordfrog 2008-10-27 21:37:08 UTC
Though dependency on j2ee cluster is not specified in cluster.properties for mobility cluster, mobility cluster needs
org.netbeans.api.web.webmodule from j2ee cluster and so it depends on j2ee cluster and cannot be built without it.


Used sources: http://download.netbeans.org/netbeans/6.5/rc/zip/netbeans-6.5rc1-200810171318-src.zip


Build command (from Gentoo ebuild):

eant '-Dstop.when.broken.modules=true' '-Dbuild.compiler.deprecation=false'
'-Dnb.clusters.list=nb.cluster.platform,nb.cluster.nb,nb.cluster.harness,nb.cluster.ide,nb.cluster.java,nb.cluster.mobility,nb.cluster.websvccommon'
'-f' 'nbbuild/build.xml' 'build-nozip'


Error output:

build-init:
  [nbmerge] Failed to build target: all-mobility.end2end

BUILD FAILED
/var/tmp/portage/dev-util/netbeans-6.5_rc1/work/nbbuild/build.xml:713: The following error occurred while executing this
line:
/var/tmp/portage/dev-util/netbeans-6.5_rc1/work/nbbuild/build.xml:708: The following error occurred while executing this
line:
/var/tmp/portage/dev-util/netbeans-6.5_rc1/work/nbbuild/build.xml:754: The following error occurred while executing this
line:
/var/tmp/portage/dev-util/netbeans-6.5_rc1/work/nbbuild/templates/projectized.xml:87: No dependent module
org.netbeans.api.web.webmodule
Comment 1 Petr Suchomel 2008-11-16 20:16:36 UTC
Only end to end modules need j2ee cluster. The rest of mobility is OK
Comment 2 fordfrog 2009-05-01 16:45:57 UTC
The same problem is with netbeans 6.7.

build-init:
  [nbmerge] Failed to build target: all-mobility.end2end

BUILD FAILED
/var/tmp/portage/dev-util/netbeans-6.7_beta/work/nbbuild/build.xml:664: The following error occurred while executing
this line:
/var/tmp/portage/dev-util/netbeans-6.7_beta/work/nbbuild/build.xml:659: The following error occurred while executing
this line:
/var/tmp/portage/dev-util/netbeans-6.7_beta/work/nbbuild/build.xml:706: The following error occurred while executing
this line:
/var/tmp/portage/dev-util/netbeans-6.7_beta/work/nbbuild/templates/projectized.xml:87: No dependent module
org.netbeans.api.web.webmodule
Comment 3 Jesse Glick 2010-01-20 14:39:38 UTC

*** This bug has been marked as a duplicate of bug 158064 ***