Hi all,
I'm using 3.1-M1-SNAPSHOT and already have some problems with the new config-file. I spend hours on it and maybe I'm too blind to see it - so please help me out ;) in my project the different files look like: project.xml <project> ... <dependencies> <dependency> <groupId>andromda</groupId> <artifactId>maven-andromda-plugin</artifactId> <version>${andromda}</version> <type>plugin</type> </dependency> <!-- Specify and configure our cartridges --> <dependency> <groupId>andromda</groupId> <artifactId>dpcom-bpm4jformular-cartridge</artifactId> <version>${andromda}</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-ocl-validation-library</artifactId> <version>${andromda}</version> </dependency> <dependency> <groupId>andromda</groupId> <artifactId>andromda-ocl-query-library</artifactId> <version>${andromda}</version> </dependency> <dependency> <groupId>dpcom_profile</groupId> <artifactId>dpcom_profile</artifactId> <version>1.0</version> <type>xml.zip</type> </dependency> ... </dependencies> </project> project.properties maven.multiproject.type=pom filter= maven.andromda.configuration.uri=file:${maven.conf.dir}/andromda.xml maven.andromda.model.uri=jar:file:${maven.src.dir}/uml/ZaehlerRueckmeldungModel.xml.zip!/ZaehlerRueckmeldungModel.xml ... andromda.xml <andromda> <properties> <property name="modelValidation">true</property> <property name="cartridgeFilter">${filter}</property> </properties> <models> <model> <uri>${maven.andromda.model.uri}</uri> <moduleSearchLocations> <location>${maven.repo.local}/andromda/xml.zips</location> </moduleSearchLocations> </model> </models> <namespaces> <namespace name="default"> <properties> <property name="languageMappingsUri">Java</property> <property name="wrapperMappingsUri">JavaWrapper</property> <property name="sqlMappingsUri">${sql.mappings}</property> <property name="jdbcMappingsUri">JDBC</property> <property name="maxSqlNameLength">30</property> <property name="foreignKeySuffix">_FK</property> <property name="ejbJndiNamePrefix">${application.id}</property> </properties> </namespace> <namespace name="bpm4jformular"> <properties> <property name="forms">${maven.andromda.web.generated.dir}</property> <property name="pages">${maven.andromda.web.generated.dir}</property> <property name="actions">${maven.andromda.web.generated.dir}</property> <property name="controllers">${maven.andromda.web.generated.dir}</property> <property name="controller-impls">${maven.andromda.web.manual.java.dir}</property> <property name="decorators">${maven.andromda.web.manual.java.dir}</property> <property name="messages">${maven.andromda.web.generated.dir}/WEB-INF/classes</property> <property name="config">${maven.andromda.web.generated.dir}/WEB-INF</property> <property name="event">${maven.andromda.web.manual.java.dir}</property> <property name="population">${maven.andromda.web.manual.java.dir}</property> <property name="validation">${maven.andromda.web.manual.java.dir}</property> <property name="security">false</property> <property name="securityRealm">other</property> <property name="serviceAccessorPattern">{0}.{1}Util.getHome().create()</property> </properties> </namespace> </namespaces> </andromda> If I try to build my project but nothing is generated. I already tried to set the cartridgeFilter: <property name="cartridgeFilter">bpm4jformular</property> but it seems that my cartridge cannot be found!? Are there any errors within the mapping or is it a fault in my cartridge? Thanks in advance Timo _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=402#402 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user