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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to