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 2004/08/13 17:52:24 UTC

DO NOT REPLY [Bug 30653] New: - Logic Error jakarta-tomcat-5/build.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30653>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30653

Logic Error jakarta-tomcat-5/build.xml

           Summary: Logic Error jakarta-tomcat-5/build.xml
           Product: Tomcat 5
           Version: 5.0.27
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: derekjb@yahoo.com


In May code was added to the build.xml to copy the ant-launcher.jar file from 
${ant.home}/lib/ant-launcher.jar to ${tomcat.build}/common/lib.  The problem 
with this is that ant 1.5.1 does not have this file. So the build does not work 
for ant versions less that 1.6.  The jasper2 build.xml has similiar code, 
however it correctly checks to for the existance of ${ant.home}/lib/ant-
launcher.jar before it tries to do the copy.  The fix to this can be either to 
fix the build.xml to do this check or to change the minumum ant version 
requirement.

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