Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11851
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | incomplete manifest in jar files |
| Date | 2020-09-18 13:50 +0200 |
| Message-ID | <AQn3P-5yM-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi All, While working on #943552 I faced few problems with manifest files and as a result I am unable to list them in the bundles.info file. 1) libxml-commons-resolver1.1-java - MANIFEST.MF is not complete and not having any Bundle-* informations in xml-resolver-1.2.jar 2) guava-libraries - The manifest file of guava.jar says "Import-Package: com.google.common.util.concurrent.internal" but for Debian build its internal as the d/rules files copies it to guava/src/com/google/common/util/concurrent/ and then builds it, so there is no external package to import. Solution: Remove "com.google.common.util.concurrent.internal" from the list of packages in Import-Package of the manifest file. 3) libcommons-cli-java: MANIFEST.MF is not complete and not having any Bundle-* informations in commons-cli.jar 4) batik: a) MANIFEST.MF is not complete and not having any Bundle-* informations in batik-i18n.jar b) I am getting - java.lang.NoClassDefFoundError: org/apache/batik/i18n/Localizable Caused by: java.lang.ClassNotFoundException: org.apache.batik.i18n.Localizable cannot be found by org.apache.batik.css_1.12.0 Solution - Add "Require-Bundle: org.apache.batik.i18n" to the manifest of batik-css.jar If no-one has any problem with my suggested changes then I can go ahead and team-upload them. All the changes are only in the MANIFEST.MF and nothing in the code. -- Regards Sudip
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
incomplete manifest in jar files Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-09-18 13:50 +0200
Re: incomplete manifest in jar files tony mancill <tmancill@debian.org> - 2020-09-20 00:40 +0200
Re: incomplete manifest in jar files Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-09-20 02:10 +0200
Re: incomplete manifest in jar files tony mancill <tmancill@debian.org> - 2020-09-21 06:40 +0200
Re: incomplete manifest in jar files Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-09-21 22:20 +0200
csiph-web