Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0024044 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2013-06-11 17:34 | 2013-07-23 17:52 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RMP24 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 9a8e0fe0c8a5 | ||||
Projection | none | ETA | none | Target Version | RMP23 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | RMP23 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | 20303 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0024044: RMP23 does not work in windows | |||||||
Description | RMP23 does not work in windows In file modules/org.openbravo.mobile.core/src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java we are using "/" in line String relativePath = "web/org.openbravo.mobile.core"; and we should use String relativePath = "web" + File.separatorChar + "org.openbravo.mobile.core"; Also in line "../../" + fileCompletePath.substring(fileCompletePath.indexOf(relativePath)) if we are working in windows, the system is going to return a URL with "\" instead of "/", for this reason we should replace the wrong characters: assets.add("../../" + fileCompletePath.substring(fileCompletePath.indexOf(relativePath)).replace("\\","/")); | |||||||
Steps To Reproduce | - | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0059370) hgbot (developer) 2013-06-11 17:38 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: fb466d56e16383c92cc035b46d916805fbcd5f34 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0059417) hgbot (developer) 2013-06-13 13:44 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 838da2ff036fdb2a4dd1aa6403decc45e1f58668 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0059452) hgbot (developer) 2013-06-17 10:23 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0059453) priyam (administrator) 2013-06-17 10:27 |
closing as the issue status changed during emergency mp tagging process. |
(0059723) hgbot (developer) 2013-06-28 10:14 |
Repository: erp/pmods/org.openbravo.mobile.core.multiorder Changeset: fb466d56e16383c92cc035b46d916805fbcd5f34 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0059729) hgbot (developer) 2013-06-28 10:16 |
Repository: erp/pmods/org.openbravo.mobile.core.multiorder Changeset: 838da2ff036fdb2a4dd1aa6403decc45e1f58668 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0059730) hgbot (developer) 2013-06-28 10:19 |
Repository: erp/pmods/org.openbravo.mobile.core.multiorder Changeset: 9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 Author: Javier Etxarri <javier.echarri <at> openbravo.com> Date: Tue Jun 11 17:38:51 2013 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] Fixes issue 24044: RMP23 does not work in windows --- M src/org/openbravo/mobile/core/MobileCoreApplicationCacheComponent.java --- |
(0060188) guilleaer (viewer) 2013-07-23 17:51 |
reclosing |
![]() |
|||
Date Modified | Username | Field | Change |
2013-06-11 17:34 | jecharri | New Issue | |
2013-06-11 17:34 | jecharri | Assigned To | => jecharri |
2013-06-11 17:34 | jecharri | OBNetwork customer | => Yes |
2013-06-11 17:34 | jecharri | Resolution time | => 1371160800 |
2013-06-11 17:34 | jecharri | Support ticket | => 20303 |
2013-06-11 17:38 | hgbot | Checkin | |
2013-06-11 17:38 | hgbot | Note Added: 0059370 | |
2013-06-11 17:38 | hgbot | Status | new => resolved |
2013-06-11 17:38 | hgbot | Resolution | open => fixed |
2013-06-11 17:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] |
2013-06-11 17:38 | jecharri | Assigned To | jecharri => marvintm |
2013-06-12 09:03 | marvintm | Review Assigned To | => marvintm |
2013-06-12 09:03 | marvintm | Status | resolved => closed |
2013-06-12 09:03 | marvintm | Fixed in Version | => RMP24 |
2013-06-13 13:44 | hgbot | Checkin | |
2013-06-13 13:44 | hgbot | Note Added: 0059417 | |
2013-06-13 13:44 | hgbot | Status | closed => resolved |
2013-06-13 13:44 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] |
2013-06-17 10:23 | hgbot | Checkin | |
2013-06-17 10:23 | hgbot | Note Added: 0059452 | |
2013-06-17 10:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] |
2013-06-17 10:27 | priyam | Note Added: 0059453 | |
2013-06-17 10:27 | priyam | Status | resolved => closed |
2013-06-28 10:14 | hgbot | Checkin | |
2013-06-28 10:14 | hgbot | Note Added: 0059723 | |
2013-06-28 10:14 | hgbot | Status | closed => resolved |
2013-06-28 10:14 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] |
2013-06-28 10:16 | hgbot | Checkin | |
2013-06-28 10:16 | hgbot | Note Added: 0059729 | |
2013-06-28 10:16 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/fb466d56e16383c92cc035b46d916805fbcd5f34 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] |
2013-06-28 10:19 | hgbot | Checkin | |
2013-06-28 10:19 | hgbot | Note Added: 0059730 | |
2013-06-28 10:19 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/838da2ff036fdb2a4dd1aa6403decc45e1f58668 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core.multiorder/rev/9a8e0fe0c8a598c183bf17708f815c87f7dc6c13 [^] |
2013-07-23 17:51 | guilleaer | Note Added: 0060188 | |
2013-07-23 17:52 | guilleaer | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |