--- "Harkness, David" <[EMAIL PROTECTED]>
wrote:
> 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

I am using the Maven XDoclet plugin to generate the
web.xml and struts-config.xml files.  I actually
renamed "Filter" to "Filtr" and everything worked.  I
have never encountered this problem before and it only
happened with files having the word "Filter" in the
classname.  I will try posting the relevant parts in
project.properties that the Maven XDoclet uses to
generate the files.  However, it appears to be the
filename.  If you have a project currently using
XDoclet, try creating a simple interface .java file
called "Filter" and running XDoclet with the
Filter.java file in the directory that XDoclet looks
for source files, to see if you encounter the same
error.

Thank you.




                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
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