DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7401>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7401 [Patch] Small glitch: build.xml not a well formed XML file. Summary: [Patch] Small glitch: build.xml not a well formed XML file. Product: Tomcat 4 Version: 4.0.3 Final Platform: All URL: http://localhost:8080/tomcat-docs/appdev/build.xml.txt OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Webapps:Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The <javadoc - Tag is closed with /> before it is over. Here's the patch: $ diff -u build.xml.original build.xml --- build.xml.original Sat Mar 23 22:55:42 2002 +++ build.xml Sat Mar 23 22:55:59 2002 @@ -297,7 +297,7 @@ <mkdir dir="${dist.home}/docs/api"/> <javadoc sourcepath="src" destdir="${dist.home}/docs/api" - packagenames="*"/> + packagenames="*"> <classpath refid="compile.classpath"/> </javadoc> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>