[ http://jira.andromda.org/browse/ANDROMDAPP-33?page=comments#action_14890 
] 

Bob Fields commented on ANDROMDAPP-33:
--------------------------------------

Same bug verified with RSM6 and 3.3-SNAPSHOT as of 9/07

> 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: Chad Brandon
>     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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

Reply via email to