manifest.mf
Conventions for additional content of the manifest.mf file?
Are there any conventions for the MANIFEST.MF file in a Java JAR beyond the JAR specification? Interesting information I might want to include are: Build date and other build information, SVN Revision[详细]
2023-04-11 06:39 分类:问答jar -uf is deleting the file inside the jar
I am开发者_开发技巧 using jar -uf to update my MANIFEST.MF file like this: a. jar xf jarfile.jar META-INF\\MANIFEST.MF[详细]
2023-04-10 18:44 分类:问答How to read MANIFEST.MF file from JAR using Bash
I need to read MANIFE开发者_开发百科ST.MF maven manifest file from \"some.jar\" using bash$ unzip -q -c myarchive.jar META-INF/MANIFEST.MF[详细]
2023-03-27 23:49 分类:问答Eclipse Dependencies in MANIFEST.MF
I\'m new to this group.Tha开发者_运维问答nks for any help. I\'m using Eclipse and subversion (svn) in the work environment.I imported project A from the svn and renamed it to project B using Refactor[详细]
2023-03-10 22:45 分类:问答IllegalAccessError when adding Rampart to the POM's dependencies
We tried adding Rampart to our module\'s POM file and after doing so our ear can no longer start with the following exception:[详细]
2023-03-09 23:59 分类:问答Antenna WtkPackage produces duplicate MANIFEST.MF files
Got a strange problem with Antenna - I\'ve recently switched over to a new laptop, and now when I copied my build setup across to it it started exhibiting strange behaviour开发者_开发百科. When I call[详细]
2023-03-08 07:44 分类:问答How to include jars in manifest file automatically
I am working with not web based application which uses bunch of external jars, we are few developers on this project and constantly add, remove jars each time jar is being added or removed we manually[详细]
2023-02-19 04:37 分类:问答OSGi MANIFEST.MF files browser
We\'re developing a big application using osgi (felix, spring-dm, maven-plugin). I\'d like to add to the doc a complete graph of all dependencies (import/export from each bundle).[详细]
2023-02-06 16:17 分类:问答Why is my jar producing a NoClassDefFoundError when the class is listed in MANIFEST.MF?
I have created jar in the following folder usr/local/bin/niidle.jar and my MANIFEST.MF file is as follows:[详细]
2023-02-03 20:03 分类:问答How to build a jar using an own MANIFEST.MF in Eclipse
I have a custom MANIFEST.MF in my java-project in Eclipse. When exporting the project to a jar, I choose[详细]
2023-01-27 14:30 分类:问答