Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 2826 invoked by uid 500); 18 Jul 2003 02:05:53 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 2790 invoked from network); 18 Jul 2003 02:05:52 -0000 Received: from relay.t-intra.de (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 18 Jul 2003 02:05:52 -0000 Received: from DJ0X820J (p5080e83d.dip0.t-ipconnect.de [80.128.232.61]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 8FD9515000A for ; Fri, 18 Jul 2003 02:36:42 +0200 (CEST) Message-ID: <006101c34cb4$129a9250$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Developers List" References: Subject: Re: CommonsLoggingListener Date: Fri, 18 Jul 2003 00:37:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Steve, In ant1.6alpha CommonsLoggingListener gets put into optional.jar (and also in ant-commons-logging.jar presumably because of dependency upon Jakarta Commons Logging). I guess it is the same in ant 1.5.3. You might be missing the Commons Logging library. I notice that I do not see it listed in the manual under library dependencies. :( http://ant.apache.org/manual/install.html#librarydependencies I will see if it is mentioned in the CVS HEAD version of this file or add it. Antoine ----- Original Message ----- From: "Steve Cohen" To: Sent: Friday, July 18, 2003 12:23 AM Subject: CommonsLoggingListener I made a build of Ant 1.5.3 and we have been using it in my shop for 2 or 3 months now. Now one of my developers would like to use org.apache.tools.ant.listener.CommonsLoggingListener, as mentioned in Erik and Steve's book p. 507. However, although I see the source file in the 1.5.3 distribution, the build I made did not make a class file for it. How do I do a build of ant that includes this file? Is it the same deal as with the optional tasks, that you must put some jar on the classpath in order to build this file? Thanks ---------------------------------------------- Steve Cohen Sr. Software Engineer Sportvision Inc. scohen@sportvision.com http://www.sportvision.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org