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
> 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