Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013508Openbravo ERPA. Platformpublic2010-06-02 15:552010-06-16 00:00
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
 
Core
No
0013508: When upgrading from earlier versions of Openbravo to a newer one, compilation warnings still appear
Starting MP12, the Rebuild Window stopped showing compilation warnings to the user (because it's useless information). However, during the upgrade from earlier versions of Openbravo, the warnings still appear.
Just upgrade from an earlier OB to current pi through the rebuild window, with Quickstart installed. Warnings will appear.
No tags attached.
has duplicate defect 0013413 closed marvintm Some scaring warnings when updating from MP14+QS1.4 to MP18+QS1.4 
Issue History
2010-06-02 15:55marvintmNew Issue
2010-06-02 15:55marvintmAssigned To => marvintm
2010-06-07 08:21alostaleStatusnew => scheduled
2010-06-09 12:38hgbotCheckin
2010-06-09 12:38hgbotNote Added: 0028205
2010-06-09 12:38hgbotStatusscheduled => resolved
2010-06-09 12:38hgbotResolutionopen => fixed
2010-06-09 12:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fd8cd75cd8106870018821211aa08a60143d149e [^]
2010-06-10 12:59hudsonbotCheckin
2010-06-10 12:59hudsonbotNote Added: 0028261
2010-06-15 14:22shuehnerNote Added: 0028446
2010-06-15 14:22shuehnerStatusresolved => closed
2010-06-16 00:00anonymoussf_bug_id0 => 3016769
2010-06-30 11:05marvintmRelationship addedhas duplicate 0013413

Notes
(0028205)
hgbot   
2010-06-09 12:38   
Repository: erp/devel/pi
Changeset: fd8cd75cd8106870018821211aa08a60143d149e
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Jun 09 12:33:38 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fd8cd75cd8106870018821211aa08a60143d149e [^]

Fixed issue 13508. Compilation warnings will no longer appear in the rebuild window, even if you are updating from an early version of the New Rebuild Window
A trigger was created to filter the logging information, instead of doing it in the OBRebuildAppender class

---
M src-core/src/org/openbravo/utils/OBRebuildAppender.java
A src-db/database/model/triggers/AD_ERROR_LOG_TRG.xml
---
(0028261)
hudsonbot   
2010-06-10 12:59   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/fd8cd75cd810 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/90bc12ff4afd [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17576.obx [^]
(0028446)
shuehner   
2010-06-15 14:22   
Tested via:
Update MP11 -> pi (having some deprecation warnings)
Update MP13 -> pi (having some deprecation warnings)

In both cases, warnings where shown in the rebuild logfile (correct) but not shown as warnings in the UI of the rebuild popup (correct)

-> Closing