Hi,


I was digging a little bit in the AndroMDA code and probably found the reason, 
why my PackageFacades get processed even if I disabled the corresponding 
package in my properties (see previous posting).



The Cartridge.class filters the model packages in the method 
"filterModelPackages(Collection modelElements)" by retrieving the package name 
of the element and checking if this package is disabled for processing. 
However, the package name of a package is the parent package. 



So, in the example of the previous posting I also have to add the parent 
package like this



maven.andromda.modelPackage.0.name=de::mycomp::mypackage 

maven.andromda.modelPackage.0.shouldProcess=false 

maven.andromda.modelPackage.1.name=de::mycomp

maven.andromda.modelPackage.1.shouldProcess=false 



in order to supress the generation of the PackageDAOFactory.



I suspect that this behaviour is unwanted. Where can I report a bug for this?
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1587#1587
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
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-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to