ceki 02/02/22 06:45:31 Modified: tests build.properties.sample build.xml Added: tests README Log: Added explanation on tests/ as requested by Bernd Goetz. Revision Changes Path 1.2 +1 -0 jakarta-log4j/tests/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 18 Feb 2002 15:17:23 -0000 1.1 +++ build.properties.sample 22 Feb 2002 14:45:31 -0000 1.2 @@ -1,2 +1,3 @@ jakarta.oro.jar=../../jakarta-oro-2.0.5/jakarta-oro-2.0.5.jar +junit.jar=/usr/local/packages/junit3.2/junit.jar deprecation=on 1.5 +1 -4 jakarta-log4j/tests/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/tests/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.xml 18 Feb 2002 21:43:31 -0000 1.4 +++ build.xml 22 Feb 2002 14:45:31 -0000 1.5 @@ -23,9 +23,6 @@ <property name="tests.source.home" value="./src/java/"/> - - - <path id="tests.classpath"> <pathelement location="${project.source.home}"/> <pathelement location="${project.classes.home}"/> @@ -79,7 +76,7 @@ <!-- Remove all generated (compiled) class files. --> <!-- ================================================================= --> <target name="clean"> - <delete dir="${./classes}/" /> + <delete dir="./classes/" /> </target> 1.1 jakarta-log4j/tests/README Index: README =================================================================== This directory contains a series of log4j test cases. Prerequisites ============= Jakarta-ant is used to compile and run the tests. Jakarta-ant version 1.4.0 was used to compile and run the tests. The test cases are based on Junit version 3.2. You need to place junit.jar in your CLASSPATH. The test cases perform some regular expression based filtering. This requires jakarta-oro. Version-2.0.5 was used when writing the tests. You need to have jakarta.oro.jar property (found in the build.properties file) to point to jakarta-oro.jar. See the file build.properties.sample for an example of a build.properties file. Compiling ========= ant compile Running ======= ant run
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>