You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/07/22 00:14:07 UTC

DO NOT REPLY [Bug 21784] New: - missing closing / in XML filelist element

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: dev@ant.apache.org
        ReportedBy: aledonne@yahoo.com


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 @@
         &lt;include name=&quot;apps/**/classes&quot;/&gt;
         &lt;exclude name=&quot;apps/**/*Test*&quot;/&gt;
       &lt;/dirset&gt;
-      &lt;filelist refid=&quot;third-party_jars&quot;&gt;
+      &lt;filelist refid=&quot;third-party_jars&quot;/&gt;
     &lt;/classpath&gt;
 </pre>
 <p>This builds a path that holds the value of <code>${classpath}</code>,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org