Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 01446200B6B for ; Fri, 9 Sep 2016 23:54:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F2AEE160ADE; Fri, 9 Sep 2016 21:54:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0D52160AD6 for ; Fri, 9 Sep 2016 23:54:11 +0200 (CEST) Received: (qmail 77618 invoked by uid 500); 9 Sep 2016 21:54:10 -0000 Mailing-List: contact commits-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list commits@creadur.apache.org Received: (qmail 77394 invoked by uid 99); 9 Sep 2016 21:54:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 21:54:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A8058E35D5; Fri, 9 Sep 2016 21:54:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: pottlinger@apache.org To: commits@creadur.apache.org Date: Fri, 09 Sep 2016 21:54:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/51] [partial] creadur-site git commit: Init with current RAT docs. archived-at: Fri, 09 Sep 2016 21:54:14 -0000 http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/cpd.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/cpd.html b/apache-rat-core/cpd.html new file mode 100644 index 0000000..f7c2506 --- /dev/null +++ b/apache-rat-core/cpd.html @@ -0,0 +1,255 @@ + + + + + + Apache Rat™ Core – CPD Results + + + + + + + + + + + +
+ +
+
+
+
+

CPD Results

+

The following document contains the results of PMD's CPD 5.0.5.

+
+

Duplications

+ + + + + + + + + + +
FileLine
org/apache/rat/annotation/ApacheV2LicenseAppender.java65
org/apache/rat/annotation/ApacheV2LicenseAppender.java82
+
+
            sb.append(getLine(type, "with the License.  You may obtain a copy of the License at"));
