Bug 53366 - project settings not saved
Summary: project settings not saved
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 18:48 UTC by Jonathan Riddell
Modified: 2012-11-23 14:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ?