Hi all

i'm using maven-1.1b2, jalopy-plugin-1.3.1 and andromda

the idea is to run andromda on an UML model,
and then format the generated code

my problem is that the jalopy plugin directly uses 
pom.build.sourceDirectory 
i added a {maven:addPath id="maven.compile.src.set" ...} with the
location where my files are generated to allow the compilation
but i can't have the files to be parsed by jalopy!

here's an excerpt from the jalopy-plugin jelly script

    <ant:jalopy fileformat="${maven.jalopy.fileFormat}"
            style="${maven.jalopy.style}"
            history="${maven.jalopy.history}"
            loglevel="${maven.jalopy.logLevel}"
            failonerror="${maven.jalopy.failOnError}"
            threads="${maven.jalopy.nbThread}"
            classpathref="project.classpath">
      <j:if test="${sourcesPresent == 'true'}">
        <ant:fileset dir="${pom.build.sourceDirectory}" 
            includes="${maven.jalopy.src.filesetInclude}" 
            excludes="${maven.jalopy.src.filesetExclude}"/>
      </j:if>
[...]
    </ant:jalopy>

in my opinion, the fileset should include all path from
maven.compile.src.set !

is there something wrong in my expectations ??

thanks
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to