int-dbcons-pgsql - Build # 914 - Still Failing:

Check console output at http://builds.openbravo.com/job/int-dbcons-pgsql/914/ 
to view the results.


Committers since last success:

Changes for Build #912

    Adrián Romero <[email protected]> 
    Fixes issue 0015630: Project profitability report is not working under some 
circumstances
It has been modified the Profitability report and Expenses report to not to 
raise the conversion rate error when it is not needed.
        src/org/openbravo/erpCommon/ad_reports/ReportExpense.java
        src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java

    David Baz Fayos <[email protected]> 
    [form][style] Added proper OBFormFieldXXDisabled CSS classes
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.css

    Asier Lostalé <[email protected]> 
    [upgrade] DB infrastructure not to apply config scripts
        src-db/database/model/triggers/AD_MODULE_TRG2.xml
        src-db/database/model/tables/AD_MODULE.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_DATASET_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml

    Adrián Romero <[email protected]> 
    Fixes issue 0015646: Not possible to process orders imported from POS when 
APR module is installed
It has been added a condition that if the APRM moudle is installed, the import 
order process does not add old payments
        src/org/openbravo/erpCommon/ad_process/ImportOrder.java

    Antonio Moreno <[email protected]> 
    Fix copy method to fix two tests.
Now the copy method will only copy objects when they don't belong to views and 
when copyChildren=true
        src/org/openbravo/dal/core/DalUtil.java

    David Baz Fayos <[email protected]> 
    [form][style] Added OBDateChooser style
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-arrow_left.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-arrow_right.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-bg-button.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-bg-button_Down.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-bg-button_Over.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-doubleArrow_left.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-doubleArrow_right.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_B.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_BL.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_BR.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_L.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_R.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_T.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_TL.png
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/form/dateChooser-popup_TR.png
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.css

    Asier Lostalé <[email protected]> 
    [process] fixed typo
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js

    Asier Lostalé <[email protected]> 
    [process] Refresh toolbar buttons after executing process
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-action-button.js

    Asier Lostalé <[email protected]> 
    [process] CreateFrom process special case
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java

    Antonio Moreno <[email protected]> 
    ButtonDomainType will work with SQL booleans
        src/org/openbravo/base/model/domaintype/ButtonDomainType.java

    Mikel Irurita <[email protected]> 
    [APRM] Fix modulescript and buildvalidation
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/buildvalidation/UnpostRefundPayments.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/buildvalidation/UnpostRefundPaymentsData.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfigurationData.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateDocumentNoSequence.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/CreateDocumentNoSequenceData.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateGeneratedUsedCreditColumns.class
        
modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/UpdateGeneratedUsedCreditColumnsData.class
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration.java
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfiguration_data.xsql
        
modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/CreateAccountingConfigurationData.java

    Antonio Moreno <[email protected]> 
    Fixes so that the recent List for onetomanys change works correctly
        src-test/org/openbravo/test/xml/DatasetExportTest.java
        src/org/openbravo/dal/core/DalUtil.java

    Antonio Moreno <[email protected]> 
    Merge
      
    Antonio Moreno <[email protected]> 
    Add p.isChild() calls. Related to isOneToMany() behaviour change.
        src/org/openbravo/dal/core/DalUtil.java
        src/org/openbravo/dal/xml/BaseXMLEntityConverter.java
        src/org/openbravo/dal/xml/EntityXMLConverter.java
        src/org/openbravo/dal/xml/ModelXMLConverter.java
        src/org/openbravo/dal/xml/XMLEntityConverter.java
        src/org/openbravo/service/system/ModuleValidator.java

    Antonio Moreno <[email protected]> 
    Added list properties for all one-to-many relationships, not only isparent 
ones.
        src/org/openbravo/base/model/ModelProvider.java
        src/org/openbravo/base/model/NamingUtil.java
        src/org/openbravo/base/model/Property.java

    Juan Pablo Aroztegi <[email protected]> 
    userinterface.selector: add the modulescript class.
It was missing from the repositories unification
        
modules/org.openbravo.userinterface.selector/build/classes/org/openbravo/userinterface/selector/UpdateLanguageColumn.class

Changes for Build #913

    Eduardo Argal Guibert <[email protected]> 
    Fixes 0015645: Impossible to reconciliate
        src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 0015442: 3.0RC3: Execute Payment doesn't appear in the Payment 
Proposal
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_ExecutePayment.java
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentProposalProcess.java

    Eduardo Argal Guibert <[email protected]> 
    Adds some more logic to identify BP when importing a bank statement
        
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_BankStatementImport.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes processing of orders. It was not working properly due to previous 
commit
        
modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_ORD.xml

Changes for Build #914

    David Baz Fayos <[email protected]> 
    [form][style] Now table rows are 8px shorter
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.css
        
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-form-styles.js

 


Last 20 lines of the console output:

[...truncated 1118 lines...]
--- a/src-db/database/sourcedata/AD_FIELD.xml   Thu Jan 13 23:32:36 2011 +0100
+++ b/src-db/database/sourcedata/AD_FIELD.xml   Fri Jan 14 00:03:55 2011 +0000
@@ -220571,6 +220571,9 @@
 <!--99BAD2962855230BE040A8C0BD064866-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--99BAD2962855230BE040A8C0BD064866-->  <NAME><![CDATA[Apply Configuration 
Script]]></NAME>
 <!--99BAD2962855230BE040A8C0BD064866-->  <DESCRIPTION><![CDATA[Apply the 
configuration script when building the application]]></DESCRIPTION>
+<!--99BAD2962855230BE040A8C0BD064866-->  <HELP><![CDATA[This check affects to 
Template modules. When it is active, the template they contain is applied to 
the instance when the application is built. 
+
+Note that this information is kept only in the instance but not it is not 
exported to the module.]]></HELP>
 <!--99BAD2962855230BE040A8C0BD064866-->  
<ISCENTRALLYMAINTAINED><![CDATA[Y]]></ISCENTRALLYMAINTAINED>
 <!--99BAD2962855230BE040A8C0BD064866-->  
<AD_TAB_ID><![CDATA[F53E35A11C564F20BE4082A7B8CFF6B7]]></AD_TAB_ID>
 <!--99BAD2962855230BE040A8C0BD064866-->  
<AD_COLUMN_ID><![CDATA[99BABBD20F01E26DE040A8C0BD064864]]></AD_COLUMN_ID>
+ hg revert -a --no-backup
reverting src-db/database/sourcedata/AD_FIELD.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


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to