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

Summary: mobility cluster needs org.netbeans.api.web.webmodule from j2ee cluster
Product: javame Reporter: fordfrog <fordfrog>
Component: Build SystemAssignee: Petr Suchomel <psuchomel>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***