DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38941>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38941





------- Additional Comments From [EMAIL PROTECTED]  2006-03-13 01:26 -------
There is/was a bug in the changelog plugin wrt to date ranges. The example that 
you point to as working looks like it was generated with 
the "maven.changelog.range" set to "120" to get the last 120 days worth of 
changes. I just ran with this setting for action and the reports were not 
empty. I don't know if the date range has been fixed in a more recent plugin 
version - I couldn't see anything in the release notes:

http://maven.apache.org/maven-1.x/plugins/changelog/downloads.html

Unless theres a fix, then if you want all changes since a specified date then 
you'll probably need to caculate the number of days since that date and set it 
to the "maven.changelog.range".

There is another issue that comes up with the three changes reports (i.e. 
changes, file activity and developer activity) - which the "el" example you 
used exhibits - the links generated are invalid.

I believe this has been fixed in the latest plugin versions:

http://maven.apache.org/maven-1.x/plugins/changes/
http://maven.apache.org/maven-1.x/plugins/file-activity/
http://maven.apache.org/maven-1.x/plugins/developer-activity/

If these do resolve this issue, we can either leave it up to release managers 
to ensure they have the appropriate plugin versions installed - or we could add 
dependencies in the build's project.xml.

The advantage of adding them into the project.xml is that no-one has to 
remember it anymore. The downside is they get listed in the dependencies. If we 
do this, then we probably want to also use the maven-xdoc-plugin (v1.9.2 I 
believe) that supports comments, so that we can indicate that these 
dependencies are only for the site build. This is what commons validator has 
done:

http://jakarta.apache.org/commons/validator/dependencies.html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to