For those of you using the latest SNAPSHOT of 3.1-RC1, there's been a slight 
change to the andromda configuration (typically found in mda/conf/andromda.xml 
of your project).  



I just finished adding support for being able to use multiple repositories at 
the same time (this means we'll be able to use other tools like EMF for 
example,  to load models at the same time we're using MDR).



This means you now need to specify the repository in your andromda.xml 
configuration file, for example this is what you'll need in your configuration 
around your models element declaration:





<andromda>

&nbsp; &nbsp; ...

&nbsp; &nbsp; <repositories>

&nbsp; &nbsp; &nbsp; &nbsp; <repository name="netBeansMDR">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <models>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<uri>$&#123;maven.andromda.model.uri&#125;</uri>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; <location>$&#123;maven.repo.local&#125;/andromda/xml.zips</location>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
</moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </models>&nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; 

&nbsp; &nbsp; &nbsp; &nbsp; </repository>

&nbsp; &nbsp; </repositories>

&nbsp; &nbsp; ...

</andromda>


--
Chad Brandon - [EMAIL PROTECTED]

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to