[ http://jira.andromda.org/browse/CORE-40?page=history ]
     
Chad Brandon closed CORE-40:
----------------------------

     Resolution: Fixed
    Fix Version: 3.0 RC2

Mappings can now be extended by using the <extends/> element to either extend 
using a relative path:

<mappings name="HibernateExt">
    <extends>../../../mappings/HIbernateTypeMappings.xml</extends>
    <mapping>
        <from>datatype::boolean</from>
        <from>datatype::Boolean</from>
        <to>yes_no</to>
    </mapping>
</mappings>

or the logical name (if available):

<mappings name="HibernateExt">
    <extends>Hibernate</extends>
    <mapping>
        <from>datatype::boolean</from>
        <from>datatype::Boolean</from>
        <to>yes_no</to>
    </mapping>
</mappings>

> Ability to extend the mappings files
> ------------------------------------
>
>          Key: CORE-40
>          URL: http://jira.andromda.org/browse/CORE-40
>      Project: AndroMDA Core
>         Type: Improvement
>     Reporter: Sascha-Matthias Kulawik
>     Assignee: Chad Brandon
>      Fix For: 3.0 RC2

>
> It should be possible to extend the language mappings files, so you can use 
> the AndroMDA given one and extend it with your own changes without copiing 
> the standard one from AndroMDA and write your own stuff into this.
> Is much easier in production to "live on the bleeding edge" with all AndroMDA 
> files without syncing this files always.

-- 
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



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to