A change made last night to coyote/build.xml stopped the tomcat5
directory of coyote from building.  This change fixes this.  (Thanks to
Ryan Lubke for pointing this out.)

Cheers,
-bob

Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-connectors/coyote/build.xml,v
retrieving revision 1.12
diff -u -r1.12 build.xml
--- build.xml	9 Aug 2002 12:55:01 -0000	1.12
+++ build.xml	9 Aug 2002 15:46:59 -0000
@@ -241,7 +241,7 @@
   </target>
 
   <target name="compile" 
-   depends="static,report,compile.shared,compile.tomcat4,compile.tomcat33"
+   depends="static,report,compile.shared,compile.tomcat5,compile.tomcat4,compile.tomcat33"
    description="Compile Coyote and its Adapters">
     <jar    jarfile="${build.home}/lib/tomcat-${component.name}.jar"
             basedir="${build.home}/classes"

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to