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