I just tried doing a build on a fresh copy of xdoclet (downloaded from CVS 
late last night, so I believe it's current).

It does most of it (including generating the xdoclet.jar) okay, but stops at

>todo:
>
>BUILD FAILED
>
>C:\Development\Java\xdoclet\core\script\build.xml:207: Class 
>xdoclet.doc.info.InfoSubTask doesn't support the "type" attribute.

This stops it going on to build the distribution files.

>From the source code, it looks like the problem is that the "type" attribute 
is actually called "header" i.e. the subtask entry at 
xdoclet/core/script/build.xml line 212 should be
<info header="Todo list" projectname="${Name}" tag="todo"/>
not
<info type="Todo list" projectname="${Name}" tag="todo"/>


Andrew.

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to