You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/06/13 14:41:40 UTC

[jira] Closed: (MPCHANGELOG-66) run from other plugins makes NullPointerException

     [ http://jira.codehaus.org/browse/MPCHANGELOG-66?page=all ]
     
Brett Porter closed MPCHANGELOG-66:
-----------------------------------

      Assign To: Brett Porter
     Resolution: Fixed
    Fix Version: 1.8.2

> run from other plugins makes NullPointerException
> -------------------------------------------------
>
>          Key: MPCHANGELOG-66
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-66
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.8.1
>  Environment: Maven ver. 1.0.2, maven-changelog-plugin ver. 1.8.1, maven-developer-activity-plugin ver. 1.5.1, maven-file-activity-plugin ver. 1.5.1, 
>     Reporter: Krystian Nowak
>     Assignee: Brett Porter
>      Fix For: 1.8.2

>
> Original Estimate: 8 hours
>         Remaining: 8 hours
>
> running developer activity plugin:
> site:
> xdoc:register-reports:
> maven-developer-activity-plugin:register:
> maven-changelog-plugin:register:
> site:run-reports:
>     [echo] Generating the Developer Activity...
> maven-developer-activity-plugin:report:
>     [echo] Generating the developer activity report
> BUILD FAILED
> File...... /home/krystian/.maven/cache/maven-developer-activity-plugin-1.5.1/plugin.jelly
> Element... changelog:changelog
> Line...... 89
> Column.... 15
> java.lang.NullPointerException
> Total time: 5 seconds
> Finished at: Fri Jun 10 11:53:06 CEST 2005
> running file activity plugin:
> site:
> xdoc:register-reports:
> maven-file-activity-plugin:register:
> maven-changelog-plugin:register:
> site:run-reports:
>     [echo] Generating the File Activity...
> maven-file-activity-plugin:report:
>     [echo] Generating the file activity report
> BUILD FAILED
> File...... /home/krystian/.maven/cache/maven-file-activity-plugin-1.5.1/plugin.jelly
> Element... changelog:changelog
> Line...... 99
> Column.... 15
> java.lang.NullPointerException
> Total time: 5 seconds
> Finished at: Fri Jun 10 11:58:12 CEST 2005
> in developer activity a line pointed by the message is:
>             <changelog:changelog
>               basedir="${maven.changelog.basedir}"
>               developers="${pom.developers}"
>               factory="${factory}"
>               output="${maven.build.dir}/changelog.xml"
>               outputEncoding="${maven.docs.outputencoding}"
>               range="${maven.changelog.range}"
>               repositoryConnection="${_connection}"
>               dateFormat="${maven.changelog.dateformat}"
>             />
> In versions 1.7.1 and 1.7.2 of changelog plugin everything works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org