Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 648 invoked from network); 4 Apr 2005 16:06:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 16:06:40 -0000 Received: (qmail 57517 invoked by uid 500); 4 Apr 2005 16:06:32 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57485 invoked by uid 500); 4 Apr 2005 16:06:32 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 57471 invoked by uid 99); 4 Apr 2005 16:06:32 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of cknell@onebox.com designates 69.25.242.10 as permitted sender) Received: from outgoing.onebox.com (HELO vljcms10.ucmretail.internal.callsciences.com) (69.25.242.10) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Apr 2005 09:06:29 -0700 Received: from outgoing.onebox.com (unverified [172.21.6.74]) by ucmmail.com (Rockliffe SMTPRA 6.1.17) with SMTP id for ; Mon, 4 Apr 2005 12:06:27 -0400 Message-ID: From: cknell@onebox.com To: user@ant.apache.org Subject: taskdef-classpath fails to add jars to classpath Date: Mon, 04 Apr 2005 12:06:25 -0400 Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have the following: - ant 1.6.2 - FOP 0.20.5 - WinXP Pro 2002 Service Pack 2 - FOP_HOME is defined as "C:\Program Files\Apache Software Foundation\fop-0.20.5" - CLASSPATH is defined as "C:/apache-ant-1.6.2\lib\ant.jar;C:/apache-ant-1.6.2\lib\optional.jar;C:/apache-a nt-1.6.2\lib\xercesImpl.jar;C:/apache-ant-1.6.2\lib\xml-apis.jar;c:\saxon\saxon. jar;c:\saxon\saxon-jdom.jar;C:\Xalan-J\bin\xalan.jar;C:\Program Files\Apache Sof tware Foundation\fop-0.20.5/build/fop.jar;C:\junit3.8.1/junit.jar;C:\junit3.8.1" In my build.xml file I have this taskdef: Further along in build.xml is this target: When I execute ant I get this error message: "BUILD FAILED C:\Data\Pool-14.1\build.xml:10: taskdef A class needed by class org.apache.fop.t ools.anttasks.Fop cannot be found: org/apache/avalon/framework/logger/Logger" If I manually place the .jar files named in the in the CLASSPATH and execute ant the build succeeds. Can anyone diagnose my problem? Thanks. -- Charles Knell cknell@onebox.com - email --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org