jcabi / jcabi-manifests

Java library for convenient reading of MANIFEST.MF files available in classpath
https://manifests.jcabi.com
Other
60 stars 22 forks source link

How can I use jcabi-manifests to load an EAR manifest.mf? #39

Open benze opened 8 years ago

benze commented 8 years ago

By spec, the EAR's META-INF/MANIFEST.MF is not part of the classpath.

Is there a way to use jcabi-manifests to load an ear's manifest safely?

Thanks,

Eric

dmarkov commented 8 years ago

@yegor256 please take a look at it and dispatch (see par.21)

yegor256 commented 7 years ago

@benze interesting question. I don't really know. Let's post it to SO and see what is the solution. I actually found this: http://stackoverflow.com/questions/40249751/configure-manifest-mf-classpath-in-ear (could be relevant)