You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by François <fr...@gmail.com> on 2006/03/14 02:02:50 UTC

taskdef, class not found

Hi,
 
I'm certain this is the most simple problem that will be addressed today by
competent ant users (I exclude myself of this group, of course)
 
I have been trying for a while now to make a taskdef for Batik to convert
svg files to jpeg and other file formats.
 
I have succesfully compiled the task, and added this line to my build file:
 
  <http://xmlgraphics.apache.org/batik/resources/void.gif>
<http://xmlgraphics.apache.org/batik/resources/void.gif>
<http://xmlgraphics.apache.org/batik/resources/void.gif> 	
  <http://xmlgraphics.apache.org/batik/resources/void.gif> 	
<taskdef name="rasterize" 

classname="org.apache.tools.ant.taskdefs.optional.RasterizerTask" />