dims 2002/06/20 10:48:22 Modified: java build.xml Added: java/src simplelog.properties Log: Commons Logging package switches to SimpleLog when log4j is not present. This results in [INFO] messages to show up on user console's and causes PANIC :-) Revision Changes Path 1.151 +3 -0 xml-axis/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis/java/build.xml,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- build.xml 18 Jun 2002 15:28:43 -0000 1.150 +++ build.xml 20 Jun 2002 17:48:22 -0000 1.151 @@ -306,6 +306,8 @@ toDir="${build.dest}/org/apache/axis/client"/> <copy file="${src.dir}/log4j.properties" toDir="${build.dest}"/> + <copy file="${src.dir}/simplelog.properties" + toDir="${build.dest}"/> <copy file="${src.dir}/org/apache/axis/utils/axisNLS.properties" toDir="${build.dest}/org/apache/axis/utils"/> @@ -320,6 +322,7 @@ <jar jarfile="${build.lib}/${name}.jar" basedir="${build.dest}" > <include name="org/**" /> <include name="log4j.properties"/> + <include name="simplelog.properties"/> </jar> <jar jarfile="${build.lib}/${jaxrpc}.jar" basedir="${build.dest}" > <include name="javax/**"/> 1.1 xml-axis/java/src/simplelog.properties Index: simplelog.properties =================================================================== org.apache.commons.logging.simplelog.defaultlog=warn