On Thursday 11 September 2003 16: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.d
>ocs')}"/> <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>

I thought I wrote that already...

xdoc:init:

merlin:site:
    [echo] Building site in the working directory: []
Starting the reactor...

At the beginning and choking with the error;

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 286
Column.... 25
Unable to obtain goal [license:transfer] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75: 
<j:file> /license.xml (Permission denied)
Total time:  25 seconds


Now he is trying to GENERATE the license.xml file into the / (root) directory, 
in which users have no write access.

With the maven.gen.docs set, I can get beyond that point, but then it will NPE 
in JSL transformation.

Niclas

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

Reply via email to