Konrad [EMAIL PROTECTED] wrote:
> I just encountered this error message when running
> XDoclet on my code.
> 
>    ["The class xxxFilter occurs in more than one fileset.  That's
illegal."]
>
> I have the following classes:
> 
>    Filter
>    AbstractFilter (implements Filter)
>    xxxFilter (extends AbstractFilter)
> 
> 
> Is there a reason why XDoclet is producing this error
> message?  I'm going to try to get around it by
> renaming "Filter" to "Filtr", but I'd like to know why
> XDoclet doesn't like it when our classes contain the
> word "Filter" in it...

My guess is that the filename has absolutely nothing to do with it. More
likely, you are merging multiple filesets (as the error implies) that
contain the class. Can you post the relavent bits of your build.xml?

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to