diff --git a/contrib/examples/linkErrors2Source/build.xml b/contrib/examples/linkErrors2Source/build.xml
new file mode 100644
index 000000000..6162cf33b
--- /dev/null
+++ b/contrib/examples/linkErrors2Source/build.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/contrib/examples/linkErrors2Source/checkstyle-noframes.xsl b/contrib/examples/linkErrors2Source/checkstyle-noframes.xsl
new file mode 100644
index 000000000..83862cc7e
--- /dev/null
+++ b/contrib/examples/linkErrors2Source/checkstyle-noframes.xsl
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+ |
+ CheckStyle Audit |
+
+
+ | Designed for use with CheckStyle and Ant. |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Files
+
+
+ | Name |
+ Errors |
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+ File
+
+
+
+ | Error Description |
+ Line |
+
+
+
+
+ |
+
+ /.html#
+ |
+
+
+
+ Back to top
+
+
+
+
+ Summary
+
+
+
+
+ | Files |
+ Errors |
+
+
+
+ |
+ |
+
+
+
+
+
+
+ a
+ b
+
+
+
+
+
diff --git a/contrib/examples/linkErrors2Source/readme.txt b/contrib/examples/linkErrors2Source/readme.txt
new file mode 100644
index 000000000..b581e7510
--- /dev/null
+++ b/contrib/examples/linkErrors2Source/readme.txt
@@ -0,0 +1,6 @@
+Example of an ant build file and stylesheet for generation of an HTML error
+report with links to source code, as discussed on sourceforge.net:
+checkstyle-user,
+http://sourceforge.net/mailarchive/forum.php?thread_id=4891991&forum_id=8139.
+
+Requires: java2html, http://www.java2html.de/
\ No newline at end of file
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 932e7a7cf..d967dd3d6 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -81,6 +81,12 @@
for Checkstyle, and how to support XInclude processing
(contrib/examples/XInclude, request 905169).
+
Added example of an ant build file and stylesheet for generation of
+ an HTML error report with links to source code.
+ (contrib/examples/linkErrors2Source, discussed on
+ sourceforge.net:
+checkstyle-user).
+