Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush-EE, ICEmobile
Description
When building the icepush-ee.jar the resource-dependency.xml file from ICepush is overwritten by the one coming from ICEpush-EE (because classes and resources are merged into the same jar file). This causes the resource dependency declared by ICEpush to be lost. As a result icepush.js is loaded before bridge-support.js which in turn causes a JS error.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.0 [ 11383 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Copied resource dependency from ICEpush core into the ICEpush-EE so that when icepush-ee.jar is compiled the dependency information is not lost.