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 92456 - Adding test dependency changes order of dependencies in project.xml
Summary: Adding test dependency changes order of dependencies in project.xml
Status: CLOSED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 16:23 UTC by pzajac
Modified: 2007-01-18 09:49 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 pzajac 2007-01-12 16:23:25 UTC
trunk -[070112] 
I tried to add org.openide.filesystems module to apisupport/project module by
using add test dependency action. It changed order of test dependencies inside
project.xml. It is better to not change order if dependencies to have smaller
diff of project.xml.
Comment 1 Jesse Glick 2007-01-12 17:01:46 UTC
For main module deps, the project.xml writing code always sorts the
dependencies. This leads to unpleasant large diffs the first time you use the
customizer after having made manual edits in the past - but this is the price
you pay for having stable diffs (and mergeable changes) in the future. So I
would consider this a bug only if it did not sort the dependencies.
Comment 2 pzajac 2007-01-12 18:01:22 UTC
The list of cnbs is sorted.
Comment 3 pzajac 2007-01-18 09:49:43 UTC
c