Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Fix Version/s: 1.8.2
-
Labels:None
-
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,
-
Number of attachments :
Description
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="$
"
developers="$
"
factory="$
"
output="$
/changelog.xml"
outputEncoding="$
"
range="$
"
repositoryConnection="${_connection}"
dateFormat="$
"
/>
In versions 1.7.1 and 1.7.2 of changelog plugin everything works fine.
can you please run with '-e' and report the first few lines of the stack trace. I cannot reproduce it.