Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42197 invoked from network); 14 Mar 2006 08:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Mar 2006 08:49:04 -0000 Received: (qmail 56273 invoked by uid 500); 14 Mar 2006 08:48:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55921 invoked by uid 500); 14 Mar 2006 08:48:57 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55910 invoked by uid 99); 14 Mar 2006 08:48:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 00:48:57 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Mar 2006 00:48:56 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id k2E8mWah020168 for ; Tue, 14 Mar 2006 09:48:32 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Tue, 14 Mar 2006 09:48:15 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: taskdef, class not found Date: Tue, 14 Mar 2006 09:48:15 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: taskdef, class not found Thread-Index: AcZHEzvOl5/5yAA/Sa+q2dUu8B9ZAgAK5W4gAAEfGaA= From: To: X-OriginalArrivalTime: 14 Mar 2006 08:48:15.0454 (UTC) FILETIME=[089DB7E0:01C64744] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The classname you provided sounds like one of Ant's, because Ant uses org.apache.tools.ant as main package. But the default file for taskdefs [1] does not list that class. And there is no such class in the repo [2]. So this class is to be declared as other external tasks: taskdef or xmlns (with all needed jars on the classpath, e.g. -lib specified). Therefore a look into its docu [3] would be helpful. Jan [1] http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools /ant/taskdefs/defaults.properties [2] http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools /ant/taskdefs/optional/ [3] http://xmlgraphics.apache.org/batik/svgrasterizer.html#task >You mean to say that the Batik task is an optional task? I=20 >did look in the Ant documentation, but it was not listed in=20 >the op. tasks list. > >> > classname=3D"org.apache.tools.ant.taskdefs.optional.RasterizerTask" = /> > >This is not necessary. It's implicitly done by Ant, for all=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org