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 115871

Summary: Folder ordering problem
Product: ruby Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker Keywords: TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/trunk/3353/testReport/org.netbeans.core.projects/ValidateLayerConsistencyTest/testFolderOrdering/
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 114843    

Description Jesse Glick 2007-09-18 16:01:01 UTC
See test.

Not all children in Templates/Project/Samples/ marked with the position attribute: [Ruby], but some are: [Standard, Web,
Metro, Enterprise, J2ME, UML, SOA, Identity, Native, ApiSupport]

http://deadlock.netbeans.org/hudson/job/trunk/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt

says:

o.n.m.ruby.samples.depot                  Templates/Project/Samples/Ruby/
o.n.m.ruby.samples.depot                  Templates/Project/Samples/Ruby/DepotProject.zip ("Depot Application")
Comment 1 Torbjorn Norbye 2007-09-19 01:35:54 UTC
I added an attribute there - I randomly picked "607" as the position. If there's a spec somewhere which states the
sample order, please adjust.

Checking in org/netbeans/modules/ruby/samples/depot/resources/layer.xml;
/cvs/ruby/samples/depot-sample/src/org/netbeans/modules/ruby/samples/depot/resources/layer.xml,v  <--  layer.xml
new revision: 1.2; previous revision: 1.1
done
Comment 2 Jesse Glick 2007-09-19 03:54:07 UTC
Fix worked, thanks.
Comment 3 Martin Krauskopf 2007-09-19 06:59:49 UTC
Sorry for troubles, thanks Tor!