Re: taskdef, class not found

2006-03-14 Thread Steve Loughran
Dominique Devienne wrote: 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]. Ah, I was fooled by the package name indeed. Thanks f

Re: taskdef, class not found

2006-03-14 Thread Dominique Devienne
> 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]. Ah, I was fooled by the package name indeed. Thanks for spotting that Jan.

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
2006 21:58 À : Ant Users List Objet : Re: taskdef, class not found > classname="org.apache.tools.ant.taskdefs.optional.RasterizerTask" /> This is not necessary. It's implicitly done by Ant, for all core and optional task. > Now, when I run the task, ant keeps complaining

Re: taskdef, class not found

2006-03-13 Thread Dominique Devienne
> classname="org.apache.tools.ant.taskdefs.optional.RasterizerTask" /> This is not necessary. It's implicitly done by Ant, for all core and optional task. > Now, when I run the task, ant keeps complaining that the RasterizerTask > cannot find one of the classes it relies upon (which I have found