Bug#791446: liblog4j1.2-java: org/apache/log4j/pattern is missing from .jar.
Hilko Bengen
bengen at debian.org
Sun Jul 5 00:29:05 UTC 2015
Control: tag -1 patch
* Hilko Bengen:
> All of the missing classes are in the org/apache/log4j/pattern directory
> which is missing from the jar that ships with this package.
Apparently the build.xml file that is used to build the jar has not been
kept up-to-date. The patch below seems to fix the problem.
Cheers,
-Hilko
--- apache-log4j1.2.orig/build.xml
+++ apache-log4j1.2/build.xml
@@ -429,7 +429,9 @@
${stem}/or/*.class,
${stem}/or/sax/*.class,
${stem}/or/jms/*.class,
- ${stem}/config/*.class"
+ ${stem}/config/*.class
+ ${stem}/pattern/*.class
+ ${stem}/rewrite/*.class"
excludes="**/UnitTest**">
<manifest>
<section name="org/apache/log4j">
More information about the pkg-java-maintainers
mailing list