diff --git a/build.properties.sample b/build.properties.sample index 350dbf4..ea7461e 100644 --- a/build.properties.sample +++ b/build.properties.sample @@ -15,6 +15,9 @@ # log4j.jar - log4j classes (see http://jakarta.apache.org/log4j) log4j.jar=/java/log4j/log4j.jar +# Used for testing against older 1.2.x Log4J versions +log4j12.jar=/java/log4j/log4j-1.2.7.jar + # logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon) logkit.jar=/java/logkit/logkit.jar diff --git a/build.xml b/build.xml index 5303684..63e4901 100644 --- a/build.xml +++ b/build.xml @@ -21,7 +21,7 @@ @@ -133,6 +133,14 @@ + + + + + + + + @@ -229,6 +237,13 @@ + + + *** WARNING *** + Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests + + + @@ -433,7 +448,7 @@ limitations under the License.-->'> + + + + + + + + @@ -608,6 +632,14 @@ limitations under the License.-->'> + + + + + + + @@ -706,6 +738,14 @@ limitations under the License.-->'> + + + + + + + @@ -718,6 +758,140 @@ limitations under the License.-->'> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +