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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Copied resource dependency from ICEpush core into the ICEpush-EE so that when icepush-ee.jar is compiled the dependency information is not lost.