Steve, Niclas, Not sure this helps but ...
maven merlin:site seems to build without changes for me on redhat 7.2. I noticed the following instructions on the page :- http://avalon.apache.org/sandbox/merlin/starting/installation.html $ echo ' > # set location of merlin > export MERLIN_HOME=/opt/merlin > # include it in the path > export PATH=$PATH:MERLIN_HOME > ' > ~/.bash_profile $ source ~/.bash_profile Fortunately, (Peter wipes brow) I realised this would actually replace any settings already in .bash_profile and as I already have quite a lot in there I would not have been best pleased if I had wiped them! I couldn't find the source for the page so haven't submitted a patch. Regards, Peter On Thu, 2003-09-11 at 09:24, Stephen McConnell wrote: > Niclas Hedhman wrote: > > >On Thursday 11 September 2003 15:42, Stephen McConnell wrote: > > > > > >>Niclas Hedhman wrote: > >> > >> > >>>The LOOOOONG version.... > >>> > >>> > >><big-snip/> > >> > > ... and with this without your maven.gen.docs property? > > <goal name="merlin:site" > description="Build the Merlin site" prereqs="xdoc:init"> > <ant:property name="maven.gen.docs" > > value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/> > <echo>Building site in the working directory: [${maven.gen.docs}]</echo> > <maven:reactor basedir="${basedir}" > includes="platform.xml" > goals="license,xjavadoc,site" > banner="Building site:" > ignoreFailures="false"/> > </goal> -- Peter Courcoux <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
