Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
9.0
-
None
-
New
Description
After building with gradle, the MANIFEST.MF file for e.g. solr-core.jar containst
Manifest-Version: 1.0
While when building with ant, it says
Manifest-Version: 1.0 Ant-Version: Apache Ant 1.10.7 Created-By: 11.0.6+10 (AdoptOpenJDK) Extension-Name: org.apache.solr Specification-Title: Apache Solr Search Server: solr-core Specification-Version: 9.0.0 Specification-Vendor: The Apache Software Foundation Implementation-Title: org.apache.solr Implementation-Version: 9.0.0-SNAPSHOT 9b5542ad55da601e0bdfda96bad8c2c cabbbc397 - janhoy - 2020-04-01 16:24:09 Implementation-Vendor: The Apache Software Foundation X-Compile-Source-JDK: 11 X-Compile-Target-JDK: 11
In addition, with ant, the META-INF folder also contains LICENSE.txt and NOTICE.txt files.
There is a macro build-manifest in common-build.xml that seems to build the manifest.
The effect of this is e.g. that spec an implementation versions do not show in Solr Admin UI
Attachments
Attachments
Issue Links
- links to