Hi

I am using a cvs version that I grabbed and bootstrapped today.

Just in case, here is the section from the maven.xml, and the output is
below. Is there another project that you know of that is using the
reactor like this for comparison purposes?

thaks,
Philip

  <goal name="site-front-end">

<echo>before reactor
</echo>
    <maven:reactor
      basedir="${basedir}/geotools-src"
      includes="*/project.xml"
      excludes="gui/project.xml"
      ignoreFailures="false"
    />
<echo>after reactor
</echo>

    <!--
      ||
      || Generate the documentation for the front-end site. First we will
      || generate the navigation based on the projects that we just
      || processed, then we will generate the front-end site itself.
      ||
    -->

    <echo>
      reactor list = ${reactorProjects}
    </echo>

    <attainGoal name="init-texen-tag"/>

    <texen:generate
      controlTemplate="navigation.vm"
      outputDirectory="${basedir}/xdocs"
      templatePath="${basedir}"
      outputFile="navigation.xml"
      reactorProjects="${reactorProjects}"
    />

    <attainGoal name="xdoc"/>

  </goal>

and the output is:
...
+----------------------------------------
| Processing geotools-algorithms
+----------------------------------------
+----------------------------------------
| Processing geotools-svgsupport
+----------------------------------------
    [echo] after reactor

    [echo]
      reactor list = []


BUILD FAILED
No goal [init-texen-tag]
Total time:  36 seconds





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

Reply via email to