Bug 53366

Summary: project settings not saved
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: CONFIRMED ---    
Severity: wishlist CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2003-01-24 18:48:56 UTC
Version:            (using KDE Devel)
Compiler:          gcc 2.95 
OS:          Linux

Project settings such as code export directory are not saved with the file but in Umbrello's global configuration file.  They should be saved in the XMI file.
Comment 1 Heiko Nardmann 2004-08-18 06:18:19 UTC
When using XMI 1.2 one may use the XMI.extensions section.
Placing it into the XMI.contents section using XMI.extension might be the alternative.
But since it does not have to do something with the contents the first way may be better.
Based on XMI 2.0 one probably can use Extension there, too, as described in XMI 2.0, chapter 1.5.4 and shown in figure 1-1 on page 1-7.

You need:
- extender (String)
- extenderID (String)
- the extension elements which can be anything valid inside XML

So question now is what to choose for extender and extenderID?
It would be useful to know what Rational Rose uses for this thing to make umbrello compatible.
Comment 2 Ralf Habacker 2012-11-23 14:34:08 UTC
> It would be useful to know what Rational Rose uses for this thing to make umbrello compatible.

Anyone there who can give some more hints or have a rational rose xmi file example, so that this feature could implement ?