kaz 02/05/10 08:25:07
Modified: xdocs/ref build-file.xml
Log:
Updating the docs to reflect the new activity log.
Revision Changes Path
1.8 +23 -6 jakarta-turbine-maven/xdocs/ref/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/build-file.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build-file.xml 7 May 2002 16:41:12 -0000 1.7
+++ build-file.xml 10 May 2002 15:25:07 -0000 1.8
@@ -515,6 +515,10 @@
<td>Generate the change log from CVS.</td>
</tr>
<tr>
+ <td><a href="#maven:activity-log">maven:activity-log</a></td>
+ <td>Generate the activity log from CVS.</td>
+ </tr>
+ <tr>
<td><a href="#maven:cross-ref">maven:cross-ref</a></td>
<td>Generate HTML cross-referenced source files.</td>
</tr>
@@ -584,14 +588,27 @@
<subsection name="maven:cvs-change-log">
<p>
The <code>maven:cvs-change-log</code> target generates a
- change log for the project by parsing the output of a
- <code>cvs log</code> command. This output is then sorted and
- displayed in an easy to read manner. Developer names are
- displayed by mapping usernames to full names using the <code>
- <a href="project-descriptor.html#developers">developers</a>
+ change log for the project by parsing the output of the
+ changelog generator. This output is then sorted and displayed
+ in an easy to read manner. Developer names are displayed by
+ mapping usernames to full names using the <code> <a
+ href="project-descriptor.html#developers">developers</a>
</code> element from the project descriptor. By default, only
the past 5 days of changes are displayed (see the <a
- href="properties.html#Miscellaneous Settings">Properties</a>
+ href="properties.html#Miscellaneous Settings">Properties</a>
+ document).
+ </p>
+ </subsection>
+ <subsection name="maven:activity-log">
+ <p>
+ The <code>maven:activity-log</code> target generates two
+ reports on the commit activity of a project. The first report
+ displays commits by developer, and the second displays commits
+ by file. Developer names are displayed by mapping usernames
+ to full names using the <code> <a
href="project-descriptor.html#developers">developers</a>
+ </code> element from the project descriptor. By default, only
+ the past 30 days of changes are displayed (see the <a
+ href="properties.html#Miscellaneous Settings">Properties</a>
document).
</p>
</subsection>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>