Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008465Openbravo ERPA. Platformpublic2009-04-06 16:412009-07-26 21:55
dbaz 
alostale 
highmajorhave not tried
closedfixed 
20rPath Linux
pi 
pi2.50MP3 
Core
No
0008465: If there is a skin in a module, the deploy folder structure is wrong
Source code folder structure

#openbravo#/modules/xxmodulepackagexx/web/xxmodulepackagexx/skins/NewSkin
#openbravo#/modules/xxmodulepackagexx/web/xxmodulepackagexx/js
#openbravo#/modules/xxmodulepackagexx/web/xxmodulepackagexx/images

Actual bad context folder structure

#openbravo-context#/web/skins/ltr/xxmodulepackagexx/skins/NewSkin
#openbravo-context#/web/skins/rtl/xxmodulepackagexx/skins/NewSkin
#openbravo-context#/web/xxmodulepackagexx/js
#openbravo-context#/web/xxmodulepackagexx/images

Desired folder structure

#openbravo-context#/web/skins/ltr/xxmodulepackagexx/NewSkin <-- CHANGES
#openbravo-context#/web/skins/rtl/xxmodulepackagexx/NewSkin <-- CHANGES
#openbravo-context#/web/xxmodulepackagexx/js <-- NO CHANGES
#openbravo-context#/web/xxmodulepackagexx/images <-- NO CHANGES
Change src/build.xml in order that the deploy is made to

#openbravo-context#/web/skins/xxtr/xxmodulepackagexx/NewSkin

instead of

#openbravo-context#/web/skins/xxtr/xxmodulepackagexx/skins/NewSkin
250MP3releasecandidate
Issue History
2009-04-06 16:41dbazNew Issue
2009-04-06 16:41dbazAssigned To => alostale
2009-04-06 16:41dbazRegression testing => No
2009-04-06 16:49hgbotCheckin
2009-04-06 16:49hgbotNote Added: 0015225
2009-04-06 16:49hgbotStatusnew => resolved
2009-04-06 16:49hgbotResolutionopen => fixed
2009-04-06 16:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3a5c5f1bb042f3c6b28c17b89eacdb84c31d28d4 [^]
2009-04-21 10:32psarobeStatusresolved => closed
2009-04-22 00:01anonymoussf_bug_id0 => 2778103
2009-07-03 13:12hgbotCheckin
2009-07-03 13:12hgbotNote Added: 0017837
2009-07-03 13:12hgbotStatusclosed => resolved
2009-07-03 13:12hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3a5c5f1bb042f3c6b28c17b89eacdb84c31d28d4 [^] => http://code.openbravo.com/erp/devel/pi/rev/6aba4ac0c271864bbb0b3ce4c28017259d974c45 [^]
2009-07-21 16:24psarobeFixed in Version2.50MP1 => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-26 21:55psarobeStatusresolved => closed

Notes
(0015225)
hgbot   
2009-04-06 16:49   
Repository: erp/devel/pi
Changeset: 3a5c5f1bb042f3c6b28c17b89eacdb84c31d28d4
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 06 16:48:19 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3a5c5f1bb042f3c6b28c17b89eacdb84c31d28d4 [^]

fixed bug 0008465: If there is a skin in a module, the deploy folder structure is wrong

---
M src/build.xml
---
(0017837)
hgbot   
2009-07-03 13:12   
Repository: erp/devel/pi
Changeset: 6aba4ac0c271864bbb0b3ce4c28017259d974c45
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Apr 06 16:48:19 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/6aba4ac0c271864bbb0b3ce4c28017259d974c45 [^]

fixed bug 0008465: If there is a skin in a module, the deploy folder structure is wrong

---
M src/build.xml
---