Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012910 | Openbravo ERP | A. Platform | public | 2010-04-08 11:44 | 2012-04-02 06:12 |
|
Reporter | gorka_gil | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP10 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012910: smartbuild don't generate the web files correctly |
Description | smartbuild don't generate the web files correctly |
Steps To Reproduce | 1. Delete the WebContent folder.
2. Run ant smartbuild.
The application appear without any web style (white background, without any image or color, with all the elements without position) |
Proposed Solution | The problem appear to be in the missing WebContent/skins/{ltr,rtl} directories |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-04-08 11:44 | gorka_gil | New Issue | |
2010-04-08 11:44 | gorka_gil | Assigned To | => marvintm |
2010-04-08 11:44 | gorka_gil | OBNetwork customer | => No |
2010-04-12 08:18 | alostale | Status | new => scheduled |
2012-03-26 18:01 | marvintm | Assigned To | marvintm => AugustoMauch |
2012-03-28 12:56 | hgbot | Checkin | |
2012-03-28 12:56 | hgbot | Note Added: 0046821 | |
2012-03-28 12:56 | hgbot | Status | scheduled => resolved |
2012-03-28 12:56 | hgbot | Resolution | open => fixed |
2012-03-28 12:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/541a4becfc84135c7a0cc782dfcfd3ad68be3de3 [^] |
2012-03-28 13:04 | AugustoMauch | Note Added: 0046823 | |
2012-03-29 16:21 | marvintm | Status | resolved => closed |
2012-03-29 16:21 | marvintm | Fixed in Version | => 3.0MP10 |
2012-04-02 06:12 | hudsonbot | Checkin | |
2012-04-02 06:12 | hudsonbot | Note Added: 0047256 | |
Notes |
|
(0046821)
|
hgbot
|
2012-03-28 12:56
|
|
Repository: erp/devel/pi
Changeset: 541a4becfc84135c7a0cc782dfcfd3ad68be3de3
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Mar 28 12:55:28 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/541a4becfc84135c7a0cc782dfcfd3ad68be3de3 [^]
Fixes issue 12910: RTL and LTR are generated when neede
Prior to the fix, if the user deleted the WebContent folder and executed smartbuild, the WebContent/web/skins/rtl and WebContent/web/skins/ltr folders were not generated unless the property changes.in.md5.sk
ins was true.
Now, both folders are regenerated when any of them are missing when executing the smartbuild.
---
M src/build.xml
---
|
|
|
|
Test plan:
- Delete the WebContents folder and execute smartbuild. The WebContent/web/skins/rtl and WebContent/web/skins/ltr folder should have been generated.
- Without making any change, execute smartbuild again. Both folder should be present, but its modification date should not have changed, because they should not have been regenerated.
- Execute compile.complete. Both folder should have been regenerated.
- Remove the WebContent/web/skins/rtl folder and run smartbuild again. Both folder should be regenerated.
This is not a risky change. |
|
|
|
|