Hello,

I have not been able to successfully generate the java code and hiberante
config files from the .xmi Poseidon document and maven.  I am using the
spring cartridge, and the andromda processor is running, but the code is not
being generated.  Any ideas?  Here are my config files:

project.xml

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <pomVersion>3</pomVersion>
  <name>andromdatest</name>
  <groupId>andromdatest</groupId>
  <currentVersion>1.0</currentVersion>
  
  <dependencies><!--
                <dependency>
                        <groupId>andromda</groupId>
                        <artifactId>maven-andromda-plugin</artifactId>
                        <version>3.0M3-SNAPSHOT</version>
                        <type>plugin</type>
                        <properties>
                        </properties>
                </dependency>-->
                <dependency>
                        <groupId>andromda</groupId>
                        <artifactId>andromda-spring-cartridge</artifactId>
                        <version>3.0M3</version>
                        <properties>
                                <services.ignore/>
                                <services-impl.ignore/>
                                <!--<driver>com.mysql.jdbc.Driver</driver>
                                <username>pavlidis</username>
                                <password>toast</password>
                                <connectionUrl> 
        
jdbc:mysql://localhost:3307/caarraytmm</connectionUrl>
                                <hibernateDialect> 
        
net.sf.hibernate.dialect.MySQLDialect</hibernateDialect>-->
                                <daos/>
                                <dao-impls.ignore/>
                                <spring-configuration.ignore/>
                                <springTypesPackage.ignore/>
                        </properties>
                </dependency>
        </dependencies>
</project>

*****************************************************************************
***********************************
project.properties

 maven.andromda.src.dir=${basedir}
 #Andromda Plugin Settings
 maven.andromda.cartridgeFilter=andromda-spring-cartridge
 





-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to