Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2871 invoked from network); 3 Apr 2009 05:05:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 05:05:01 -0000 Received: (qmail 52100 invoked by uid 500); 3 Apr 2009 05:04:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 52011 invoked by uid 500); 3 Apr 2009 05:04:59 -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 52001 invoked by uid 99); 3 Apr 2009 05:04:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 05:04:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.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; Fri, 03 Apr 2009 05:04:49 +0000 Received: from z011100.bk.fin.local (z011100.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.14.0/8.14.0) with ESMTP id n3354SHb018627 for ; Fri, 3 Apr 2009 07:04:29 +0200 Received: from z011103.bk.fin.local ([130.11.7.103]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Apr 2009 07:04:28 +0200 Received: from z011021.bk.fin.local ([130.11.7.21]) by z011103.bk.fin.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Apr 2009 07:04:28 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: ANT fop task Date: Fri, 3 Apr 2009 07:04:28 +0200 Message-ID: <9EE86F1965E19E499C80DE52AC807B5502A47D78@z011021.bk.fin.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ANT fop task Thread-Index: Acmz1Oq8X5tK+s34Q56mmrea+C5EkwARCxxg References: From: To: X-OriginalArrivalTime: 03 Apr 2009 05:04:28.0820 (UTC) FILETIME=[AAB8F540:01C9B419] X-Virus-Checked: Checked by ClamAV on apache.org > I have=20 > classname=3D"org.apache.fop.tools.anttasks.Fop"=20 > classpathref=3D"run-classpath"/> > where Fop class doesnt have main() method A task implementation doesnt have to have a main method. The tasks 'main' is the=20 public void execute(); method. >From the class name I would think that this should be an Ant task (...anttasks.Fop) - if it has the execute method. Manual: http://xmlgraphics.apache.org/fop/0.94/anttask.html > classpathref=3D"run-classpath"/> > does'nt have execute() method Maybe (surely) not a task.=20 >From the name I would think it is intended to be started from the command line. (...cli.Main: CommandLineInterface MAIN-class) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org