+            sb.append(getLine(type, ""));
+            sb.append(getLine(type, "  http://www.apache.org/licenses/LICENSE-2.0"));
+            sb.append(getLine(type, ""));
+            sb.append(getLine(type, "Unless required by applicable law or agreed to in writing,"));
+            sb.append(getLine(type, "software distributed under the License is distributed on an"));
+            sb.append(getLine(type, "\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"));
+            sb.append(getLine(type, "KIND, either express or implied.  See the License for the"));
+            sb.append(getLine(type, "specific language governing permissions and limitations"));
+            sb.append(getLine(type, "under the License."));
+            sb.append(getLastLine(type));
+        } else {
+
+
+
+
+
+ + + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/css/maven-base.css ---------------------------------------------------------------------- diff --git a/apache-rat-core/css/maven-base.css b/apache-rat-core/css/maven-base.css new file mode 100644 index 0000000..53153e9 --- /dev/null +++ b/apache-rat-core/css/maven-base.css @@ -0,0 +1,155 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/css/maven-theme.css ---------------------------------------------------------------------- diff --git a/apache-rat-core/css/maven-theme.css b/apache-rat-core/css/maven-theme.css new file mode 100644 index 0000000..c982168 --- /dev/null +++ b/apache-rat-core/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/css/print.css ---------------------------------------------------------------------- diff --git a/apache-rat-core/css/print.css b/apache-rat-core/css/print.css new file mode 100644 index 0000000..f09d546 --- /dev/null +++ b/apache-rat-core/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/css/site.css ---------------------------------------------------------------------- diff --git a/apache-rat-core/css/site.css b/apache-rat-core/css/site.css new file mode 100644 index 0000000..3683f87 --- /dev/null +++ b/apache-rat-core/css/site.css @@ -0,0 +1,27 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +*/ +footer { + font-family: "Mate SC", "Lucida Console", Monaco, monospace; + font-size: 9pt; + padding: 5px 10px; + text-align: justify; + border: thin solid #D0D0D0; + background-color: #F8F8F8; + color: #404040; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/dependencies.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/dependencies.html b/apache-rat-core/dependencies.html new file mode 100644 index 0000000..d6a97f5 --- /dev/null +++ b/apache-rat-core/dependencies.html @@ -0,0 +1,597 @@ + + + + + + Apache Rat™ Core – Project Dependencies + + + + + + + + + + + +
+ +
+
+
+ +
+

Project Dependencies

+
+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
commons-clicommons-cli1.3.1jarApache License, Version 2.0
commons-collectionscommons-collections3.2.2jarApache License, Version 2.0
commons-iocommons-io2.2jarThe Apache Software License, Version 2.0
commons-langcommons-lang2.6jarThe Apache Software License, Version 2.0
org.apache.commonscommons-compress1.11jarApache License, Version 2.0
org.apache.ratapache-rat-api0.13-20160903.233340-9jarApache License, Version 2
+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
junitjunit4.12jarEclipse Public License 1.0
+
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+
+

test

+

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

+ + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicense
org.hamcresthamcrest-core1.3jarNew BSD License
+
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+
+

Licenses

+

Eclipse Public License 1.0: JUnit

+

Apache License, Version 2: Apache Creadur Rat::API, Apache Creadur Rat::Core

+

Apache License, Version 2.0: Apache Commons CLI, Apache Commons Collections, Apache Commons Compress

+

New BSD License: Hamcrest Core

+

The Apache Software License, Version 2.0: Commons IO, Commons Lang

+
+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJDK RevDebug
commons-cli-1.3.1.jar51.75 kB392611.5debug
commons-collections-3.2.2.jar574.55 kB484460121.3debug
commons-io-2.2.jar169.52 kB12610861.5debug
commons-lang-2.6.jar277.56 kB155133101.3debug
junit-4.12.jar307.55 kB323286301.5debug
commons-compress-1.11.jar415.67 kB267232231.5debug
apache-rat-api-0.13-SNAPSHOT.jar10.41 kB18311.5debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
81.81 MB1,4641,293861.58
compile: 6compile: 1.46 MBcompile: 1,089compile: 962compile: 53-compile: 6
test: 2test: 351.52 kBtest: 375test: 331test: 33-test: 2
+
+

Dependency Repository Locations

+ + + + + + + + + + + + + + + +
Repo IDURLReleaseSnapshot
centralhttps://repo.maven.apache.org/maven2Yes-
apache.snapshotshttps://repository.apache.org/snapshots-Yes
+

Repository locations for each of the Dependencies.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Artifactcentralapache.snapshots
commons-cli:commons-cli:jar:1.3.1--
commons-collections:commons-collections:jar:3.2.2--
commons-io:commons-io:jar:2.2--
commons-lang:commons-lang:jar:2.6--
junit:junit:jar:4.12--
org.apache.commons:commons-compress:jar:1.11--
org.apache.rat:apache-rat-api:jar:0.13-SNAPSHOT-Found at https://repository.apache.org/snapshots
org.hamcrest:hamcrest-core:jar:1.3--
Totalcentralapache.snapshots
8 (compile: 6, test: 2)01
+
+
+
+
+
+ + + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/close.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/close.gif b/apache-rat-core/images/close.gif new file mode 100644 index 0000000..1c26bbc Binary files /dev/null and b/apache-rat-core/images/close.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/collapsed.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/collapsed.gif b/apache-rat-core/images/collapsed.gif new file mode 100644 index 0000000..6e71084 Binary files /dev/null and b/apache-rat-core/images/collapsed.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/expanded.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/expanded.gif b/apache-rat-core/images/expanded.gif new file mode 100644 index 0000000..0fef3d8 Binary files /dev/null and b/apache-rat-core/images/expanded.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/external.png ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/external.png b/apache-rat-core/images/external.png new file mode 100644 index 0000000..3f999fc Binary files /dev/null and b/apache-rat-core/images/external.png differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/icon_error_sml.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/icon_error_sml.gif b/apache-rat-core/images/icon_error_sml.gif new file mode 100644 index 0000000..61132ef Binary files /dev/null and b/apache-rat-core/images/icon_error_sml.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/icon_info_sml.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/icon_info_sml.gif b/apache-rat-core/images/icon_info_sml.gif new file mode 100644 index 0000000..c6cb9ad Binary files /dev/null and b/apache-rat-core/images/icon_info_sml.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/icon_success_sml.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/icon_success_sml.gif b/apache-rat-core/images/icon_success_sml.gif new file mode 100644 index 0000000..52e85a4 Binary files /dev/null and b/apache-rat-core/images/icon_success_sml.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/icon_warning_sml.gif ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/icon_warning_sml.gif b/apache-rat-core/images/icon_warning_sml.gif new file mode 100644 index 0000000..873bbb5 Binary files /dev/null and b/apache-rat-core/images/icon_warning_sml.gif differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/logos/build-by-maven-black.png ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/logos/build-by-maven-black.png b/apache-rat-core/images/logos/build-by-maven-black.png new file mode 100644 index 0000000..919fd0f Binary files /dev/null and b/apache-rat-core/images/logos/build-by-maven-black.png differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/logos/build-by-maven-white.png ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/logos/build-by-maven-white.png b/apache-rat-core/images/logos/build-by-maven-white.png new file mode 100644 index 0000000..7d44c9c Binary files /dev/null and b/apache-rat-core/images/logos/build-by-maven-white.png differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/logos/maven-feather.png ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/logos/maven-feather.png b/apache-rat-core/images/logos/maven-feather.png new file mode 100644 index 0000000..b5ada83 Binary files /dev/null and b/apache-rat-core/images/logos/maven-feather.png differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/images/newwindow.png ---------------------------------------------------------------------- diff --git a/apache-rat-core/images/newwindow.png b/apache-rat-core/images/newwindow.png new file mode 100644 index 0000000..6287f72 Binary files /dev/null and b/apache-rat-core/images/newwindow.png differ http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/index.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/index.html b/apache-rat-core/index.html new file mode 100644 index 0000000..c38dae2 --- /dev/null +++ b/apache-rat-core/index.html @@ -0,0 +1,242 @@ + + + + + + Apache Rat™ Core – Core Module + + + + + + + + + + + +
+ +
+
+
+
+

About Apache Rat

+

Rat audits software distributions, with a special interest in headers. If this isn't quite what you're looking for then take a look at the other products developed by Apache Creadur, including Apache Whisker which audits and generates legal (for example LICENSE) documents for complex software distributions.

+
+

Developing Rat

+
+

Introducing the Modules

+

This module, apache-rat-core, is a library containing the basic engine. Other modules allow this engine to be run in various ways.

+ + + + + + + + + + + + + + + + +
+ Modules that run Rat +
Runs Rat viaRequiresModule
An Ant taskApache Antapache-rat-tasks
The command lineJava®apache-rat
A Maven pluginApache Mavenapache-rat-plugin
+

Support for new build tools and alternative ways to run rat should be coded in new modules building on apache-rat-core. Developers interested in improving existing support for a specific build tool should start by taking a look at that module.

+
+

Diving into Core

+

Browse the source here.

+

Read the JavaDocs here.

+

Check out with Subversion

+
+
svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
+

Build with Apache Maven

+
+
mvn install
+

Subscribe to our mailing lists for a warm welcome one and all.

+
+
+
+
+
+ + + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/integration.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/integration.html b/apache-rat-core/integration.html new file mode 100644 index 0000000..b73d16d --- /dev/null +++ b/apache-rat-core/integration.html @@ -0,0 +1,234 @@ + + + + + + Apache Rat™ Core – Continuous Integration + + + + + + + + + + + +
+ +
+
+
+
+

Overview

+

This project uses Continuous Integration System.

+
+

Access

+

The following is a link to the continuous integration system used by the project.

+
+
+

Notifiers

+

No notifiers are defined. Please check back at a later date.

+
+
+
+
+
+ + +