You are right. but my point is that the document is not well formed: there is an unmatched closing tag </fileset>. IMHO this must be the first error reported by Ant. I think that is more clear for mere mortal Ant users (as I am).
Ronald ----- Original Message ----- From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 9:28 PM Subject: Re: The <javadoc> task doesn't support the nested "patternset" element > --- Ronald Muller <[EMAIL PROTECTED]> wrote: > > okay, so it is not validated, but a check if the document is well formed > > can be done by every XML parser and does not need a DTD. So I still do > > not understand why Ant does not do this. > > There's nothing wrong with <fileset ... />, since there's no requirement > that it have nested elements. And when you did that, your nested > <patternset> was then under your <javadoc> tag (just like your <fileset/> > tag was) -- hence, the error you got, which did say what the error was: > <javadoc> doesn't support the nested "patternset" element. > which it doesn't. > > Diane > > ===== > ([EMAIL PROTECTED]) > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
