diff --git a/build.xml b/build.xml index a9a0ca1a7..1831e1cd6 100644 --- a/build.xml +++ b/build.xml @@ -754,6 +754,7 @@ + diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index e1339ae69..9406e262c 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -135,6 +135,21 @@ under the dve/network directory, substituting the name anytime it encounters a change made by the user ID "donaldp". It writes these changes into the file changelog.xml.

+

Generate Report

+

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.

+ +
+        <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>
+
+

Sample Output

 <changelog>