Return-Path: X-Original-To: apmail-creadur-commits-archive@www.apache.org Delivered-To: apmail-creadur-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF1A110A60 for ; Tue, 3 Sep 2013 18:21:23 +0000 (UTC) Received: (qmail 33725 invoked by uid 500); 3 Sep 2013 18:21:22 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 33675 invoked by uid 500); 3 Sep 2013 18:21:21 -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 33668 invoked by uid 99); 3 Sep 2013 18:21:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 18:21:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 18:20:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 97C712388C3D for ; Tue, 3 Sep 2013 18:20:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r877177 [9/16] - in /websites/staging/creadur/trunk/content: ./ rat/ rat/apache-rat-core/ rat/apache-rat-core/apidocs/ rat/apache-rat-core/apidocs/org/apache/rat/ rat/apache-rat-core/apidocs/org/apache/rat/analysis/ rat/apache-rat-core/apid... Date: Tue, 03 Sep 2013 18:19:40 -0000 To: commits@creadur.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130903182018.97C712388C3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/report.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/report.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/report.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/source-repository.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/source-repository.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/source-repository.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur @@ -235,17 +235,17 @@

Web Access

The following is a link to the online source repository.

+
http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat-tasks

Anonymous access

The source can be checked out anonymously from SVN with this command:

-
$ svn checkout http://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat-tasks apache-rat-tasks
+
$ svn checkout http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat-tasks apache-rat-tasks

Developer access

Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.

-
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat-tasks apache-rat-tasks
+
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat-tasks apache-rat-tasks

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

$ svn commit --username your-username -m "A message"
@@ -253,7 +253,7 @@

Access from behind a firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

