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):
<dependency> <groupId>andromda</groupId> <artifactId>andromda-core</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-ant-task</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-metafacades-uml</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-metafacades-uml14</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-repository-mdr</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-templateengine-velocity</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-ocl-translation-core</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-ocl-validation-library</artifactId> <version>3.1-M1</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> </dependency> <dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>jmi</groupId> <artifactId>jmiuml</artifactId> <version>1.4di</version> </dependency> <dependency> <groupId>jmi</groupId> <artifactId>mof</artifactId> <version>20030918</version> </dependency> <dependency> <groupId>jmi</groupId> <artifactId>jmi</artifactId> <version>20030918</version> </dependency> <dependency> <groupId>mdr</groupId> <artifactId>jmiutils</artifactId> <version>20040826</version> </dependency> <dependency> <groupId>mdr</groupId> <artifactId>mdrapi</artifactId> <version>20040826</version> </dependency> <dependency> <groupId>mdr</groupId> <artifactId>nbmdr</artifactId> <version>20040826</version> </dependency> <dependency> <groupId>mdr</groupId> <artifactId>openide-util</artifactId> <version>20040826</version> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.6.0</version> </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