Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 98731 invoked from network); 6 Aug 2007 20:59:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 20:59:24 -0000 Received: (qmail 18460 invoked by uid 500); 6 Aug 2007 20:59:23 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 18432 invoked by uid 500); 6 Aug 2007 20:59:23 -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 18423 invoked by uid 99); 6 Aug 2007 20:59:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 13:59:23 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 20:59:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1CE2D1A981A; Mon, 6 Aug 2007 13:59:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r563277 - in /velocity/tools/branches/2.x: build.properties build.xml Date: Mon, 06 Aug 2007 20:59:00 -0000 To: commits@velocity.apache.org From: nbubna@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070806205901.1CE2D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nbubna Date: Mon Aug 6 13:59:00 2007 New Revision: 563277 URL: http://svn.apache.org/viewvc?view=rev&rev=563277 Log: add optional FindBugs task Modified: velocity/tools/branches/2.x/build.properties velocity/tools/branches/2.x/build.xml Modified: velocity/tools/branches/2.x/build.properties URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.properties?view=diff&rev=563277&r1=563276&r2=563277 ============================================================================== --- velocity/tools/branches/2.x/build.properties (original) +++ velocity/tools/branches/2.x/build.properties Mon Aug 6 13:59:00 2007 @@ -88,6 +88,9 @@ test.rst.dir=${test.build.dir}/rst test.log.dir=${test.build.dir}/log +# Needs to be configured with system location of findbugs for findbugs task +findbugs.home=*unset* + #test switches test.haltonerror=true test.haltonfailure=true Modified: velocity/tools/branches/2.x/build.xml URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.xml?view=diff&rev=563277&r1=563276&r2=563277 ============================================================================== --- velocity/tools/branches/2.x/build.xml (original) +++ velocity/tools/branches/2.x/build.xml Mon Aug 6 13:59:00 2007 @@ -106,9 +106,9 @@ - + - + @@ -122,9 +122,9 @@ - + - + @@ -330,7 +330,7 @@ - + @@ -597,6 +597,10 @@ + + + +