Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011321Openbravo ERPA. Platformpublic2009-11-11 20:062009-11-14 00:00
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
pi 
 
Core
No
0011321: main build.xml does not use proper ant dependencies and does some steps multiple times
Parts of the ant build.xml do not use 'depends' but instead use 'antcall' which does not steps if a target which is depended on has already been done. This leads to the depended on target being executed again and again.

Check build output of i.e. install.source in hudson (builds.hudson) come and see that i.e. the target name (init) comes up very often.
convert antcall to depends
No tags attached.
Issue History
2009-11-11 20:06shuehnerNew Issue
2009-11-11 20:06shuehnerAssigned To => rafaroda
2009-11-11 20:06shuehnerAssigned Torafaroda => shuehner
2009-11-11 20:08hgbotCheckin
2009-11-11 20:08hgbotNote Added: 0021740
2009-11-11 20:08hgbotStatusnew => resolved
2009-11-11 20:08hgbotResolutionopen => fixed
2009-11-11 20:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/50a6fe354e42dd1c02645adf1b479dfda21f667f [^]
2009-11-13 12:08iperdomoNote Added: 0021810
2009-11-13 12:08iperdomoStatusresolved => closed
2009-11-14 00:00anonymoussf_bug_id0 => 2897496

Notes
(0021740)
hgbot   
2009-11-11 20:08   
Repository: erp/devel/pi
Changeset: 50a6fe354e42dd1c02645adf1b479dfda21f667f
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed Nov 11 20:07:36 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/50a6fe354e42dd1c02645adf1b479dfda21f667f [^]

Fixed 11321: convert antcall to depends to avoid duplicate execution of targets
which are depended on

---
M build.xml
---
(0021810)
iperdomo   
2009-11-13 12:08   
Checked on pi @ rev 4b55a0966c43