Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007555Openbravo ERPA. Platformpublic2009-02-13 16:112009-05-22 19:33
jpabloae 
iciordia 
normalminoralways
newopen 
5
pi 
 
Core
No
0007555: Unify ant task target names
Currently there are incoherences in the ant task target names. Examples:

ant export.database
and
ant compile.complete

In the first one it's "action.component". In the second one it's the opposite.

In my opinion it's easier if all the database related tasks begin with the same suffix. For example:

ant database.export
ant database.create

instead of

ant export.database
ant create.database

More examples:

ant lib.core
ant lib.wad
ant lib.trl

instead of

ant core.lib
ant wad.lib
ant trl.lib
In those tasks where a common name is shared, put the common name in the first position and not in the last one.
No tags attached.
Issue History
2009-02-13 16:11jpabloaeNew Issue
2009-02-13 16:11jpabloaeAssigned To => rafaroda
2009-02-13 16:11jpabloaeRegression testing => No
2009-02-13 16:12jpabloaeNote Added: 0013479
2009-02-13 16:12jpabloaeTypedefect => feature request
2009-02-13 16:16jpabloaeDescription Updated
2009-02-13 16:51rafarodaAssigned Torafaroda => pjuvara
2009-05-22 19:33pjuvaraAssigned Topjuvara => iciordia

Notes
(0013479)
jpabloae   
2009-02-13 16:12   
I change the issue type to "Feature request", I logged it as a "Defect" by mistake.