| 
     
      
      
      From: Justin C. <sen...@ya...> - 2009-06-15 09:31:20
      
     
   | 
Hi,
May I suggest you some bit of Ant reading? It will always help.
In the meantime take:
    <taskdef name="webdoclet"
classname="Xdoclet.modules.web.WebDocletTask" 
classpathref="xdocpath">
    </taskdef>
and replace it with
    <taskdef name="webdoclet"
classname="Xdoclet.modules.web.WebDocletTask" 
classpathref="plugin-lib.classpath">
    </taskdef>
Notice the different classpath reference? I hope you know what a classpath is, if not you should read about that as well - it will save you lots of headaches.
HTH,
M
      
 |