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.
Ronald ----- Original Message ----- From: "Hal Hildebrand (web)" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 7:48 PM Subject: Re: The <javadoc> task doesn't support the nested "patternset" element > Ant has no DTD. > > ----- Original Message ----- > From: "Ronald Muller" <[EMAIL PROTECTED]> > > > yes! stupid! > > so ... ant does not check if the build.xml file is well formed?! > > > > Thanks > > Ronald > > > > ----- Original Message ----- > > From: "Milind Nirgun" <[EMAIL PROTECTED]> > > To: "Ant Users List" <[EMAIL PROTECTED]>; "Ronald Muller" > > <[EMAIL PROTECTED]> > > Sent: Wednesday, July 24, 2002 6:36 PM > > Subject: RE: The <javadoc> task doesn't support the nested "patternset" > > element > > > > > > > Typo. Your last <fileset> tag is ended with a "/>". > > > > > > -----Original Message----- > > > From: Ronald Muller [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, July 24, 2002 4:17 AM > > > To: [EMAIL PROTECTED] > > > Subject: The <javadoc> task doesn't support the nested "patternset" > > > element > > > > > > > > > Hallo, > > > > > > I am getting the error message "The <javadoc> task doesn't > > > support the nested "patternset" element." > > > > > > The structure of my build.xml is: > > > <patternset id="patternset.src" > > > > <include name="..." /> > > > </patternset> > > > <javadoc > > > destdir="${dir.javadoc}" > > > access="protected" > > > source="1.4"> > > > <classpath> > > > <pathelement path="${java.class.path}" /> > > > <pathelement location="${dir.class}" /> > > > <fileset dir="${dir.servlet.lib}" includes="*.jar" /> > > > <fileset dir="lib"> > > > <include name="log4j*.jar"/> > > > <include name="logkit*.jar"/> > > > <include name="fop*.jar"/> > > > </fileset> > > > </classpath> > > > <fileset dir="${dir.src}" /> > > > <patternset refid="patternset.src" /> > > > </fileset> > > > </javadoc> > > > > > > What is wrong with this file? According to the Ant 1.5 > > > documentation, a patternset can be nested within > > > a fileset. And the javadoc task does support filesets > > > > > > Thanks, > > > Ronald > > > > > > > > > -- > > > 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]> > > > > > > > > > > > > -- > > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
