Yeah we do bundle quite a number of jars (mostly all from the samples..since we 
bundle any jar that's used in those).   Actually to run andromda you don't need 
that many jars, to figure out the jars you *do* need, open up the 
maven-andromda-plugin and look at the project.xml.  I just took this from the 
3.1-M1 release, so obviously change the version as necessary (you should need 
the following):



 &nbsp; &nbsp; &nbsp; &nbsp;<dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>andromda-core</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-ant-task</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-metafacades-uml</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-metafacades-uml14</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-repository-mdr</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-templateengine-velocity</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-ocl-translation-core</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>andromda</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>andromda-ocl-validation-library</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>3.1-M1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>commons-beanutils</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>commons-beanutils</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.7.0</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>commons-collections</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>commons-collections</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<version>3.1</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>commons-digester</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>commons-digester</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.6</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>commons-lang</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>commons-lang</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>2.0</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>commons-logging</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>commons-logging</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.0.4</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>log4j</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>log4j</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.2.8</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>velocity</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>velocity</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.4</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>jmi</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>jmiuml</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.4di</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>jmi</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>mof</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20030918</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>jmi</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>jmi</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20030918</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>mdr</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>jmiutils</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20040826</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>mdr</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>mdrapi</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20040826</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>mdr</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>nbmdr</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20040826</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>mdr</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>openide-util</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>20040826</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>

&nbsp; &nbsp; &nbsp; &nbsp; <dependency>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>xalan</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>xalan</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>2.6.0</version>

&nbsp; &nbsp; &nbsp; &nbsp; </dependency>
--
Chad Brandon - [EMAIL PROTECTED]

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