problem solved:
i wrote in build.xml
ejbdoclet sourcepath="${basedir}/source" destdir="${basedir}/build"
classpathref="${classref}"
excludedtags="@revision,@author,@roseuid,@date"
ejbspec="1.1"> ^^ ^
but it has to be
ejbdoclet sourcepath="${basedir}/source" destdir="${basedir}/build"
classpathref="classref" excludedtags="@revision,@author,@roseuid,@date"
ejbspec="1.1"> ^ ^
assuming that classref is a pathid...
this was just a small error but the error message didn't really help...
bye
jens
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-user