Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045235Openbravo ERPF. Localizationpublic2020-10-16 13:282020-10-16 14:10
alostale 
alostale 
normalmajorhave not tried
closedfixed 
5
 
 
Core
No
0045235: can't compile translator.helper module
translator.helper cannot be compiled because it uses API removed by 0044269
Try to install https://gitlab.com/openbravo/tools/translations/org.openbravo.translator.helper [^]

compileSqlc:
    [javac] Compiling 2859 source files to /srv/ci/workspace/mod-simple-ci23.18102/build/classes
    [javac] /srv/ci/workspace/mod-simple-ci23.18102/modules/org.openbravo.translator.helper/src/org/openbravo/translator/helper/ad_forms/TranslationHelper.java:99: error: cannot find symbol
    [javac] String buildStructureFileName = TranslationManager.BUILD_FILENAME + ".xml";
    [javac] ^
    [javac] symbol: variable BUILD_FILENAME
    [javac] location: class TranslationManager
    [javac] 1 error
No tags attached.
caused by feature request 0044269 closed alostale remove GUI rebuild+restart from MMC 
Issue History
2020-10-16 13:28alostaleNew Issue
2020-10-16 13:28alostaleAssigned To => Triage Finance
2020-10-16 13:28alostaleModules => Core
2020-10-16 13:28alostaleTriggers an Emergency Pack => No
2020-10-16 13:29alostaleRelationship addedcaused by 0044269
2020-10-16 13:43alostaleAssigned ToTriage Finance => alostale
2020-10-16 13:44hgbotNote Added: 0123746
2020-10-16 14:10hgbotResolutionopen => fixed
2020-10-16 14:10hgbotStatusnew => closed
2020-10-16 14:10hgbotNote Added: 0123749
2020-10-16 14:10hgbotNote Added: 0123750

Notes
(0123746)
hgbot   
2020-10-16 13:44   
Merge Request created: https://gitlab.com/openbravo/tools/translations/org.openbravo.translator.helper/-/merge_requests/2 [^]
(0123749)
hgbot   
2020-10-16 14:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/tools/translations/org.openbravo.translator.helper [^]
Changeset: 4a56a5cdec7b1d502d003185e537522e4041a0ea
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2020-10-16T13:42:38+02:00
URL: https://gitlab.com/openbravo/tools/translations/org.openbravo.translator.helper/-/commit/4a56a5cdec7b1d502d003185e537522e4041a0ea [^]

fixed BUG-45235: can't compile translator.helper module

Do not use removed TranslationManager.BUILD_FILENAME constant

---
M src/org/openbravo/translator/helper/ad_forms/TranslationHelper.java
M src/org/openbravo/translator/helper/ad_forms/TranslationHelperUtility.java
---
(0123750)
hgbot   
2020-10-16 14:10   
Merge request merged: https://gitlab.com/openbravo/tools/translations/org.openbravo.translator.helper/-/merge_requests/2 [^]