I've found the cause of the problem. Basically, xdoclet tasks are similar
to the javac compiler in that they expect the directory structure to match
the package structure for their input files. So when you specified
<fileset dir="${model-dir}">
<filename name="**/Dienst*.java"/>
</fileset>
the xdoclet ojb module expected the DienstStelle class to be in the
default package as model-dir pointed to the directory de/phca/model which
contains the java file. If you change model-dir to point to '.' then the
module should work. As a rule of thumb, if the javac compiler works with
the fileset, the an xdoclet task should also work with it.
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]