Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Number of attachments :
Description
I did some debugging and it looks like the problem is the order of child elements in the merged Configuration; I looked into ConfigurationUtil in DNA and it definitely does care what order child Configurations are in.
To get my version to build I just reversed kid1 and kid2, but we should probably either rethink the merged child order or kick this to DNA. The Configuration comparison is in ConfigurationUtil.equals