Well the mappings are located in etc/mappings because they're bundled into the 
maven plugins during the build, and then referenced from there (so usually they 
are external to the cartridge so that you can easily configure them). 



You could override the ModelElementFacade::getLanguageMappings() operation to 
return the TypeMappings object configured from the mappings file bundled in 
your cartridge's META-INF directory (since you want the mapping file in your 
cartridge).  Take a look at the implementation of handleGetLanguageMappings() 
in the ModelElementFacadeLogicImpl to see what I mean about configuring the 
TypeMappings object.
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=277#277
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to