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 109759 - Cannot build NetBeans modules
Summary: Cannot build NetBeans modules
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 22:58 UTC by _ tboudreau
Modified: 2007-07-16 18:59 UTC (History)
0 users

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 _ tboudreau 2007-07-15 22:58:37 UTC
Trunk build - both the identity1 and soa1 clusters appear to contain a module org.netbeans.identity.ant

Created dir: /space/ListMetrics/gui/build/public-package-jars
Scanning for modules in /Applications/NetBeans 6.0.app/Contents/Resources/NetBeans
/Applications/NetBeans 6.0.app/Contents/Resources/NetBeans/harness/build.xml:74: java.io.IOException: Duplicated module 
org.netbeans.modules.identity.ant: found in /Applications/NetBeans 6.0.app/Contents/Resources/NetBeans/identity1/modules and /Applications/NetBeans 
6.0.app/Contents/Resources/NetBeans/soa1/modules
Comment 1 Peter Liu 2007-07-16 18:59:08 UTC
The identity modules have recently been moved out of the soa cluster and into the identity cluster. You need to either
do a clean build or remove all the identity modules from the soa cluster first before building.