Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011212Openbravo ERPA. Platformpublic2009-11-02 15:152009-11-19 00:00
shuehner 
shuehner 
normalmajorhave not tried
closedfixed 
5
pi 
 
Core
No
0011212: Some build.xml ant target and no longer useful/working anymore and should perhaps be removed
The main build.xml contains some ant target which are no longer useful or working anymore. These should be reviewed and probably they should be removed.

- export.database.structure (possible removal)
  does complete export.database (and not only structure)
- export.database.data (possible removal)
  unclear that it is working correctly
- import.database.data (removal)
  doesn't work
- create.database.structure (removal)
  doesn't work
- update.database.structure (removal)
  doesn't work, possibly harmful
Review list and perhaps remove the targets completely
No tags attached.
Issue History
2009-11-02 15:15shuehnerNew Issue
2009-11-02 15:15shuehnerAssigned To => shuehner
2009-11-02 15:49marvintmNote Added: 0021510
2009-11-17 16:31hgbotCheckin
2009-11-17 16:31hgbotNote Added: 0021924
2009-11-17 16:31hgbotStatusnew => resolved
2009-11-17 16:31hgbotResolutionopen => fixed
2009-11-17 16:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/41ecc4f0f539734ea707fab84cec54f5089c0c00 [^]
2009-11-18 17:03marvintmNote Added: 0021979
2009-11-18 17:03marvintmStatusresolved => closed
2009-11-19 00:00anonymoussf_bug_id0 => 2900156

Notes
(0021510)
marvintm   
2009-11-02 15:49   
I would propose to remove all of these tasks. All of them either don't do what they used to do before (like export.database.structure, that currently exports everything, not the structure), or don't work at all (like import.database.data, or update.database.structure).

They are outdated, and I think they don't really fit into the Openbravo 2.50 development process anymore.
(0021924)
hgbot   
2009-11-17 16:31   
Repository: erp/devel/pi
Changeset: 41ecc4f0f539734ea707fab84cec54f5089c0c00
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Nov 17 16:31:13 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/41ecc4f0f539734ea707fab84cec54f5089c0c00 [^]

Fixed 11212: Remove some build.xml target which are not useful/working anymore
cleanup internal build.xml files in src-db to remove unsused parts from them

---
M build.xml
M src-db/database/build-create.xml
M src-db/database/build.xml
---
(0021979)
marvintm   
2009-11-18 17:03   
The removal of these targets is correct. They were outdated and/or not working anymore.