I am trying to build the tutorial code for merlin using maven. I'm using
merlin 3.0 and corresponding 3.0 tutorials and as per instruction ran maven.
But the build fails and maven gives me an error saying the avalon:meta goal
is not found.
Following is the content of my maven.xml file.
<project default="jar:jar" xmlns:maven="jelly:maven" xmlns:j="jelly:core"
xmlns:util="jelly:util">
<preGoal name="java:compile">
<attainGoal name="avalon:meta"/>
</preGoal>
<goal name="demo">
<j:set var="demo.target"
value="${maven.build.dir}/classes/BLOCK-INF/block.xml"/>
<util:file var="target" name="${demo.target}"/>
<j:if test="${target.exists()}">
<attainGoal name="merlin:simulate"/>
</j:if>
</goal>
</project>
Any Ideas ?
Thanks
vikas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]