Merging to more than one <path> in different <mapping>s does not work
---------------------------------------------------------------------

         Key: CORE-80
         URL: http://jira.andromda.org/browse/CORE-80
     Project: AndroMDA Core
        Type: Bug
    Versions: 3.0 RC1    
    Reporter: Jens Vagts
 Assigned to: Chad Brandon 


If using following merge mapping declaration within a mergemapping file:
<mapping>
 <from><![CDATA[<!-- cartridge-template merge-point -->]]></from>
 <to>
   <path>fileone.txt</path>
 </to>
 </mapping>
 <mapping>
  <from><![CDATA[// license-header java merge-point]]></from>
  <to>
    <path>filetwo.txt</path>
  </to>
</mapping>

andromda always replaces the fileone.txt in both merge points.
Using direct text data instead of <path>filetwo.txt</path> works.


-- 
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 the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Andromda-devel mailing list
Andromda-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to