Hi all,

I tried to make as the antlr plugin does and so i put the following in a
maven.xml file closed to my project.xml:

<project
  xmlns:maven="jelly:maven"
  xmlns:j="jelly:core"
  xmlns:u="jelly:util">

  <preGoal name="java:compile">
    <echo>Adding to the source path set.</echo>
    <maven:addPath id="maven.compile.src.set"
      refid="${maven.src.dir}/java"/>
  </preGoal>

</project>

But this doesn't seem to work. The message is well echoed but the path set does
not seem to be appended.

Does someone knows why ? And how can i debug maven script in an other way than echo.

Thanks. Didier.

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

Reply via email to