Return-Path: X-Original-To: apmail-freemarker-notifications-archive@minotaur.apache.org Delivered-To: apmail-freemarker-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5854A182FE for ; Thu, 31 Dec 2015 16:33:17 +0000 (UTC) Received: (qmail 93742 invoked by uid 500); 31 Dec 2015 16:33:17 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 93722 invoked by uid 500); 31 Dec 2015 16:33:17 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 93713 invoked by uid 99); 31 Dec 2015 16:33:17 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2015 16:33:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 86EF7C0BE4 for ; Thu, 31 Dec 2015 16:33:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.997 X-Spam-Level: * X-Spam-Status: No, score=1.997 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_INFOUSMEBIZ=0.75, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id RTd7WQkhfBkt for ; Thu, 31 Dec 2015 16:33:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 5A77324E30 for ; Thu, 31 Dec 2015 16:33:04 +0000 (UTC) Received: (qmail 93413 invoked by uid 99); 31 Dec 2015 16:33:03 -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; Thu, 31 Dec 2015 16:33:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BC67E1817; Thu, 31 Dec 2015 16:33:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Date: Thu, 31 Dec 2015 16:33:07 -0000 Message-Id: <7231b467af124cc39462e4ad8d442cee@git.apache.org> In-Reply-To: <66719685a4a0462b91b18bf6c0b214e8@git.apache.org> References: <66719685a4a0462b91b18bf6c0b214e8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/9] incubator-freemarker git commit: Added Rat task to build.xml Added Rat task to build.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/0cfd13df Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/0cfd13df Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/0cfd13df Branch: refs/heads/2.3 Commit: 0cfd13df3f8db1ba7ce4788486b2630a4552ee39 Parents: 8a259d4 Author: ddekany Authored: Thu Dec 31 14:13:19 2015 +0100 Committer: ddekany Committed: Thu Dec 31 14:13:19 2015 +0100 ---------------------------------------------------------------------- build.xml | 17 +++++++++++++++++ ivy.xml | 8 +++++++- 2 files changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/0cfd13df/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 62e2156..416225e 100644 --- a/build.xml +++ b/build.xml @@ -23,6 +23,7 @@ xmlns:javacc="http://javacc.dev.java.net/" xmlns:docgen="http://freemarker.org/docgen" xmlns:bnd="http://www.aqute.biz/bnd" + xmlns:rat="antlib:org.apache.rat.anttasks" xmlns:u="http://freemarker.org/util" > @@ -1137,6 +1138,22 @@ Proceed? + + + + + + + + + Rat report was written into build/rat-report.txt + - + + + @@ -176,7 +178,11 @@ + + + +