Community
Participate
Working Groups
Plug-in : org.eclipse.papyrus.properties.model.xwt When using the EMF to XWT transformation to generate XWT Files, the files are generated on a single line. The main problem is that these generated files cannot be handled correctly by SVN, preventing the file merges. Moreover, the order of the XML attributes may change from a generation to another. - The XWT files are not formatted - The order of the XML attributes is not deterministic
Fixed in r5403 (Branch 0.8.X) Merged to the trunk in r5404
All XWT files have been formatted Done in r5409 (Branch 0.8.X) Merged to the trunk in r5410
- Some properties (Especially namespaces) are formatted in a random order, resulting in non-pertinent changes on the files - A NPE occurs when saving files from the Customization editor
> - A NPE occurs when saving files from the Customization editor Fixed in r5505 (Branch 0.8.X) Merged to the trunk in r5507
The bug is fixed, although the following issue still exists: > - Some properties (Especially namespaces) are formatted in a random order, resulting in non-pertinent changes on the files I will reopen a more specific task for it.