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 162208 - Trunk build is broken in around: xml-actions-XMLViewActions
Summary: Trunk build is broken in around: xml-actions-XMLViewActions
Status: RESOLVED DUPLICATE of bug 162084
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other All
: P1 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 12:21 UTC by Jaroslav Tulach
Modified: 2009-04-08 12:28 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 Jaroslav Tulach 2009-04-08 12:21:02 UTC
http://deadlock.netbeans.org/hudson/job/trunk/5476/testReport/org.netbeans.core.validation/ValidateLayerConsistencyTest/testFolderOrdering/


Error Message
No warnings relating to folder ordering in [Editors/text/x-maven-settings+xml/Popup, Editors/text/xml/Popup, 
Editors/Popup]; cf: 
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt 
Not all children in / marked with the position attribute: [generate-code], but some are: [format, 
org-netbeans-modules-xml-actions-XMLViewActions.instance, org-netbeans-modules-xml-actions-CollectXMLAction.instance, 
SeparatorAfterFormat.instance, org-openide-actions-CutAction.instance, org-openide-actions-CopyAction.instance, 
org-openide-actions-PasteAction.instance, ToolsSeparator.instance, org-openide-actions-ToolsAction.instance, 
org-netbeans-modules-editor-NbSelectInPopupAction.instance]
Stacktrace
junit.framework.AssertionFailedError: No warnings relating to folder ordering in 
[Editors/text/x-maven-settings+xml/Popup, Editors/text/xml/Popup, Editors/Popup]; cf: 
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt
Not all children in / marked with the position attribute: [generate-code], but some are: [format, 
org-netbeans-modules-xml-actions-XMLViewActions.instance, org-netbeans-modules-xml-actions-CollectXMLAction.instance, 
SeparatorAfterFormat.instance, org-openide-actions-CutAction.instance, org-openide-actions-CopyAction.instance, 
org-openide-actions-PasteAction.instance, ToolsSeparator.instance, org-openide-actions-ToolsAction.instance, 
org-netbeans-modules-editor-NbSelectInPopupAction.instance]
        at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.assertNoErrors(ValidateLayerConsistencyTest.java:156)
        at 
org.netbeans.core.validation.ValidateLayerConsistencyTest.testFolderOrdering(ValidateLayerConsistencyTest.java:685)
        at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:88)
        at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:336)
        at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:273)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Petr Jiricka 2009-04-08 12:26:33 UTC
Isn't this a duplicate of issue 162084?
Comment 2 Milos Kleint 2009-04-08 12:28:52 UTC
jo.

*sigh* It's not even funny anymore. The folder itself was for the maven pom mimetype only but at runtime it gets merged
with the xml folder and therefore the positions in multiple folders need to match. */sigh* 

*** This issue has been marked as a duplicate of 162084 ***