Hi everyone:

The following patch corrects a number of bugs in the maven-report.xml. The bugs include not checking for the existance of the tasks.xml and changes.xml which results in links being added to the report summary page that don;t refer to anything.

Cheers, Steve.

p.s. Still have not heard anything about the broken license POM!!

SJM


cvs diff maven-reports.xml (in directory F:\dev\jakarta-turbine-maven\src\plugins-build\xdoc\src\plugin-resources\templates)
Index: maven-reports.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/plugins-build/xdoc/src/plugin-resources/templates/maven-reports.xml,v
retrieving revision 1.2
diff -r1.2 maven-reports.xml
28a29
> #if ($files.file("$maven-docs-dest/changes.html").exists())
35a37
> #end
44c46
< <tr><td><a href="developer-activity-log.html">Developer Activity</a></td>
---
> <tr><td><a href="developer-activity-report.html">Developer Activity</a></td>
57c59,60
< <tr><td><a href="tasks.html">Tasks</a></td>
---
> #if ($files.file("$maven-docs-dest/task.html").exists())
> <tr><td><a href="task.html">Tasks</a></td>
63a67
> #end
68c72
< @task javadoc tag in java source code.
---
> @todo javadoc tag in java source code.
129a134
>


--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net


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

Reply via email to