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 >did look in the Ant documentation, but it was not listed in >the op. tasks list. > >> <taskdef name="rasterize" >> classname="org.apache.tools.ant.taskdefs.optional.RasterizerTask" /> > >This is not necessary. It's implicitly done by Ant, for all --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
