ceki 01/04/22 14:23:43 Modified: build build.xml src/java/org/apache/log4j/helpers Loader.java src/java/org/apache/log4j/test UnitTestDRFA.java Log: // Altough located under org/apache/log4j/test, org.apache.log4j is // the correct package for UnitTestDRFA.java Revision Changes Path 1.28 +1 -2 jakarta-log4j/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build/build.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- build.xml 2001/04/22 17:28:17 1.27 +++ build.xml 2001/04/22 21:23:42 1.28 @@ -356,7 +356,6 @@ <include name="${BSTEM}/nt/*.h"/> <include name="${BSTEM}/nt/*.obj"/> <include name="${BSTEM}/nt/*.idb"/> - <include name="${BSTEM}/nt/goEnv.bat"/> <include name="${BSTEM}/nt/EventLogCategories.rc"/> <include name="${BSTEM}/nt/EventLogCategories.RES"/> <include name="${BSTEM}/nt/EventLogCategories.res"/> @@ -393,7 +392,7 @@ dist/classes/**, contribs/**" excludes="make/make.loc, - **/*.bak, + **/*.bak, **/goEnv.bat, **/.#*"/> </copy> 1.6 +3 -3 jakarta-log4j/src/java/org/apache/log4j/helpers/Loader.java Index: Loader.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/Loader.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Loader.java 2001/04/22 16:08:24 1.5 +++ Loader.java 2001/04/22 21:23:42 1.6 @@ -35,10 +35,10 @@ with the <code>null</code> (bootstrap) class loader. <p><li>Search for <code>resource</code> with the class loader - that loaded <code>clazz</code>. It that fails, try recursively - with the parent class loader, upto and including the bootstrap - class loader. + that loaded <code>clazz</code>. + <pi><li>Try one last time with + <code>ClassLoader.getSystemResource(resource)</code> </ol> 1.8 +3 -1 jakarta-log4j/src/java/org/apache/log4j/test/UnitTestDRFA.java Index: UnitTestDRFA.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/UnitTestDRFA.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- UnitTestDRFA.java 2001/04/22 20:14:59 1.7 +++ UnitTestDRFA.java 2001/04/22 21:23:42 1.8 @@ -5,7 +5,9 @@ * License version 1.1, a copy of which has been included with this * distribution in the LICENSE.APL file. */ -package org.apache.log4j.test; +// Altough located under org/apache/log4j/test, org.apache.log4j is +// the correct package. +package org.apache.log4j; import java.util.Calendar; import java.util.Date; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]