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. Otherwise you're effectively making use of the
aforementioned XDoclet bug.

> BTW it exists another solution  - if you include following tasks in 
> revert order - file2 and then file1 then all class descriptors which 
> have wrong "class" attribute would reinitialized with correct class 
> descriptor from file1.

Same as above, you're making use of the bug. I'll see whether I can put in
a check into the module that disallows or at least warns about this.

Tom


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

Reply via email to