I am modifying the bootstrap and am hitting a problem:

Generating sources for maven-model/src/main/mdo/maven.mdo
[java] Usage: modello <model> <outputType> <output directory> <modelVersion> <packageWithVersion><useJava5> [<encoding>]


Has modello CLI been changed recently? The bootstrap ant macro calls it like:

<sequential>
       <java fork="fork" classname="org.codehaus.modello.ModelloCli" ...>
         <arg file="@{file}"/>
         <arg value="@{mode}"/>
         <arg file="bootstrap/target/generated-sources"/>
         <arg value="@{version}"/>
         <arg value="false"/>
       </java>
</sequential>


Problem see to be between <modelVersion> and <packageWithVersion>.

How should macro look like - what's the missing param?

The resolved modello snapshot is 1.0.1-20090215.121512-2

Thanks,
Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to