From dev-return-83870-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Jan 15 15:41:17 2009 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 57668 invoked from network); 15 Jan 2009 15:41:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 15:41:17 -0000 Received: (qmail 10297 invoked by uid 500); 15 Jan 2009 15:41:16 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 10258 invoked by uid 500); 15 Jan 2009 15:41:15 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 10239 invoked by uid 99); 15 Jan 2009 15:41:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 07:41:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.190.58.150] (HELO web55101.mail.re4.yahoo.com) (206.190.58.150) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 15 Jan 2009 15:41:07 +0000 Received: (qmail 38863 invoked by uid 60001); 15 Jan 2009 15:40:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=d+L/nOnl5M+3ud5lbtj+EbE2V6St20Jce8r3G0negSlRhHjRMZhCNB5W3q4vpLpw5hI6CbEcXYlcm3Da/VrNKDU2l1EX/YU5VWBu0O93bJK/YI/dCmKJL0ge8zuTC4ARJEcNbkzqG8zbxAZtwXy/C5CS7ouDtwsRohK0GaRXUDY=; X-YMail-OSG: gATylW0VM1kZG56lahbKURcl.N_M5JInY42u6Tl8kGEllNH1HYIOydvJGWzUFskxTxVcywaGsa8EeHKjPVV5X1BTCisZONv6GoHo5ddnFVg2bmOpm2HQ4EH7FuyHP4DG9VXgChLb5DGjZOSjWB7HpUnULVSkxVIy1h7pRrq_2.JMmw8AVcDh4F8Oad4UoDkKOGRZvUBKOyZHKRzK77WeBTSrMUM- Received: from [12.68.231.140] by web55101.mail.re4.yahoo.com via HTTP; Thu, 15 Jan 2009 07:40:46 PST Date: Thu, 15 Jan 2009 07:40:46 -0800 (PST) From: Matt Benson Subject: build error Xalan2TraceSupport To: Ant Developers List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <456570.37259.qm@web55101.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Building Ant I get the following error: [javac] /Users/mbenson/oss/asf/clean-ant/src/main/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.java:41: cannot find symbol [javac] symbol : variable m_traceExtension [javac] location: class org.apache.xalan.trace.PrintTraceListener [javac] tl.m_traceExtension = conf.getExtension(); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error Has anyone else seen this? I've done a completely fresh co + fetch and I still get this... :( -Matt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org