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=21784>. 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=21784 missing closing / in XML filelist element Summary: missing closing / in XML filelist element Product: Ant Version: 1.5.3 Platform: All URL: http://ant.apache.org/manual/using.html OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The example for filelist under the heading "Path-like Structures" appears to be missing the closing / for the filelist element. Patch for ant/docs/manual/using.html : --- using.html.orig 2003-07-21 14:56:57.000000000 -0700 +++ using.html 2003-07-21 14:57:42.000000000 -0700 @@ -373,7 +373,7 @@ <include name="apps/**/classes"/> <exclude name="apps/**/*Test*"/> </dirset> - <filelist refid="third-party_jars"> + <filelist refid="third-party_jars"/> </classpath> </pre> <p>This builds a path that holds the value of <code>${classpath}</code>, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]