Hi all!

I got a problem with the extension mechnism...

I tried to use the <mergeLocation> tag in the /mda/project.xml:

        <dependency>
            <groupId>andromda</groupId>
            <artifactId>andromda-bpm4struts-cartridge</artifactId>
            <version>${andromda}</version>
            <properties>
                 <forms>${maven.andromda.web.generated.dir}</forms>
                 <pages>${maven.andromda.web.generated.dir}</pages>
                 <actions>${maven.andromda.web.generated.dir}</actions>
                 <controllers>${maven.andromda.web.generated.dir}</controllers>
                 <controller-impls>${maven.andromda.web.manual.java.dir}</controller-impls>
                 <decorators>${maven.andromda.web.manual.java.dir}</decorators>
                 <messages>${maven.andromda.web.generated.dir}</messages>
                 <configuration>${maven.andromda.web.generated.dir}/WEB-INF</configuration>
                 <security>false</security>
                 <securityRealm>other</securityRealm>
                 <serviceAccessorPattern>${pom.package}.ServiceLocator.instance().get{1}()</serviceAccessorPattern>
                 <mergeMappingsUri>file:${maven.conf.dir}/mappings/Bpm4StrutsMergeMappings.xml</mergeMappingsUri>
                 <mergeLocation>/opt/custom</mergeLocation>
            </properties>
        </dependency>


To use this extension I generated the folder structure

        /opt/custom/templates/bpm4struts/actions

and added the copies of the two files
       
        Action.java.vm
        Action.java.vsl

I modified the Action.java.vsl to retrieve more debugging output, but my new generated files didn't change :(
Did I miss something??

Wouter Zoons asked, if I got the right privileges - yes, I think so...


Thanks for help,

Alex

Reply via email to