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



      

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to