Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:n/a
-
Affects:Compatibility/Configuration
Description
The ICEpush jar is being built with an incorrect build date:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_10-b03 (Sun Microsystems Inc.)
Name: org.icepush
Implementation-Title: ICEpush-EE
Implementation-Version: 3.2.0.GA
Build-Number: 1
Build-Time: 2013-59-25 11:59:31
Implementation-Vendor: ICEsoft Technologies Inc.
The date '2013-59-25' appears in the manifest. This has been in the jar since at least version 3.2.0. This causes issues on Weblogic server, which may not update the library for existing deployments.
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 1.5.0_10-b03 (Sun Microsystems Inc.)
Name: org.icepush
Implementation-Title: ICEpush-EE
Implementation-Version: 3.2.0.GA
Build-Number: 1
Build-Time: 2013-59-25 11:59:31
Implementation-Vendor: ICEsoft Technologies Inc.
The date '2013-59-25' appears in the manifest. This has been in the jar since at least version 3.2.0. This causes issues on Weblogic server, which may not update the library for existing deployments.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] | Ken Fyten [ ken.fyten ] |
Fix Version/s | EE-3.4.0.GA [ 11170 ] | |
Assignee Priority | P1 [ 10010 ] |
Summary | ICEpush jar built with incorrect build date | ICEpush-EE jar built with incorrect build date |
Summary | ICEpush-EE jar built with incorrect build date | ICEpush, icepush-ee jars built with incorrect build date |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38564 | Wed Oct 09 11:55:11 MDT 2013 | ken.fyten | |
Files Changed | ||||
![]() |
Fix Version/s | 3.4 [ 10971 ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11370 ] |
Fix Version/s | EE-3.4.0.GA [ 11170 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Affects | Compatibility/Configuration [ 10002 ] | |
Assignee Priority | P1 [ 10010 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11383 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Issue was caused by incorrect use of "yyyy-mm-ss" in the build time property of the manifest file. Corrected by changing to "yyyy-MM-ss".
This affected both the oss icepush trunk build and the ICEpush EE build.
Committed to oss trunk:
Committed to icepush-ee-trunk: