You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ar...@za.safmarine.com on 2004/02/27 11:45:42 UTC

/ /OREF:CPTA1F6C Build Failed when using Reactor




Hi All,

I have an issue when I run reactor from my base project.xml.
I get a "BUILD FAILED" with following message:
...
Element... m:reactor
Line...... 17
Column.... 40
...
Unable to obtain goal [reeferbk-dist] -- ... <ant:copy> Warning:
Could not find file ~/projects/MyPrj/target/taglib.xml to copy.


However, if I run the sub project's xml file directly, all goes well.

base maven.xml
  <goal name="reeferbk-buildall">
    <m:reactor basedir="${basedir}"
               includes="*/project.xml"
               goals="reeferbk-dist"
               banner="Building Project"
               ignoreFailures="false"/>
  </goal>

sub project's maven.xml
      <goal name="reeferbk-dist">
            <echo>[INFO] Installing WAR file...</echo>
            <attainGoal name="war:install"/>
            <echo>[INFO] Generating site content...</echo>
            <attainGoal name="site:generate"/>
      </goal>

Has anyone else had this problem?
Any ideas to what might be causing this?

Thanks in advance,
--Alen



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org