Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036502Openbravo ERPA. Platformpublic2017-07-15 18:282017-09-22 10:21
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
3.0PR17Q4 
alostale
Core
No
0036502: ant check.window.compatibility task is no longer useful (as Wad shows error per window now for those)
The ant check.window.compatibility task can be run to check all windows in a instance and show which ones are not compatible with 3.0 and will not work correctly.

However recently all code for 2.50 style windows has been removed. So any window which is still not compatible with 3.0 will no longer work.

Wad when running will show a error message per window.

So since this change the extra ant check.window.compatibility task is no longer useful as to use it the instance need to be compiled first anyway and during compilation Wad will show clearer message using error anyway.
-
No tags attached.
related to defect 0036923 closed shuehner api-changes related to unused code removal 
depends on design defect 0032688 acknowledged Triage Platform Base remove unused resources 
Not all the children of this issue are yet resolved or closed.
Issue History
2017-07-15 18:28shuehnerNew Issue
2017-07-15 18:28shuehnerAssigned To => shuehner
2017-07-15 18:28shuehnerModules => Core
2017-07-15 18:28shuehnerTriggers an Emergency Pack => No
2017-07-15 18:29shuehnerRelationship addeddepends on 0032688
2017-07-15 18:56shuehnerNote Added: 0098084
2017-09-21 23:06shuehnerRelationship addedrelated to 0036923
2017-09-21 23:11hgbotCheckin
2017-09-21 23:11hgbotNote Added: 0099443
2017-09-21 23:11hgbotStatusnew => resolved
2017-09-21 23:11hgbotResolutionopen => fixed
2017-09-21 23:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/063f78b7edbc5b7ff3ae1ddd800f82fbd9c77b14 [^]
2017-09-21 23:13shuehnerReview Assigned To => alostale
2017-09-21 23:13shuehnerFixed in Version => 3.0PR17Q4
2017-09-22 10:21alostaleNote Added: 0099472
2017-09-22 10:21alostaleStatusresolved => closed

Notes
(0098084)
shuehner   
2017-07-15 18:56   
Note: When fixing update this wiki page to remove mention of task:
http://wiki.openbravo.com/wiki/Development_Build_Tasks#Check_Window_Compatibility [^]
(0099443)
hgbot   
2017-09-21 23:11   
Repository: erp/devel/pi
Changeset: 063f78b7edbc5b7ff3ae1ddd800f82fbd9c77b14
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Fri Sep 15 17:20:13 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/063f78b7edbc5b7ff3ae1ddd800f82fbd9c77b14 [^]

Fixed 36502. Remove no longer useful ant check.window.compatibility task.

Wad will show clear error during compilation for any window/tab not compatible
with 3.0 as the code to suppor them has been removed.

So an extra compile task to show info message about 'those windows maybe not
working anymore' is no longer useful.

---
M build.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationUtils.java
R modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowsInClassicModeTask.java
---
(0099472)
alostale   
2017-09-22 10:21   
reviewed