-
1. Re: Automatic creation of MANIFEST.MF
aslak Jun 8, 2010 8:15 AM (in response to pskopek)Yea, it's on our TODO list..
https://jira.jboss.org/browse/SHRINKWRAP-48
Exactly how is not worked out yet tho. If you want to prototype/contribute to it, your very welcome.
-
2. Re: Automatic creation of MANIFEST.MF
alrubinger Jun 8, 2010 2:53 PM (in response to aslak)SHRINKWRAP-48 is related, but more addresses the easy addition/mutation of the manifest.
The JAR tool, for instance, automatically creates MANIFEST.MF when using -c.
Looks like our default action should be to do the same, if/when the archive is represented as(JavaArchive.class), else not?
S,ALR
-
3. Re: Automatic creation of MANIFEST.MF
pskopek Jun 8, 2010 3:09 PM (in response to alrubinger)I suggest it for every archive which extends ManifestContainer<?>.
Peter
-
4. Re: Automatic creation of MANIFEST.MF
alrubinger Jun 8, 2010 3:50 PM (in response to pskopek)Dig it. Should also be in the JavaDocs of these aggregate views.
Please open up a JIRA Feature Request.
S,
ALR
-
5. Automatic creation of MANIFEST.MF
davided80 Jan 31, 2011 9:04 AM (in response to aslak)Hi,
I've created a ManifestAsset class that you can find on github:
Using it right now is possible to add all the main attributes in a JAR Manifest.
I did it for work and because I wanted to try git but I would be happy to contribute to the project and change whatever you think is wrong.
Thanks for the great work,
Davide