RE: taskdef, class not found

2006-03-14 Thread François
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 À : user@ant.ap

RE: taskdef, class not found

2006-03-14 Thread François
Thanks for your answer. 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. I tried the CLASSPATH approach, but it lead to another failure (a NullPointerException, which, for Java, is another way to say: "I do

taskdef, class not found

2006-03-13 Thread François
omeone can explain to me how ant follows the class trail from the taskdef class to all its dependencies. Thanks much, François - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

taskdef, class not found

2006-03-13 Thread François
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 t