Mantis - Resin
Viewing Issue Advanced Details
2952 trivial always 09-21-08 11:00 09-22-08 11:25
stbu  
ferg  
normal  
closed 3.1.7  
fixed  
none    
none 3.2.1  
0002952: META-INF/MANIFEST.MF should have correct Implementation-Version
In Resin-3.1.7a (and previous versions as well) the Caucho .jar files in $RESIN_HOME/lib contains always in their META-INF/MANIFEST.MF the value "3.1.0" for Implementation-Version independent if the Resin Version is really 3.1.5, 3.1.6 or higher.


Example resin.jar!META-INF/MANIFEST.MF for Resin-3.1.7a:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.6.0_01-b06 (Sun Microsystems Inc.)
Implementation-Vendor: Caucho Technology, Inc.
Implementation-Version: 3.1.0
J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl
Main-Class: com.caucho.boot.ResinBoot
Class-Path: hessian.jar jsdk-15.jar jta-101.jar ejb-15.jar jca-15.jar jms-11.jar jaxrpc-15.jar pro.jar license.jar jpa-15.jar j2ee-management-10.jar resin-util.jar webbeans-16.jar



Example resin.jar!META-INF/MANIFEST.MF for Resin-3.2.0.s080903:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 1.6.0_01-b06 (Sun Microsystems Inc.)
Implementation-Vendor: Caucho Technology, Inc.
Implementation-Version: 3.2.0
J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl
Main-Class: com.caucho.boot.ResinBoot
Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar


It would be nice, if the Implementation-Version could have the same Value as com.caucho.Version.VERSION such as "3.1.7a".


There are no notes attached to this issue.