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/02/12 04:03:37 UTC

DO NOT REPLY [Bug 6385] New: - Sample webapp build.xml has a xml format mistake preventing compilation

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=6385>.
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=6385

Sample webapp build.xml has a xml format mistake preventing compilation

           Summary: Sample webapp build.xml has a xml format mistake
                    preventing compilation
           Product: Tomcat 4
           Version: 4.0.2 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: gumi+apache.org@iki.fi


Ant says: BUILD FAILED
 
/home/mikael/java/tomcat/jakarta-tomcat-4.0.2/webapps/tomcat-docs/appdev/sample/build.xml.old:302:
Expected "</target>" to terminate element starting on line 294.

Fix:

jakarta-tomcat-4.0.2/webapps/tomcat-docs/appdev/sample

--- build.xml.old       Tue Feb 12 04:48:35 2002
+++ build.xml   Tue Feb 12 04:54:10 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>