Return-Path: X-Original-To: apmail-velocity-commits-archive@minotaur.apache.org Delivered-To: apmail-velocity-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 836C6105D8 for ; Wed, 3 Jun 2015 03:18:32 +0000 (UTC) Received: (qmail 16344 invoked by uid 500); 3 Jun 2015 03:18:32 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 16304 invoked by uid 500); 3 Jun 2015 03:18:32 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 16295 invoked by uid 99); 3 Jun 2015 03:18:32 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 03:18:32 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 073B7AC026E for ; Wed, 3 Jun 2015 03:18:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1683214 - in /velocity/engine/branches/1.x/build: build.properties build.xml download.xml Date: Wed, 03 Jun 2015 03:18:31 -0000 To: commits@velocity.apache.org From: mkienenb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150603031832.073B7AC026E@hades.apache.org> Author: mkienenb Date: Wed Jun 3 03:18:31 2015 New Revision: 1683214 URL: http://svn.apache.org/r1683214 Log: VELOCITY-864: Download and install Apache Rat task in preparation target for "ant rat" Modified: velocity/engine/branches/1.x/build/build.properties velocity/engine/branches/1.x/build/build.xml velocity/engine/branches/1.x/build/download.xml Modified: velocity/engine/branches/1.x/build/build.properties URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.x/build/build.properties?rev=1683214&r1=1683213&r2=1683214&view=diff ============================================================================== --- velocity/engine/branches/1.x/build/build.properties (original) +++ velocity/engine/branches/1.x/build/build.properties Wed Jun 3 03:18:31 2015 @@ -52,6 +52,8 @@ build.test= ${build.dir}/test build.test.reports= ${build.dir}/test-reports build.docs= ${build.dir}/docs +run.rat.lib= ${build.dir}/rat-lib + # Various local pathes in the distribution src.java.dir= ${velocity.dir}/src/java src.parser.dir = ${velocity.dir}/src/parser @@ -121,6 +123,7 @@ proxy.port= 80 # We download directly from the ibiblio maven repository repo.m1.url= http://mirrors.ibiblio.org/maven2 repo.m2.url=http://mirrors.ibiblio.org/maven2 +repo.maven2-central.url=http://central.maven.org/maven2 # # Jars to be downloaded jar.antlr.version= 2.7.5 @@ -133,6 +136,7 @@ jar.log4j.version= 1.2.12 jar.oro.version= 2.0.8 jar.servletapi.version= 2.3 jar.werken-xpath.version= 0.9.4 +jar.rat.version= 0.11 jar.hsqldb.version= 1.7.1 jar.junit.version= 3.8.1 Modified: velocity/engine/branches/1.x/build/build.xml URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.x/build/build.xml?rev=1683214&r1=1683213&r2=1683214&view=diff ============================================================================== --- velocity/engine/branches/1.x/build/build.xml (original) +++ velocity/engine/branches/1.x/build/build.xml Wed Jun 3 03:18:31 2015 @@ -1317,16 +1317,21 @@ import org.apache.velocity.runtime.parse - + + + + + + + + + + - - - NOTE: At this time, you must add Apache RAT, Apache RAT AntTasks - Commons-Lang, Commons-Collections and Commons-CLI to Ant's lib directory - to use this. - - Modified: velocity/engine/branches/1.x/build/download.xml URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.x/build/download.xml?rev=1683214&r1=1683213&r2=1683214&view=diff ============================================================================== --- velocity/engine/branches/1.x/build/download.xml (original) +++ velocity/engine/branches/1.x/build/download.xml Wed Jun 3 03:18:31 2015 @@ -47,6 +47,11 @@ + + + + + @@ -113,6 +118,28 @@ ignoreerrors="false" /> + + + + + + + + + + + + + + + + + + @@ -209,5 +236,14 @@ + + + + + + + + +