Hi all, Today this simple changeset [1] has made the consistency check to fail [2].
The change just modifies a HTML tag. The problem is caused because when doing the translation a new entry is added in ad_textinterfaces table for the new tag, and the previous one becomes unused, then the consistency check does a complete compilation which removes orphan entries in this table. To avoid this kind of fails in future, please keep in mind when modifying any manual file that requires translation (html, fo, jrxml or srpt) to run the following commands before commiting the change: ant compile.complete ant export.database Only comple.complete task removes unused entries in ad_textinterfaces tables. Btw Harikrishnan, please fix this issue asap. Regards Asier [1] https://code.openbravo.com/erp/devel/int/rev/2c75d71c8c16 [2] http://builds.openbravo.com/job/erp_devel_int-pgsql-db-full-consistency-test/401/console ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
