Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 59691 invoked from network); 4 Nov 2010 22:44:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 22:44:41 -0000 Received: (qmail 44299 invoked by uid 500); 4 Nov 2010 22:45:12 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 44212 invoked by uid 500); 4 Nov 2010 22:45:12 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 44204 invoked by uid 99); 4 Nov 2010 22:45:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 22:45:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 22:45:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA4Mimbf025336 for ; Thu, 4 Nov 2010 22:44:48 GMT Message-ID: <24587974.18311288910688853.JavaMail.jira@thor> Date: Thu, 4 Nov 2010 18:44:48 -0400 (EDT) From: "Stephen Gargan (JIRA)" To: dev@avro.apache.org Subject: [jira] Updated: (AVRO-693) Missing velocity logging configuration causes error in clean build In-Reply-To: <14304409.18291288910688134.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Gargan updated AVRO-693: -------------------------------- Attachment: logchute.patch > Missing velocity logging configuration causes error in clean build > ------------------------------------------------------------------- > > Key: AVRO-693 > URL: https://issues.apache.org/jira/browse/AVRO-693 > Project: Avro > Issue Type: Bug > Components: java > Environment: Linux 2.6.32-25-generic > Reporter: Stephen Gargan > Priority: Minor > Fix For: 1.5.0 > > Attachments: logchute.patch > > > I'm seeing an issue with a clean build (ant clean dist) where the Initialization of the VelocityEngine in the SpecificCompiler fails. Its trying to obtain a Servlet context for the default ServletLogChute. Configuring the engine to use the NullLogChute fixes the issue. > velocityEngine.setProperty("runtime.log.logsystem.class", > "org.apache.velocity.runtime.log.NullLogChute"); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.