Modelpackage inheritance
------------------------

         Key: CORE-84
         URL: http://jira.andromda.org/browse/CORE-84
     Project: AndroMDA Core
        Type: Improvement
    Versions: 3.1M1    
    Reporter: Peter Friese
 Assigned to: Chad Brandon 
     Fix For: 3.1RC1


The current configuration file format allows us to turn generation on / off for 
packages in a model.

Turning on / off can be achieved as well on the model level as on the package 
level. What is missing is a possibility to enable / disable code generation for 
a package and all subpackages. 

Many UML tools do not support separating models into multiple modules, so all 
users using such tools will eventually need this feature.

I suggest extending the config format like this:

<modelPackages processAll="false">
  <modelPackage process="true" inherit="true">org::sample::core</modelPackage>
</modelPackages>

which will result in org.sample.core and all subpackages to be generated, while 
all other packages will not be generated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-devel mailing list
Andromda-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to