Fixed! But why is this happening?.
* I added some columns and rename others in a manual html file (core file) * In order to have these changes in AD_TEXTINTERFACES I put Core in development and compiled * The compilation inserted the new records in the above table * I executed "ant export.database" to have them in the AD_TEXTINTERFACES .xml file * Finally I commit and pushed Everything was fine except for the labels that I renamed because nothing changed in my ad_textinterfaces but in CI , as you can see, failed because "isused" field changed from isused='Y' to isused='N' Why in my local context the value of this field didn't change but in CI? What step did I miss? Thanks in advance and sorry for the inconvenience El 02/04/2011 19:48, [email protected] escribió: > int-dbcons-pgsql - Build # 1558 - Failure: > > Check console output at > http://builds.openbravo.com/job/int-dbcons-pgsql/1558/ to view the results. > > > Committers since last success: > > Changes for Build #1558 > > Pablo Sarobe<[email protected]> > Fixes issue 16438: Some improvements and renamed columns > src-db/database/sourcedata/AD_TEXTINTERFACES.xml > src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html > src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.xml > src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual_data.xsql > > > > > Last 20 lines of the console output: > > [...truncated 1186 lines...] > <!--198E64E82E6611DEB506A739ACCB7F46--> > <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> > <!--198E64E82E6611DEB506A739ACCB7F46--></AD_TEXTINTERFACES> > > @@ -16030,7 +16030,7 @@ > <!--199B61A22E6611DEAEAFD7A72D7304ED--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> > <!--199B61A22E6611DEAEAFD7A72D7304ED--> <TEXT><![CDATA[Pending to > inv.]]></TEXT> > <!--199B61A22E6611DEAEAFD7A72D7304ED--> > <FILENAME><![CDATA[/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html]]></FILENAME> > -<!--199B61A22E6611DEAEAFD7A72D7304ED--> <ISUSED><![CDATA[Y]]></ISUSED> > +<!--199B61A22E6611DEAEAFD7A72D7304ED--> <ISUSED><![CDATA[N]]></ISUSED> > <!--199B61A22E6611DEAEAFD7A72D7304ED--> > <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID> > <!--199B61A22E6611DEAEAFD7A72D7304ED--></AD_TEXTINTERFACES> > > + hg revert -a --no-backup > reverting src-db/database/sourcedata/AD_TEXTINTERFACES.xml > + exit 1 > [locks-and-latches] Releasing all the locks > [locks-and-latches] All the locks released > Email was triggered for: Failure > Sending email for trigger: Failure > > ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Openbravo-builds mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-builds
