Package: excalibur-logkit / 2.0-9

Metadata

Package Version Patches format
excalibur-logkit 2.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_implement_abstract_methods.patch | (download)

src/java/org/apache/log/output/db/DefaultDataSource.java | 18 18 + 0 - 0 !
1 file changed, 18 insertions(+)

 add method stubs to build against current apis.
02_fix_build_xml.patch | (download)

build.xml | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

 fix some problems in build.xml and link against system installed
 javadocs.
03_add_constructor.patch | (download)

src/java/org/apache/log/output/net/SMTPOutputLogTarget.java | 122 121 + 1 - 0 !
1 file changed, 121 insertions(+), 1 deletion(-)

 patch from upstream cvs to fix building of excalibur-logger against
 this package.
04_disable_unit_test.patch | (download)

src/test/org/apache/log/output/test/RevolvingFileStrategyTestCase.java | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable a junit test that fails randomly.