-
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat-tasks apache-rat-tasks
+
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat-tasks apache-rat-tasks

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/surefire-report.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/surefire-report.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/surefire-report.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur @@ -261,7 +261,7 @@ function toggleDisplay(elementId) { 0 0 100% -1.637
+1.246

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

@@ -282,7 +282,7 @@ function toggleDisplay(elementId) { 0 0 100% -1.637
+1.246

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.rat.anttasks

@@ -304,7 +304,7 @@ function toggleDisplay(elementId) { 0 0 100% -1.637

+1.246

Test Cases

[Summary] [Package List] [Test Cases]

@@ -314,31 +314,31 @@ function toggleDisplay(elementId) { testNoResources -0.37 +0.283 testNoLicenseMatchers -0.119 +0.054 testCustomMatcher -0.614 +0.417 testAddLicenseHeaders -0.171 +0.17 testWithALUnknown -0.138 +0.135 testWithReportSentToAnt -0.136 +0.09 testWithReportSentToFile -0.089

+0.097
Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/team-list.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/team-list.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/team-list.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/types.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/types.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/types.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/index.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/index.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/index.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.apache.rat.anttasks + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.apache.rat.anttasks Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-summary.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-summary.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/apache/rat/anttasks/package-summary.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.apache.rat.anttasks + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.apache.rat.anttasks Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.example + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.example Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-summary.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-summary.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/org/example/package-summary.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.example + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.example Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-summary.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-summary.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref-test/overview-summary.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference @@ -24,7 +24,7 @@
-

Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference

+

Apache Creadur Rat::Tasks4Ant 0.10 Reference

Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/index.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/index.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/index.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.apache.rat.anttasks + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.apache.rat.anttasks Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-summary.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-summary.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/org/apache/rat/anttasks/package-summary.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference Package org.apache.rat.anttasks + Apache Creadur Rat::Tasks4Ant 0.10 Reference Package org.apache.rat.anttasks Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference Modified: websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-summary.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-summary.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-tasks/xref/overview-summary.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ - Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference + Apache Creadur Rat::Tasks4Ant 0.10 Reference @@ -24,7 +24,7 @@ -

Apache Creadur Rat::Tasks4Ant 0.11-SNAPSHOT Reference

+

Apache Creadur Rat::Tasks4Ant 0.10 Reference

Modified: websites/staging/creadur/trunk/content/rat/apache-rat/cpd.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/cpd.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/cpd.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/dependencies.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/dependencies.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/dependencies.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur @@ -223,13 +223,13 @@
- + - +
org.apache.rat apache-rat-core0.11-SNAPSHOT0.10 jar Apache License, Version 2
org.apache.rat apache-rat-tasks0.11-SNAPSHOT0.10 jar Apache License, Version 2
@@ -297,7 +297,7 @@

Dependency Tree

    -
  • org.apache.rat:apache-rat:jar:0.11-SNAPSHOT Information
  • org.apache.rat:apache-rat:jar:0.10 Information
      -
    • org.apache.rat:apache-rat-core:jar:0.11-SNAPSHOT (compile) Information
    • org.apache.rat:apache-rat-core:jar:0.10 (compile) Information
  • -
  • org.apache.rat:apache-rat-tasks:jar:0.11-SNAPSHOT (compile) Information
  • org.apache.rat:apache-rat-tasks:jar:0.10 (compile) Information +7
Modified: websites/staging/creadur/trunk/content/rat/apache-rat/index.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/index.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/index.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur @@ -191,14 +191,14 @@

Running from the Command Line

Run from the command line with:

-
java -jar apache-rat-0.11-SNAPSHOT.jar --help
+
java -jar apache-rat-0.10.jar --help

This will output a help message detailing the command line options available to you.

Adding licence headers

Rat can be used to automatically add licence headers to files that do not currently have them. Only files that are not excluded by the Rat configurations will be affected.

To add licence headers use a command such as:

-
java -jar apache-rat-0.11-SNAPSHOT.jar --addLicence
+
java -jar apache-rat-0.10.jar --addLicence
   --copyright "Copyright 2008 Foo" --force
   /path/to/project

This command will add the licence header directly to the source files. If you prefer to see which files will be changed and how then remove the "--force" option.

@@ -206,7 +206,7 @@

Using multiple excludes from a file

It is common to use the Rat with the maven or ant plugins and specify a series of files to exclude (such as a README or version control files). If you are using the Rat application instead of a plugin you can specify a series of regex excludes in a file and specify that with the -E option.

-
java -jar apache-rat-0.11-SNAPSHOT.jar
+
java -jar apache-rat-0.10.jar
  -E /path/to/project/.rat-excludes
  -d /path/to/project
Modified: websites/staging/creadur/trunk/content/rat/apache-rat/integration.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/integration.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/integration.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/issue-tracking.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/issue-tracking.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/issue-tracking.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/license.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/license.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/license.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/mail-lists.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/mail-lists.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/mail-lists.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/pmd.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/pmd.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/pmd.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/project-info.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/project-info.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/project-info.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/project-reports.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/project-reports.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/project-reports.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/source-repository.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/source-repository.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/source-repository.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur @@ -214,17 +214,17 @@

Web Access

The following is a link to the online source repository.

+
http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat

Anonymous access

The source can be checked out anonymously from SVN with this command:

-
$ svn checkout http://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat apache-rat
+
$ svn checkout http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat apache-rat

Developer access

Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.

-
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat apache-rat
+
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat apache-rat

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

$ svn commit --username your-username -m "A message"
@@ -232,7 +232,7 @@

Access from behind a firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

-
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/trunk/apache-rat apache-rat
+
$ svn checkout https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.10/apache-rat apache-rat

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

Modified: websites/staging/creadur/trunk/content/rat/apache-rat/surefire-report.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/surefire-report.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/surefire-report.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Modified: websites/staging/creadur/trunk/content/rat/apache-rat/team-list.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat/team-list.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat/team-list.html Tue Sep 3 18:19:21 2013 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -32,8 +32,8 @@
- Last Published: 2013-08-20 -  | Version: 0.11-SNAPSHOT + Last Published: 2013-09-03 +  | Version: 0.10 | Apache > Creadur Added: websites/staging/creadur/trunk/content/rat/apidocs/HelpMojo.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/HelpMojo.html (added) +++ websites/staging/creadur/trunk/content/rat/apidocs/HelpMojo.html Tue Sep 3 18:19:21 2013 @@ -0,0 +1,298 @@ + + + + + +HelpMojo (Apache Creadur Rat 0.10 API) + + + + + + + + + + +
+

Class HelpMojo

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.maven.plugin.AbstractMojo
    • +
    • +
        +
      • HelpMojo
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    +
    +
    +
    +
    @Mojo(name="help",
    +      requiresProject=false,
    +      threadSafe=true)
    +public class HelpMojo
    +extends org.apache.maven.plugin.AbstractMojo
    +
    Display help information on apache-rat-plugin.
    + Call mvn apache-rat:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
    +
    Version:
    +
    +
    Author:
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from interface org.apache.maven.plugin.Mojo

        +ROLE
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HelpMojo() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HelpMojo

        +
        public HelpMojo()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        execute

        +
        public void execute()
        +             throws org.apache.maven.plugin.MojoExecutionException
        +
        Throws:
        +
        org.apache.maven.plugin.MojoExecutionException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2006–2013 Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Modified: websites/staging/creadur/trunk/content/rat/apidocs/allclasses-frame.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/allclasses-frame.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/allclasses-frame.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ -All Classes (Apache Creadur Rat 0.11-SNAPSHOT API) +All Classes (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/allclasses-noframe.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/allclasses-noframe.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/allclasses-noframe.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ -All Classes (Apache Creadur Rat 0.11-SNAPSHOT API) +All Classes (Apache Creadur Rat 0.10 API) Added: websites/staging/creadur/trunk/content/rat/apidocs/class-use/HelpMojo.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/class-use/HelpMojo.html (added) +++ websites/staging/creadur/trunk/content/rat/apidocs/class-use/HelpMojo.html Tue Sep 3 18:19:21 2013 @@ -0,0 +1,115 @@ + + + + + +Uses of Class HelpMojo (Apache Creadur Rat 0.10 API) + + + + + + + + + +
+

Uses of Class
HelpMojo

+
+
No usage of HelpMojo
+ + + + +

Copyright © 2006–2013 Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Modified: websites/staging/creadur/trunk/content/rat/apidocs/constant-values.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/constant-values.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/constant-values.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -Constant Field Values (Apache Creadur Rat 0.11-SNAPSHOT API) +Constant Field Values (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/deprecated-list.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/deprecated-list.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/deprecated-list.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -Deprecated List (Apache Creadur Rat 0.11-SNAPSHOT API) +Deprecated List (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/help-doc.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/help-doc.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/help-doc.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -API Help (Apache Creadur Rat 0.11-SNAPSHOT API) +API Help (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/index-all.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/index-all.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/index-all.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -Index (Apache Creadur Rat 0.11-SNAPSHOT API) +Index (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/index.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/index.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/index.html Tue Sep 3 18:19:21 2013 @@ -3,7 +3,7 @@ -Apache Creadur Rat 0.11-SNAPSHOT API +Apache Creadur Rat 0.10 API Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/Report.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/Report.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/Report.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -Report (Apache Creadur Rat 0.11-SNAPSHOT API) +Report (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -ReportConfiguration (Apache Creadur Rat 0.11-SNAPSHOT API) +ReportConfiguration (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -DefaultAnalyserFactory (Apache Creadur Rat 0.11-SNAPSHOT API) +DefaultAnalyserFactory (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -DocumentHeaderAnalyser (Apache Creadur Rat 0.11-SNAPSHOT API) +DocumentHeaderAnalyser (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -IHeaderMatcher (Apache Creadur Rat 0.11-SNAPSHOT API) +IHeaderMatcher (Apache Creadur Rat 0.10 API) Modified: websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html (original) +++ websites/staging/creadur/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html Tue Sep 3 18:19:21 2013 @@ -3,13 +3,13 @@ -RatHeaderAnalysisException (Apache Creadur Rat 0.11-SNAPSHOT API) +RatHeaderAnalysisException (Apache Creadur Rat 0.10 API)