Thomas Dudziak wrote:

On Tue, 25 May 2004, Maksimenko Alexander wrote:



Yes it works well! Thank you for advise!
But you'll get a problem in this approach if the classes from src/java reference the classes from ../shared/src/java.



Well, not exactly. Since XDoclet behaves like javac in this respect, it
simply means that there are source files missing. So in order to reference
shared source, and have them resolved by XDoclet, you have to specify
them in the fileset.


But unfortunately I can't do this because my source files are in different directories
If I specify common parent directory:


   <ojbdoclet destdir="${dir.javalike}" checks="basic">
       <fileset dir="..">
           <include name="server/src/java/**/*"/>
           <include name="shared/src/java/**/*"/>
       </fileset>
       <ojbrepository destinationFile="repository_types.xml"/>
   </ojbdoclet>
XDoclet want find any file.

Otherwise you're effectively making use of the
aforementioned XDoclet bug.




--
Maksimenko Alexander
Softwarium, www.softwarium.net


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to