Skip to content
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

Version information omitted from MANIFEST.MF in antlr-4.5.1-complete.jar #1036

Closed
RedTailedHawk opened this issue Nov 6, 2015 · 0 comments
Closed

Comments

@RedTailedHawk
Copy link
Contributor

Several properties have been omitted from META-INF/MANIFEST.MF in antlr-4.5.1-complete.jar. I noticed this when I added 4.5.1 to the ANTLR plugin for Eclipse -- it shows null in the Version column (screenshot attached).

Here's what I'm seeing in the file:

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Built-By: parrt
Created-By: Apache Maven 3.3.3
Build-Jdk: 1.8.0_60-ea
Main-Class: org.antlr.v4.Tool

And here's what's in the MANIFEST.MF for 4.5:

Manifest-Version: 1.0
Implementation-Vendor: ANTLR
Implementation-Title: ANTLR 4 Tool
Implementation-Version: 4.5
Implementation-Vendor-Id: org.antlr
Build-Jdk: 1.6
Built-By: parrt
Created-By: http://www.bildtool.org
Main-Class: org.antlr.v4.Tool

Could we get the missing properties added to the 4.5.1 jar packaging?

Thanks.
-Larry

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants