On Wed, 2005-01-26 at 18:13, John Vincent wrote:
>   <echo message="java file ${xdoclet.java.file}"/>
>   <ejbdoclet destdir="${basedir}/xdoclet/build" verbose="true" 
>      force="true"
>      excludedtags="@version,@author"
>      ejbspec="2.0">
>    <fileset file="${basedir}/xdoclet/${xdoclet.java.file}"/>

Assuming that ${xdoclet.java.file} is "jvapp/AdviceBean.java", try
replacing this with
<fileset dir="${basedir}/xdoclet/" includes="**/AdviceBean.java"/>
i.e. set dir to the directory which contains "jvapp".

If you use the file="..." form, I don't know where it'll take to be the
root of the package hierarchy (but if it doesn't pick the right
directory, xjavadoc will skip the files).


Andrew.
-- 



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to