Your message dated Sat, 27 Feb 2010 23:17:46 +0000
with message-id <[email protected]>
and subject line Bug#571046: fixed in jakarta-log4j 1.2.15-10
has caused the Debian Bug report #571046,
regarding jakarta-log4j: Please fix log4j maven dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
571046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571046
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jakarta-log4j
Severity: normal
Tags: patch
Hello,
I'm packaging a software which depends on log4j and log4j depends on 4
artifacts it can't find:
javax.mail:mail
javax.jms:jms
com.sun.jmx:jmxri:jar:debian
com.sun.jdmk:jmxtools:jar:debian
I'm not a java developer, correct me if I'm wrong.
I see 2 solutions:
1) Mavenizing those artifacts:
javax.mail:mail = libgnumail-java
javax.jms:jms = libgeronimo-jms-1.1-spec-java
com.sun.jmx:jmxri:jar:debian = libjboss-jmx-java? libmx4j-java?
com.sun.jdmk:jmxtools:jar:debian = libjboss-jmx-java? libmx4j-java?
All of those packages lacks maven support.
2) Attached patch.
Thanks,
Gabriele
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- jakarta-log4j~/pom.xml 2007-08-25 06:09:43.000000000 +0200
+++ jakarta-log4j/pom.xml 2010-02-23 00:38:48.000000000 +0100
@@ -389,21 +389,29 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
+ <scope>system</scope>
+ <systemPath>/usr/share/java/gnumail.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
<version>1.1</version>
+ <scope>system</scope>
+ <systemPath>/usr/share/java/geronimo-jms-1.1-spec.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
<version>1.2.1</version>
+ <scope>system</scope>
+ <systemPath>/usr/share/java/jboss-jmx.jar</systemPath>
</dependency>
<dependency>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
<version>1.2.1</version>
+ <scope>system</scope>
+ <systemPath>/usr/share/java/jboss-jmx.jar</systemPath>
</dependency>
<dependency>
<groupId>oro</groupId>
--- End Message ---
--- Begin Message ---
Source: jakarta-log4j
Source-Version: 1.2.15-10
We believe that the bug you reported is fixed in the latest version of
jakarta-log4j, which is due to be installed in the Debian FTP archive:
jakarta-log4j_1.2.15-10.diff.gz
to main/j/jakarta-log4j/jakarta-log4j_1.2.15-10.diff.gz
jakarta-log4j_1.2.15-10.dsc
to main/j/jakarta-log4j/jakarta-log4j_1.2.15-10.dsc
liblog4j1.2-java-doc_1.2.15-10_all.deb
to main/j/jakarta-log4j/liblog4j1.2-java-doc_1.2.15-10_all.deb
liblog4j1.2-java-gcj_1.2.15-10_i386.deb
to main/j/jakarta-log4j/liblog4j1.2-java-gcj_1.2.15-10_i386.deb
liblog4j1.2-java_1.2.15-10_all.deb
to main/j/jakarta-log4j/liblog4j1.2-java_1.2.15-10_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Debian Java Maintainers <[email protected]>
(supplier of updated jakarta-log4j package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 27 Feb 2010 14:51:06 -0800
Source: jakarta-log4j
Binary: liblog4j1.2-java liblog4j1.2-java-gcj liblog4j1.2-java-doc
Architecture: source all i386
Version: 1.2.15-10
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Debian Java Maintainers
<[email protected]>
Description:
liblog4j1.2-java - Logging library for java
liblog4j1.2-java-doc - Documentation for liblog4j1.2-java
liblog4j1.2-java-gcj - Logging library for java (native code)
Closes: 571046
Changes:
jakarta-log4j (1.2.15-10) unstable; urgency=low
.
[ Gabriele Giacone ]
* Fixed Maven support (Closes: #571046)
- d/m.ignoreRules: added JMX stuff
- pom.xml patch : javax.jms and java.mail set as optional
* Standards-Version to 3.8.4
* debhelper compat to 7
.
[ tony mancill ]
* Set changed-by to maintainer address for sponsored upload.
Checksums-Sha1:
ca4839aa9afc4a9882818791dab14c2137fc2f01 1600 jakarta-log4j_1.2.15-10.dsc
d4dc3b2b465add504651d5720763f3f61a919a24 7331 jakarta-log4j_1.2.15-10.diff.gz
46093547165a7fc601d4371a04d8e28d2b0295fa 344478
liblog4j1.2-java_1.2.15-10_all.deb
812473fb5c33fca828428a230ea3cc28e7fb630e 414780
liblog4j1.2-java-doc_1.2.15-10_all.deb
b4f64bf739b5acaee1b1798a6fba8a232445c3cc 322616
liblog4j1.2-java-gcj_1.2.15-10_i386.deb
Checksums-Sha256:
6f4f959766ae192b03a9d085356ecc520280912687b6e8cf069f1194218c74cf 1600
jakarta-log4j_1.2.15-10.dsc
6f406d9080319b6840bcd0eb8ed2bb3e0670fc1a18855d57a36df7842d15467e 7331
jakarta-log4j_1.2.15-10.diff.gz
16d2a515752dd68508ed22883dcf3b4d8f6cd825e4569b5d1b8468f13031eda7 344478
liblog4j1.2-java_1.2.15-10_all.deb
8d1f7aa8ec1b983464bece5f30150cdc47c533bc078c35a592d00df9d44bd056 414780
liblog4j1.2-java-doc_1.2.15-10_all.deb
62cec56515e2b8a1700bbb75730fac729a867376a9d1c34083f7cdc47f584ac4 322616
liblog4j1.2-java-gcj_1.2.15-10_i386.deb
Files:
0e8d3aca1e887f01c9d71386a0afe756 1600 java optional jakarta-log4j_1.2.15-10.dsc
7e83b83088def99ad55f4da3fa42510b 7331 java optional
jakarta-log4j_1.2.15-10.diff.gz
209aef8142621aab3be39c5a08a3a9dc 344478 java optional
liblog4j1.2-java_1.2.15-10_all.deb
44f579bc64760b2ee251ac9af326305f 414780 doc optional
liblog4j1.2-java-doc_1.2.15-10_all.deb
6117e3cd78a5089e7524affbcbe4b498 322616 libs optional
liblog4j1.2-java-gcj_1.2.15-10_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuJo1EACgkQpdwBkPlyvgPEEQCfW2E1q/aC/l+1g+YESu6dwcYV
tQwAniNJtSt5fGCzGLAdPIDo3TT9AHb5
=o1bY
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers