bart schipper wrote:


Why is that? What am I doing wrong here?


(end of quote)




that's normal .. the first time you run AndroMDA the required libraries will be 
downloaded



depending on what you are trying to build it will download few of them or a lot 
of them



maven will store these libraries in c:/documents and 
settings/bart.schipper/.maven/repository, in a structure as found in 



in your case it will download these dependencies because the build relies on 
them, you listed these andromda components:



andromda-profile-3.1-M1.xml.zip

(required by andromda:run to load the datatypes, stereotypes and taggedvalues)



maven-andromda-plugin-3.1-M1.jar

(contains andromda:run, needed to run andromda on your model)



andromda-spring-cartridge-3.1-M1.jar

(spring transformation cartridge)



...



andromda-ocl-validation-library-3.1-M1.jar

(required to be able to validate the correctness of your model)



andromda-ocl-query-library-3.1-M1.jar

(required to translate constraints in your model to HibernateQL or EJBQL)





the fact you get a 403 forbidden means a firewall is blocking the maven request 
for download, you need to configure maven to pass the firewall, this is 
explained here: 
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2113#2113
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