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>

&nbsp; &nbsp; ...

&nbsp; &nbsp; <dependencies>

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

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

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<artifactId>maven-andromda-plugin</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp;<version>$&#123;andromda&#125;</version>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<type>plugin</type>

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

&nbsp; &nbsp; &nbsp; &nbsp; <!-- Specify and configure our cartridges -->

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

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

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<artifactId>dpcom-bpm4jformular-cartridge</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<version>$&#123;andromda&#125;</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>$&#123;andromda&#125;</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-query-library</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<version>$&#123;andromda&#125;</version>

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

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

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <groupId>dpcom_profile</groupId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <artifactId>dpcom_profile</artifactId>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <version>1.0</version>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <type>xml.zip</type>

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

&nbsp; &nbsp; &nbsp; &nbsp; ...

&nbsp; &nbsp; </dependencies>

</project>





project.properties



maven.multiproject.type=pom



filter=



maven.andromda.configuration.uri=file&#58;$&#123;maven.conf.dir&#125;/andromda.xml



maven.andromda.model.uri=jar&#58;file&#58;$&#123;maven.src.dir&#125;/uml/ZaehlerRueckmeldungModel.xml.zip!/ZaehlerRueckmeldungModel.xml

...





andromda.xml



<andromda>

&nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; <property name="modelValidation">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; <property 
name="cartridgeFilter">$&#123;filter&#125;</property>

&nbsp; &nbsp; </properties>

&nbsp; &nbsp; <models>

&nbsp; &nbsp; &nbsp; &nbsp; <model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<uri>$&#123;maven.andromda.model.uri&#125;</uri>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<location>$&#123;maven.repo.local&#125;/andromda/xml.zips</location>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; </model>

&nbsp; &nbsp; </models>

&nbsp; &nbsp; <namespaces>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="default">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="languageMappingsUri">Java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="wrapperMappingsUri">JavaWrapper</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="sqlMappingsUri">$&#123;sql.mappings&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="jdbcMappingsUri">JDBC</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="maxSqlNameLength">30</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="foreignKeySuffix">_FK</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="ejbJndiNamePrefix">$&#123;application.id&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="bpm4jformular">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="forms">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="pages">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="actions">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="controllers">$&#123;maven.andromda.web.generated.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="controller-impls">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="decorators">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="messages">$&#123;maven.andromda.web.generated.dir&#125;/WEB-INF/classes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="config">$&#123;maven.andromda.web.generated.dir&#125;/WEB-INF</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="event">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="population">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="validation">$&#123;maven.andromda.web.manual.java.dir&#125;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="security">false</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="securityRealm">other</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<property 
name="serviceAccessorPattern">&#123;0&#125;.&#123;1&#125;Util.getHome&#40;&#41;.create&#40;&#41;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>&nbsp; &nbsp; &nbsp; &nbsp; 

&nbsp; &nbsp; </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

Reply via email to