diff --git a/build-testing.xml b/build-testing.xml deleted file mode 100644 index 30e5fab..0000000 --- a/build-testing.xml +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Log4j12: ${log4j12.jar} - - - LogKit: ${logkit.jar} - Avalon-Framework: ${avalon-framework.jar} - - - - - - - - - - - - - - - - - - - - - - - - *** WARNING *** - Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - One or more unit tests failed. - - - - diff --git a/build.properties.sample b/build.properties.sample deleted file mode 100644 index a9f1afc..0000000 --- a/build.properties.sample +++ /dev/null @@ -1,59 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -###################################################################### -# -# TO USE: -# -# Copy this file to build.properties and either -# -# a) Use 'ant getlibs' to populate the default directory -# with dependencies -# or b) Change the property values to appropriate values -# -######################################################################## - -# Apache Log4j 1.2.x series -log4j12.jar=lib/log4j-1.2.12.jar - -# Apache Log4j 1.3.x series -# Note: Log4j 1.3 support not available in the 1.1 release -#log4j13.jar=lib/log4j-1.3.0.jar - -# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon) -logkit.jar=lib/logkit-1.0.1.jar - -# Avalon framework - used for wrapper for avalon framework logger -avalon-framework.jar=lib/avalon-framework-4.1.3.jar - -# ServletApi - used to build ServletContextCleaner class -servletapi.jar=lib/servletapi-2.3.jar - -# -# if you want to run the test cases, junit needs to be in the classpath. -# the build.xml uses a default value so you might not need to set this property. -# Note that version junit 3.8 is required and 3.8.1 recommended. -# -junit.jar=lib/junit-3.8.1.jar - -# Maven properties (for web site build) -# Those committers using agents may like to use -#maven.username=rdonkin -#logging.cvs=lserver:rdonkin@cvs.apache.org:/home/cvs - - -# The path to a 1.4 JSDK javac -# Optional - used when building with a 1.2 JVM for releases -# executable.javac1.4=/opt/java/jdks/j2sdk1.4.2_10/bin/javac diff --git a/build.xml b/build.xml deleted file mode 100644 index 6012a84..0000000 --- a/build.xml +++ /dev/null @@ -1,776 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Log4j12: ${log4j12.jar} - - - LogKit: ${logkit.jar} - Avalon-Framework: ${avalon-framework.jar} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *** WARNING *** - Log4j 1.2 not found: Cannot Build Log4JLogger - - - - - - - - - - - *** WARNING *** - LogKit not found: Cannot Build LogKitLogger - - - - - - *** WARNING *** - Avalon-Framework not found: Cannot Build AvalonLogger - - - - - - *** WARNING *** - JDK 1.4 not present: Cannot Build Jdk14Logger - - - - - - *** WARNING *** - Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *** WARNING *** - Maven generated documentation not found: Documentation distribution will be empty - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - One or more unit tests failed. - - - -