|
|
@@ -135,6 +135,21 @@ under the <code>dve/network</code> directory, substituting the name |
|
|
|
anytime it encounters a change made by the user ID "donaldp". |
|
|
|
It writes these changes into the file <code>changelog.xml</code>.</p> |
|
|
|
|
|
|
|
<h4>Generate Report</h4> |
|
|
|
<p>Ant includes a basic XSLT stylesheet that you can use to generate |
|
|
|
a HTML report based on the xml output. The following example illustrates |
|
|
|
how to generate a HTML report from the XML report.</p> |
|
|
|
|
|
|
|
<pre> |
|
|
|
<style in="changelog.xml" |
|
|
|
out="changelog.html" |
|
|
|
style="${ant.home}/etc/changelog.xsl"> |
|
|
|
<param name="title" expression="Ant ChangeLog"/> |
|
|
|
<param name="module" expression="jakarta-ant"/> |
|
|
|
<param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/> |
|
|
|
</style> |
|
|
|
</pre> |
|
|
|
|
|
|
|
<h4>Sample Output</h4> |
|
|
|
<pre> |
|
|
|
<changelog> |
|
|
|