Yeah you could easily create a template object (like we use for the 
$stringUtils for example) that does this transformation for you.  Or you could 
extend a given metafacade and then just override getPackagePath and 
getPackageName.



The cartridge.xml is where template objects are defined:



<templateObject name="stringUtils" 
className="org.apache.commons.lang.StringUtils"/>



If you went the template object route (easier if you only have this change you 
want) You'd have two options...modify the actual cartridge, or merge in the 
template object into the cartridge.xml and then override the template(s) to 
provide the call to the template object's getPackagePath method (or whatever 
you decide to call it).



Info on merging:



http://team.andromda.org/docs/andromda-cartridges/index.html#mergeLocation

http://team.andromda.org/docs/andromda-cartridges/index.html#mergeMappingsUri
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3177#3177
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