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">
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.