From a0457e79aca2d34ae350ff3978c435cbe009c7c5 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 28 Jun 2004 21:04:04 +0000 Subject: [PATCH] Added first cut of a checkstyle RSS feed. There's lot to improve but I'd like to gather some feedback before working more on this feature. It relies on the fact that RSS readers cache feed data previously read thus keeping an history of the feed content over time. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115584 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 15 ++- checkstyle/project.xml | 7 +- .../src/plugin-resources/checkstyle.jsl | 3 +- .../src/plugin-resources/checkstyle2rss.jsl | 110 ++++++++++++++++++ .../src/plugin-resources/images/rss.png | Bin 0 -> 360 bytes checkstyle/xdocs/changes.xml | 5 +- 6 files changed, 136 insertions(+), 4 deletions(-) create mode 100644 checkstyle/src/plugin-resources/checkstyle2rss.jsl create mode 100644 checkstyle/src/plugin-resources/images/rss.png diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index a25c0a8c..d517d66c 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -1,4 +1,5 @@ + - + + + + + + + + + + + + + + + + + + + + Checkstyle report + ${pom.url} + Checkstyle report + en-us + Copyright 2004 The Apache Software Foundation + + + + + + + + File: ${fileCount}, Errors: ${errorCount}, Warnings: ${warningCount}, Infos: ${infoCount} + + + + + ${link} + +

Click here for the full Checkstyle report.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ ${name} +
+ +
+
+
+
+ +
+ +
diff --git a/checkstyle/src/plugin-resources/images/rss.png b/checkstyle/src/plugin-resources/images/rss.png new file mode 100644 index 0000000000000000000000000000000000000000..f0796ac886201eb43b7a15113e2deb1b32fa9a09 GIT binary patch literal 360 zcmV-u0hj)XP)1pTfh($;sL0vc}u{{{FPIw4gub**+Xunj;hMg-Rk@N{o&!^ z{r&#_{{B{et%#+@{r~@)vdh1}zle=^0GR*(m;g35HkdZcHkixXHq)$8FWQhbW?9;ba!ELWdKKV zVQ^?^V?%Flc4cyOWpXuLNbUdt06|GaK~#90Vz9#p80;8u1CXpOE?Whx%fLW2AK{k88_xIu00030{{sMfLr(Xb|5zme0000Emmanuel Venisse - + + + Added generation of a Checkstyle RSS feed. + Fix : Build failed if target directory and License file didn't exist.