-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting correct value #34
Comments
@lamikam I have no idea. it has to work. maybe the |
@lamikam I faced with this issue too and got a self-explained error message:
As you can see there is an attribute "Scm-Revision" - see the difference with the original "SCM-Revision"? I couldn't find any info if this "CamelCase" is a requirement for MANIFEST.MF (at least the library itself doesn't change the case of attributes). |
I have generated a new attribute "SCM-Revision" in the war file mainfest.mf. war file is in an ear file:
Manifest-Version: 1.0
Implementation-Title: XXX
Implementation-Version: 1.0
SCM-Revision: 5792
Archiver-Version: Plexus Archiver
WHen I call
Manifests.exists("SCM-Revision");
it returns
false
.Any clue why?
The text was updated successfully, but these errors were encountered: