On Thursday 11 September 2003 13:57, Stephen McConnell wrote:
> I'm running maven-license-plugin-1.1-SNAPSHOT.jar.  It takes the
> property of ${maven.license.licenseFile} that I've declared in the
> maven.xml file and uses that to build
> target/generated-xdocs/license.xml.  This is used as the source for the
> generation of the final license.html file under the target/docs
> directory which ends up looking like this:
>
> http://avalon.apache.org/sandbox/merlin/license.html
>
> Could you try changing the following line in maven.xml
>
>   <ant:property name="maven.license.licenseFile"
> value="${basedir}/LICENSE.txt"/>
>
> to:
>
>   <ant:property name="maven.license.licenseFile" value="LICENSE.txt"/>
>
> and let me know what happens.

Without the other change. Same - try to stuff license.xml in the root.

With the other change. Same - NPE on jsl.

With
maven.gen.docs=${basedir}/target/generated-xdocs/

also NPE on jsl.


site:run-reports:
    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 272
Column.... 31
Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
Total time: 1 minutes 33 seconds



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

Reply via email to