costin 02/04/11 12:21:02 Modified: util build.xml Log: Display the result of detecting commons-logging ( to figure what's wrong in Gump build ). ( to fix the broken build ) Revision Changes Path 1.7 +1 -0 jakarta-tomcat-connectors/util/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- build.xml 10 Apr 2002 22:57:47 -0000 1.6 +++ build.xml 11 Apr 2002 19:21:02 -0000 1.7 @@ -37,6 +37,7 @@ <echo message="----- Java-utils -----" /> <echo message="-- puretls.present = ${puretls.present}" /> <echo message="-- jsse.present = ${jsse.present}"/> + <echo message="-- commons-logging = ${commons-logging.present}"/> <javac srcdir="java" destdir="${tomcat-util.build}/classes" deprecation="on"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>