Today I find small issue with profiles.
Shortly: New UML files based on Approach with importing profiles don't save with profiles having autoinclude=false in definition.
I have one local, userdefined Approach with importing some profiles:
When create new file based on this Approach profiles are added, diagrams (e.g. ERD) can be properly created.
But when save to file, the uml file not contain profiles with autoinclude=false (e.g. ERD) in section <XPD:PROFILES>
Reopen this file, to see in ProfileManager, that some profiles are missing.
Profiles added manualy with ProfileManager are saved corectly.
If you can look at this, maybe it is simple to correct?
Michał
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I managed to reproduce that. I also saw it with StarUML. Definitely there is a problem with handling IMPORTPROFILES. Most likely loading file takes some shortcuts without calling add profile on the Profile Manager. I think it will not be hard to fix.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Janusz
Today I find small issue with profiles.
Shortly: New UML files based on Approach with importing profiles don't save with profiles having autoinclude=false in definition.
I have one local, userdefined Approach with importing some profiles:
When create new file based on this Approach profiles are added, diagrams (e.g. ERD) can be properly created.
But when save to file, the uml file not contain profiles with autoinclude=false (e.g. ERD) in section <XPD:PROFILES>
Reopen this file, to see in ProfileManager, that some profiles are missing.
Profiles added manualy with ProfileManager are saved corectly.
If you can look at this, maybe it is simple to correct?
Michał
I managed to reproduce that. I also saw it with StarUML. Definitely there is a problem with handling IMPORTPROFILES. Most likely loading file takes some shortcuts without calling add profile on the Profile Manager. I think it will not be hard to fix.
Fixed in 5.6.5. A shortcut in loading profile as expected.
Thank you, Janusz, it is OK
I hope that I'm your favorite tester ;)
Indeed, the help is appreciated :)