On Tue, 2003-01-28 at 14:45, Philip Crotwell wrote: > 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
Sorry, the reactor was also change NOT to hold on to projects after processing unless specifically requested. So you also need the postProcessing="true" Then ${reactorProjects} will get populated. > </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}" > /> The texen stuff is gone too. You can either use JSL stuff now, or you can use the velocity tag lib which kicks texen's ass. > <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]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>