Thanks, I did follow the directives in [3], but it lead to multiple failures.
Went with a java task with all args necessary, using the rasterizer jar, and all went fine. F. -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : 14 mars 2006 03:48 À : [email protected] Objet : AW: taskdef, class not found 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
