Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030427Openbravo ERPA. Platformpublic2015-07-26 14:492015-08-06 08:07
shuehner 
shuehner 
normaltrivialhave not tried
closedfixed 
5
 
3.0PR15Q4 
alostale
Core
No
0030427: Cleanup useless ant targets in src-db/database/build-create.xml
That xml files i used only in create.database.

For historical reasons it now has several not useful internal targets which should be removed to cleanup ant output a bit.

- preimport & postimport are completely empty delete them
  Long time create structure + import data were 2 seperate parts that is a leftover of that
- prepare.database just calls 1 other target (depending on db type) just inline that into the single caller
- delete all *.DB2 internal tasks
  Adding db2 support is an abandoned effort from very long time ago and 90% of
  it is missing so not useful at all. Also can be easily resurrected from scm history is that is needed in future.
-
No tags attached.
Issue History
2015-07-26 14:49shuehnerNew Issue
2015-07-26 14:49shuehnerAssigned To => shuehner
2015-07-26 14:49shuehnerModules => Core
2015-07-26 14:49shuehnerTriggers an Emergency Pack => No
2015-07-28 15:21hgbotCheckin
2015-07-28 15:21hgbotNote Added: 0079104
2015-07-28 15:21hgbotStatusnew => resolved
2015-07-28 15:21hgbotResolutionopen => fixed
2015-07-28 15:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/08f447bbcf1043427ff0a050d2fdccb84b6744a1 [^]
2015-07-28 15:22shuehnerReview Assigned To => alostale
2015-08-06 08:07alostaleNote Added: 0079208
2015-08-06 08:07alostaleStatusresolved => closed
2015-08-06 08:07alostaleFixed in Version => 3.0PR15Q4

Notes
(0079104)
hgbot   
2015-07-28 15:21   
Repository: erp/devel/pi
Changeset: 08f447bbcf1043427ff0a050d2fdccb84b6744a1
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sun Jul 26 14:55:07 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/08f447bbcf1043427ff0a050d2fdccb84b6744a1 [^]

Fixed 30427: Cleanup src-db/database/build-create.xml

Remove unused preimport + postimport
Remove prepare.database, inline content into caller
Remove never parts of never completed DB2 port

---
M src-db/database/build-create.xml
---
(0079208)
alostale   
2015-08-06 08:07   
code reviewed

tested: created db in ora and pg