RE: AW: ANT fop task

2009-04-03 Thread Martin Gainty
leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Subject: AW: ANT fop task > Date: Fri, 3 Apr 2009 07:04:28 +0200 > From: jan.mate...@rzf.fin-nrw.de > To: user@ant.apache.org > > > I have > > > classname=&quo

AW: ANT fop task

2009-04-02 Thread Jan.Materne
> I have > classname="org.apache.fop.tools.anttasks.Fop" > classpathref="run-classpath"/> > where Fop class doesnt have main() method A task implementation doesnt have to have a main method. The tasks 'main' is the public void execute(); method. >From the class name I would think that this

RE: ANT fop task

2009-04-02 Thread Martin Gainty
_ Rediscover HotmailĀ®: Get quick friend updates right in your inbox. http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009 - To u

Re: ANT fop task

2009-04-02 Thread Gilles Scokart
The first one seems indeed to be an ant task, and so doesn't require a main() method. You have to use the task that you have defined. The second one is a Main, that you can invoke using the java task. If you want, you can build a fop task based on it by defining a macrodef that contains the java

ANT fop task

2009-04-02 Thread Martin Gainty
has Anyone been able to get fop ant task to work Here are 2 classes from fop.jar 2211KB 09/15/2008 I have where Fop class doesnt have main() method does'nt have execute() method as a fallback I can exec it..but was wondering if the fop exec interface was already written? Martin __