You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/03/23 23:21:49 UTC

DO NOT REPLY [Bug 7401] New: - [Patch] Small glitch: build.xml not a well formed XML file.

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: tomcat-dev@jakarta.apache.org
        ReportedBy: andreas.krueger@online.life.de


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>