This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bc7d615c RAT-339: Preview
bc7d615c is described below

commit bc7d615c947e2134aac8e4d9e96389aca2088428
Author: Hugo Hirsch <[email protected]>
AuthorDate: Wed Jan 24 21:34:06 2024 +0100

    RAT-339: Preview
---
 rat0161/apache-rat-core/rat-report.html       | 2 +-
 rat0161/apache-rat-plugin/rat-report.html     | 2 +-
 rat0161/apache-rat-tasks/examples/custom.html | 4 ++--
 rat0161/apache-rat-tasks/index.html           | 6 +++---
 rat0161/apache-rat-tasks/rat-report.html      | 6 +++---
 rat0161/apache-rat/rat-report.html            | 2 +-
 rat0161/rat-report.html                       | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/rat0161/apache-rat-core/rat-report.html 
b/rat0161/apache-rat-core/rat-report.html
index d4465514..907b508d 100644
--- a/rat0161/apache-rat-core/rat-report.html
+++ b/rat0161/apache-rat-core/rat-report.html
@@ -119,7 +119,7 @@ Rat (Release Audit Tool) results
 *****************************************************
 Summary
 -------
-Generated at: 2024-01-24T21:15:31+01:00
+Generated at: 2024-01-24T21:29:40+01:00
 
 Notes: 2
 Binaries: 3
diff --git a/rat0161/apache-rat-plugin/rat-report.html 
b/rat0161/apache-rat-plugin/rat-report.html
index cf96606e..83bba676 100644
--- a/rat0161/apache-rat-plugin/rat-report.html
+++ b/rat0161/apache-rat-plugin/rat-report.html
@@ -135,7 +135,7 @@ Rat (Release Audit Tool) results
 *****************************************************
 Summary
 -------
-Generated at: 2024-01-24T21:15:49+01:00
+Generated at: 2024-01-24T21:30:02+01:00
 
 Notes: 0
 Binaries: 0
diff --git a/rat0161/apache-rat-tasks/examples/custom.html 
b/rat0161/apache-rat-tasks/examples/custom.html
index c913220b..881979d5 100644
--- a/rat0161/apache-rat-tasks/examples/custom.html
+++ b/rat0161/apache-rat-tasks/examples/custom.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src/site/apt/examples/custom.apt at 2024-01-24
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src/site/apt/examples/custom.apt.vm at 2024-01-24
 
  | Rendered using Apache Maven Default Skin
 -->
@@ -174,7 +174,7 @@ public class YASLMatcher implements IHeaderMatcher {
 <p>If you define the Rat Antlib via a <code>taskdef</code> task with a nested 
<code>classpath</code> then you just use the same <code>classpath</code> when 
defining your custom matcher as well and set <code>loaderRef</code> to the same 
name. I.e.</p>
 <div>
 <pre>&lt;path id=&quot;rat-classpath&quot;&gt;
-    &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-${version}.jar&quot;/&gt;
+    &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-0.16.1-SNAPSHOT.jar&quot;/&gt;
     &lt;pathelement location=&quot;YOUR-PATH-TO/yasl-matcher.jar&quot;/&gt;
 &lt;/path&gt;
 &lt;taskdef
diff --git a/rat0161/apache-rat-tasks/index.html 
b/rat0161/apache-rat-tasks/index.html
index 09883238..67e17c9e 100644
--- a/rat0161/apache-rat-tasks/index.html
+++ b/rat0161/apache-rat-tasks/index.html
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src/site/apt/index.apt at 2024-01-24
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src/site/apt/index.apt.vm at 2024-01-24
 
  | Rendered using Apache Maven Default Skin
 -->
@@ -128,7 +128,7 @@ Introduction
 <pre>&lt;taskdef
     resource=&quot;org/apache/rat/anttasks/antlib.xml&quot;&gt;
     &lt;classpath&gt;
-        &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-${version}.jar&quot;/&gt;
+        &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-0.16.1-SNAPSHOT.jar&quot;/&gt;
     &lt;/classpath&gt;
 &lt;/taskdef&gt;</pre></div>
 <p>With this you can use the report task like plain Ant tasks, they'll live in 
the default namespace. I.e. if you can run <code>exec</code> without any 
namespace prefix, you can do so for <code>report</code> as well.</p></li>
@@ -138,7 +138,7 @@ Introduction
     uri=&quot;antlib:org.apache.rat.anttasks&quot;
     resource=&quot;org/apache/rat/anttasks/antlib.xml&quot;&gt;
     &lt;classpath&gt;
-        &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-${version}.jar&quot;/&gt;
+        &lt;pathelement 
location=&quot;YOUR-PATH-TO/apache-rat-0.16.1-SNAPSHOT.jar&quot;/&gt;
     &lt;/classpath&gt;
 &lt;/taskdef&gt;</pre></div>
 <p>This puts your task into a separate namespace than Ant's namespace. You 
would use the tasks like</p>
diff --git a/rat0161/apache-rat-tasks/rat-report.html 
b/rat0161/apache-rat-tasks/rat-report.html
index 2882e9d3..73f09987 100644
--- a/rat0161/apache-rat-tasks/rat-report.html
+++ b/rat0161/apache-rat-tasks/rat-report.html
@@ -130,7 +130,7 @@ Rat (Release Audit Tool) results
 *****************************************************
 Summary
 -------
-Generated at: 2024-01-24T21:15:59+01:00
+Generated at: 2024-01-24T21:30:12+01:00
 
 Notes: 0
 Binaries: 0
@@ -154,9 +154,9 @@ Generated files do not require license headers.
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/site.xml
   BSD-3 
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/types.apt
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/report.apt
+  AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/examples/custom.apt.vm
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/examples/basic.apt.vm
-  AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/examples/custom.apt
-  AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/index.apt
+  AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/apt/index.apt.vm
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/site/resources/css/site.css
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/Any.java
   AL    
/home/hirsch/workspace2016/creadur-rat/apache-rat-tasks/src/main/java/org/apache/rat/anttasks/Text.java
diff --git a/rat0161/apache-rat/rat-report.html 
b/rat0161/apache-rat/rat-report.html
index 147ceaa0..140f9711 100644
--- a/rat0161/apache-rat/rat-report.html
+++ b/rat0161/apache-rat/rat-report.html
@@ -116,7 +116,7 @@ Rat (Release Audit Tool) results
 *****************************************************
 Summary
 -------
-Generated at: 2024-01-24T21:16:06+01:00
+Generated at: 2024-01-24T21:30:19+01:00
 
 Notes: 1
 Binaries: 0
diff --git a/rat0161/rat-report.html b/rat0161/rat-report.html
index 2a4190ed..67095f11 100644
--- a/rat0161/rat-report.html
+++ b/rat0161/rat-report.html
@@ -119,7 +119,7 @@ Rat (Release Audit Tool) results
 *****************************************************
 Summary
 -------
-Generated at: 2024-01-24T21:15:08+01:00
+Generated at: 2024-01-24T21:29:25+01:00
 
 Notes: 5
 Binaries: 0

Reply via email to