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 119154 - Folder ordering problems
Summary: Folder ordering problems
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebServer 7 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ajay Acharya
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-10-17 00:11 UTC by Jesse Glick
Modified: 2007-10-22 07:42 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 Jesse Glick 2007-10-17 00:11:14 UTC
From newly added serverplugins/sun/webserver7:

Not all children in Templates/ marked with the position attribute: [SunWS70Resources], but some are: [Client, JWS,
Licenses, Privileged, Project, Recent, Server, Services, Scripting, NetBeansModuleDevelopment, MIDP, CDC, cFiles, J2EE,
ManagementFile, cppFiles, JSP_Servlet, EJS, fortranFiles, JSF, shells, Struts, MakeTemplates, Classes, Scala, GUIForms,
AWTForms, JUnit, Persistence, Ruby, WebServices, SOA, Identity, XML, Documents, SunResources, Jackpot, UML, LoadTesting,
Other, Properties]

Relative ordering attribute CopyAction.instance/PasteAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute CutAction.instance/CopyAction.instance on Loaders/xml/sun-ws7-resource/Actions is deprecated
in favor of numeric position attributes

Relative ordering attribute DeleteAction.instance/RenameAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute FileSystemAction.instance/Separator1.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute OpenAction.instance/RegisterAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute PasteAction.instance/Separator2.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute RegisterAction.instance/FileSystemAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute RenameAction.instance/Separator3.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute Separator1.instance/CutAction.instance on Loaders/xml/sun-ws7-resource/Actions is deprecated
in favor of numeric position attributes

Relative ordering attribute Separator2.instance/DeleteAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute Separator3.instance/ToolsAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes

Relative ordering attribute ToolsAction.instance/PropertiesAction.instance on Loaders/xml/sun-ws7-resource/Actions is
deprecated in favor of numeric position attributes
Comment 1 Ajay Acharya 2007-10-22 07:42:41 UTC
Added the numeric position attributes

Checking in src/org/netbeans/modules/j2ee/sun/ws7/j2ee/layer.xml;
/cvs/serverplugins/sun/webserver7/src/org/netbeans/modules/j2ee/sun/ws7/j2ee/layer.xml,v  <--  layer.xml
new revision: 1.10; previous revision: 1.9
done

More changes were made by jglick in version 1.11 of layer.xml after fixing the test case.