[ http://jira.andromda.org/browse/ANDROMDAPP-33?page=all ]
     
Bob Fields resolved ANDROMDAPP-33:
----------------------------------

    Resolution: Fixed

Fixed in version 3.4-SNAPSHOT. Commit on 5/20/09.

> Multi-source-xmi model generation
> ---------------------------------
>
>          Key: ANDROMDAPP-33
>          URL: http://jira.andromda.org/browse/ANDROMDAPP-33
>      Project: AndroMDApp Project Generator
>         Type: Bug

>  Environment: Windorws 2003 server, maven2, AndroMDA 3.2, MagicDraw 11.6
> using hibernate, spring , jsf, axis cartridges.
>     Reporter: Béla Boda
>     Assignee: Bob Fields
>     Priority: Critical

>
> I tried to genreate from two .uml2 file setting the andromda.xml as below:
> andromda.xml:
> *****************
>         <repository name="emf-uml2">
>             <models>
>                 <model type="emf-uml2">
>                     <uri>${neu-sample.model.1}</uri>
>                     <uri>${neu-sample.model.2}</uri>
>                     <moduleSearchLocations>
>                                               <location 
> patterns="**/*.uml2">${settings.localRepository}/org/andromda/profiles/emf/uml2</location>
>                                       </moduleSearchLocations>
>                 </model>
>                       </models>
>         </repository>
> build.properties:
> ******************
> neu-sample.model.1=file:${project.build.sourceDirectory}/part1/neu-sample-part1.uml2
> neu-sample.model.2=file:${project.build.sourceDirectory}/part1/neu-sample-part2.uml2
> The problem is that only the second(neu-sample.model.2) is generated.
> The other way I tried didn't worked either:
> andromda.xml:
> *****************
>         <repository name="emf-uml2">
>             <models>
>                 <model type="emf-uml2">
>                     <uri>${neu-sample.model.1}</uri>
>                     <moduleSearchLocations>
>                                               <location 
> patterns="**/*.uml2">${settings.localRepository}/org/andromda/profiles/emf/uml2</location>
>                                       </moduleSearchLocations>
>                 </model>
>                 <model type="emf-uml2">
>                     <uri>${neu-sample.model.2}</uri>
>                     <moduleSearchLocations>
>                                               <location 
> patterns="**/*.uml2">${settings.localRepository}/org/andromda/profiles/emf/uml2</location>
>                                       </moduleSearchLocations>
>                 </model>
>                       </models>
>         </repository>
> This time the second model is generated twice...
> Please!
>  I'm checking the source and try to send the fix.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects

Reply via email to