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 143420 - Add new friends to the xml modules
Summary: Add new friends to the xml modules
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 09:26 UTC by Vladimir Yaroslavskiy
Modified: 2008-08-26 15:38 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 Yaroslavskiy 2008-08-11 09:26:47 UTC
xml.wsdl.extensions/nbproject/project.xml
+ <friend>org.netbeans.modules.bpel.mapper</friend>

xml.catalogsupport/nbproject/project.xml
+ <friend>org.netbeans.modules.bpel.mapper</friend>
+ <friend>org.netbeans.modules.soa.ui</friend>
+ <friend>org.netbeans.modules.soa.ui01</friend>
+ <friend>org.netbeans.modules.wlm.editor</friend>

xml.axi/nbproject/project.xml
+ <friend>org.netbeans.modules.soa.ui01</friend>

xml.xam.ui/nbproject/project.xml
+ <friend>org.netbeans.modules.soa.ui</friend>
+ <friend>org.netbeans.modules.soa.ui01</friend>
+ <friend>org.netbeans.modules.xml.search</friend>
+ <friend>org.netbeans.modules.xml.search01</friend>
+ <friend>org.netbeans.modules.wlm.editor</friend>

xml.validation/nbproject/project.xml
+ <friend>org.netbeans.modules.soa.validation</friend>
+ <friend>org.netbeans.modules.soa.validation01</friend>
+ <friend>org.netbeans.modules.wlm.editor</friend>

xml.multiview/nbproject/project.xml
+ <friend>org.netbeans.modules.wlm.editor</friend>

xml.wsdl.extensions/nbproject/project.xml
+ <friend>org.netbeans.modules.wlm.editor</friend>
+ <friend>org.netbeans.modules.wlm.project</friend>

xml.schema.ui.basic/nbproject/project.xml
+ <friend>org.netbeans.modules.xslt.tmap</friend>

xml.text/nbproject/project.xml
+ <friend>org.netbeans.modules.xslt.core</friend>
+ <friend>org.netbeans.modules.xslt.tmap</friend>
Comment 1 Vladimir Yaroslavskiy 2008-08-11 09:28:31 UTC
related issue http://www.netbeans.org/issues/show_bug.cgi?id=142528
Comment 2 Vladimir Yaroslavskiy 2008-08-11 09:41:49 UTC
fixed in main: e3596b59dfb6
Comment 3 Vladimir Yaroslavskiy 2008-08-11 09:42:38 UTC
verified.
Comment 4 Quality Engineering 2008-08-11 15:38:54 UTC
Integrated into 'main-golden', available in build *200808111401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/e3596b59dfb6
User: Vladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Log: [Issue #143420] Add new friends to the xml modules
Comment 5 Erno Mononen 2008-08-26 15:33:19 UTC
I just noticed the fix this issue added org.netbeans.modules.wlm.editor as a friend to xml.multiview. I had a look at 
the related issue, but I still don't understand why this dependency is needed. Could you please clarify? Thanks.
Comment 6 Vladimir Yaroslavskiy 2008-08-26 15:38:24 UTC
Module wlm.editor is from Sierra build (http://beryl.russia.sun.com:8080/hudson/job/sierra) which is based on NB 6.1. In
future it will be based on NB 6.5 or higher. Also this integration was done as a part of fixes for patch 3 of NB 6.1:
see http://www.netbeans.org/issues/show_bug.cgi?id=142528