int-smoke-pgsql - Build # 43 - Fixed:

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


Committers since last success:

Changes for Build #41

    Antonio Moreno <[email protected]> 
    Removed deprecated method which contains no working functionality
As discussed with the team, this method is currently deprecated, but also 
broken. Its removal will make compilation of classes such as 
ApplyModule-related ones more manageable.
        src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java

    Iván Perdomo <[email protected]> 
    Fixes issue 13518: Added init() in ProcessBundle instances
The init call is used to initilze ProcessBundle memebers. For a proper
ProcessBundle is required to call it.
        src-wad/src/org/openbravo/wad/ActionButtonJava_Responser.javaxml
        src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
        src-wad/src/org/openbravo/wad/javasource.javaxml

    Iván Perdomo <[email protected]> 
    Fixes issue 13386: Fixed trigger on AD_PROCESS_REQUEST table
The on delete trigger was checking the word 'Schedule' but in the
table is stored 'SCH' (scheduled) and 'MIS' (misfired).
        src-db/database/model/triggers/AD_PROCESS_REQUEST_TRG.xml

Changes for Build #42

    Stefan Hühner <[email protected]> 
    Fixed 12423: fix db-inconsistency
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Víctor Martínez Romanos <[email protected]> 
    Fixed bug 13474: Create payment fails while creating on bank statements
It only checks if a withholding has been selected by the user
        src-db/database/model/functions/C_DEBT_PAYMENT_CREATE.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Merge with pi revision 596e719c242e
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed inconsistencies in AD_TextInterfaces
        src-db/database/sourcedata/AD_TEXTINTERFACES.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Merged with pi rev ad0c67047804
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added javadoc comment
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepWrapper.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added explanation of the construction of Javascript 
variables in the rebuild window
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Remove unnecessary classes
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildCreator.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildReader.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Removed duplicate method (was moved to the BuildTask 
class, and was no longer used from here)
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Process will fail with a recognizable message if the 
build file cannot be read
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Prevent possible NullPointerException
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added warning message for the build mainstep
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed warnings output by Firebug
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Reenabled update.database.mod (fixed wrong change)
        build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Changes to fix problems reported by the JSLint 
utility
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed classpath problem in classes which use 
reflection
        build.xml
        src/build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Merge with pi
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed compilation of ApplyModule related tasks so 
that the newest version of ApplyModule is indeed used.
        build.xml
        src/build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Increased robustness of the rebuild window by making 
a final request after the build process has finished to get the final error 
message. This is effective in case there is a final error and the process 
finishes (for exapmle, when a build validation fails, or a compilation error 
happens)
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed small typo
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Increased robustness of the window by making a final 
call to update all states the process went through
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Set status before compiling apply.module so that the 
rebuild window state is updated correctly
        build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Removed unnecessary check
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Moved ApplyModule to update.database from the 
compilation. Added pre-compilation subtask to ApplyModule (which compiles just 
the classes that ApplyModule needs). Corrected warning/error messages and 
status codes to improve compatibility with old Rebuild Window.
        build.xml
        src-core/src/org/openbravo/buildvalidation/BuildValidationHandler.java
        src-core/src/org/openbravo/data/Sqlc.java
        src-core/src/org/openbravo/utils/DirFilter.java
        src/build.xml
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml
        src/org/openbravo/erpCommon/modules/ApplyModule.java
        src/org/openbravo/erpCommon/modules/ApplyModule_data.xsql
        src/org/openbravo/erpCommon/modules/ModuleUtiltiy.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed issue which happened because a state was '', 
and therefore, a NumberFormatException was raised, which meant that the error 
message wasn't shown in the Warnings and Errors box in the window
        src/org/openbravo/erpCommon/ad_process/ApplyModulesCallServlet.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added missing fork properties to several javac calls
        src-core/build.xml
        src-db/build.xml
        src-trl/build.xml
        src-util/buildvalidation/build.xml
        src-util/modulescript/build.xml
        src/build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Translation for success/warning/error messages will 
be shown instead of the original ones when in a different language than en_US 
and translation is available.
        src/org/openbravo/erpCommon/ad_process/buildStructure/mapping.xml

    Antonio Moreno <[email protected]> 
    [ÐynamicRebuildWindow] Rearranged elements and committed the DAL connection 
to avoid any possible deadlocks.
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    Fixed issue when installing more than one module at the same time
        src-core/src/org/openbravo/base/BuildTask.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed issue which happened when a rebuild was 
initiated more than one time without restarting tomcat in the middle (most of 
the times, a green 'success' message, or red 'error' one appeared in the 
window, when the build hadn't even started)
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed issue when rebuilding Core or template (states 
were set in the wrong place). Fixed issue when a validation failed (the rest of 
the steps were set to 'green').
        build.xml
        src-core/src/org/openbravo/base/BuildTask.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Add javadoc for new classes
        src/org/openbravo/erpCommon/ad_process/buildStructure/Build.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStepTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepTranslation.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Depercated old AntExecutor. Changed all references 
in the application to point to the new version.
        src-core/src/org/openbravo/base/AntExecutor.java
        src-core/src/org/openbravo/base/BuildTask.java
        src-test/org/openbravo/test/ant/BaseAntTest.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/modules/ApplyModuleTask.java
        src/org/openbravo/erpCommon/utility/AntExecutor.java
        src/org/openbravo/service/system/ReloadContext.java
        src/org/openbravo/service/system/RestartTomcat.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Fixed small issues in the BuildTask class
        src-core/src/org/openbravo/base/BuildTask.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added licenses to files
        src/org/openbravo/erpCommon/ad_process/buildStructure/Build.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildCreator.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStepTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildReader.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepTranslation.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepWrapper.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] DBSM needed for changes in the rebuild window
        src-db/database/lib/dbsourcemanager.jar

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Merged pi into branch
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] The window will now be built using standard 
(English) labels in case the corresponding system language ones cannot be 
found. This will be done at a node level to ensure that the basic structure of 
the build is the one described in the main buildStructure.xml Core file
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStepTranslation.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Removed unnecessary call
        src/org/openbravo/erpCommon/ad_process/buildStructure/Build.java

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Changes done to make the final message (Error 
message, warning message, success message) shown in the rebuild window dynamic.
        build.xml
        src-core/src/org/openbravo/base/BuildTask.java
        src-db/database/lib/dbsourcemanager.jar
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/ad_process/ApplyModulesCallServlet.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/Build.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml
        src/org/openbravo/erpCommon/ad_process/buildStructure/mapping.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] The start and end steps will be dynamically set
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Merge with pi
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Replaced hardcoded references to specific states in 
the window, and added necessary logic to handle this.
        build.xml
        src/build.xml
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.xml
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildCreator.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepWrapper.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow]Merge with pi
      
    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Implemented functionality necessary for managing 
translations
        src/org/openbravo/erpCommon/ad_forms/Translation.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildReader.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepWrapper.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml
        src/org/openbravo/erpCommon/ad_process/buildStructure/mapping.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added initial version of the XML parsing 
functionality
        src/org/openbravo/erpCommon/ad_process/buildStructure/Build.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildCreator.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildMainStepTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildReader.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStep.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepTranslation.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildStepWrapper.java
        
src/org/openbravo/erpCommon/ad_process/buildStructure/BuildTranslation.java
        src/org/openbravo/erpCommon/ad_process/buildStructure/buildStructure.xml
        src/org/openbravo/erpCommon/ad_process/buildStructure/mapping.xml
        src/org/openbravo/erpCommon/ad_forms/Translation.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.html
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java
        src/org/openbravo/erpCommon/ad_process/ApplyModules.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Moved apply.module to compilation and smartbuild, 
and removed it from update.database
        build.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Initial changes for the project
      
    Mikel Irurita  <[email protected]> 
    Fixes issue 0013103: Make consistent Trial Balance report filters order
        src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html

    Adrián Romero <[email protected]> 
    Fixes issue 0012856: Error in 'Purchase Order Report
        src/org/openbravo/erpCommon/ad_reports/ReportPurchaseOrder.jrxml

    Martin Taal <[email protected]> 
    fixes issue 9050: Default value in database and application dictionary 
differ, they need to be the same
        src-db/database/model/tables/AD_ALERTRECIPIENT.xml
        src-db/database/model/tables/AD_LANGUAGE.xml
        src-db/database/model/tables/AD_MODULE.xml
        src-db/database/sourcedata/AD_COLUMN.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes erp_devel_main-full-pgsql #127
        src-db/database/model/tables/FIN_FINACC_TRANSACTION.xml

    Adrián Romero <[email protected]> 
    Fixes issue 0012628: When clicking Linked Items in Business Partner window, 
Accounting Transaction Details show database IDs
        src-core/src/org/openbravo/data/Parameter.java
        src-core/src/org/openbravo/data/Sql.java
        src-core/src/org/openbravo/data/Sqlc.java
        src-core/src/org/openbravo/data/UtilSql.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 0013108. Fixes bug 0013109
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_VAL_RULE.xml

    Eduardo Argal Guibert <[email protected]> 
    Fixes bug 0013110: Error in code
        src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java

    Adrián Romero <[email protected]> 
    Fixes issue 0012628: When clicking Linked Items in Business Partner window, 
Accounting Transaction Details show database IDs
        src-core/src/org/openbravo/data/Parameter.java
        src-core/src/org/openbravo/data/Sql.java
        src-core/src/org/openbravo/data/Sqlc.java
        src-core/src/org/openbravo/data/UtilSql.java
        src-db/database/sourcedata/AD_COLUMN.xml

    Adrián Romero <[email protected]> 
    Fixes Issue 12842: Currency value not assigned in Requsition header page
        src/org/openbravo/erpCommon/ad_callouts/SE_Supplier_BPartner.java

    Antonio Moreno <[email protected]> 
    Fixed issue 13106. Modules with tables added to the name exceptions can now 
be exported and packaged.
        src/org/openbravo/service/system/SystemValidationTask.java

    Asier Lostalé <[email protected]> 
    fixed bug 11658: error inserting next step in workflow
        src-db/database/model/triggers/AD_WF_NODENEXT_MOD_TRG.xml

    Sathiyan Sivaprakasam <[email protected]> 
    Fixes Issue 12743: bracket and format issue has been fixed
        src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
        src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java

    Asier Lostalé <[email protected]> 
    fixed bug 12683: Oracle build takes a lot of time
        build.xml
        config/Openbravo.properties.template
        src-wad/build.xml
        src/build.xml
        src/buildAD.xml

    Gorka Ion Damián <[email protected]> 
    Fixed issue 13105.Show description fields as read only.
        src-db/database/sourcedata/AD_FIELD.xml

    Gorka Ion Damián <[email protected]> 
    Fixed issue 13097. Set parent key columns.
        src-db/database/sourcedata/AD_COLUMN.xml

    Gorka Ion Damián <[email protected]> 
    Fixed issue 12720. Label fixed.
        src-db/database/sourcedata/AD_FIELD.xml

    Asier Lostalé <[email protected]> 
    fixed bug 13017: Incorrect error message installing commercial modules in 
expired instances
        src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java

    Asier Lostalé <[email protected]> 
    fixed bug 11423: Print icon in Data package tab is useless
        src-db/database/sourcedata/AD_TAB.xml

    Asier Lostalé <[email protected]> 
    fixed bug 12626: Toolbar: Search pop-up is not working well
        src/org/openbravo/reference/ui/UIReference.java

    Eduardo Argal Guibert <[email protected]> 
    Fixes wrong default value for processed and processing
        src-db/database/model/tables/FIN_FINACC_TRANSACTION.xml

    Sivaraman Rajagopal <[email protected]> 
    Fixes issue 12805: Inactive Discount still apples to the sales order
        src-db/database/model/functions/C_ORDER_POST1.xml

    Sivaraman Rajagopal <[email protected]> 
    Fixes issue 12857: It is possible to generate an invoice with a Transaction 
Document disabled
        src-db/database/model/functions/C_INVOICE_CREATE.xml
        src-db/database/sourcedata/AD_MESSAGE.xml
        src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.java

    Harikrishnan Raja <[email protected]> 
    Fixes Issue 12842: Currency value not assigned in Requsition header page.
        src-db/database/sourcedata/AD_VAL_RULE.xml
        src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner.java
        
src/org/openbravo/erpCommon/ad_callouts/SL_Requisition_BPartner_data.xsql

    Asier Lostalé <[email protected]> 
    fixed bug 13076: behavour not correct when modify a element in help window
        src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_Field_F1.html

    Harikrishnan Raja <[email protected]> 
    Fixes issue 12816: Autosave does not work in Manual Settlement.
        src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java

    Asier Lostalé <[email protected]> 
    fixed bug 12893: No message when saving in field sequence tab
        src-wad/src/org/openbravo/wad/javasourceSortTab.javaxml

    Asier Lostalé <[email protected]> 
    fixed bug 13085: ant diagnostics should check for tomcat >=6
        src-util/diagnostic/config/diagnostics.properties

    Asier Lostalé <[email protected]> 
    fixed bug 12967: The hour in a column defined as datetime is not saved 
properly
        src-wad/src/org/openbravo/wad/Wad.java

    Asier Lostalé <[email protected]> 
    issue 13068: Make process mehtods private
        src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml

    Sathiyan Sivaprakasam <[email protected]> 
    Fixes Issue 12743: Withholding Report in PDF fails
        src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.html
        src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.java
        src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification.jrxml
        
src/org/openbravo/erpCommon/ad_reports/ReportAnnualCertification_data.xsql

    Antonio Moreno <[email protected]> 
    Fixed issue 13072. ant diagnostic should work again
        src-util/diagnostic/src/org/openbravo/task/CheckTomcatAntExecution.java
        
src-util/diagnostic/src/org/openbravo/task/CheckTomcatFilePermissions.java
        src-util/diagnostic/src/org/openbravo/task/CheckX.java

    Asier Lostalé <[email protected]> 
    fixed issue 13068: Reached 64k method size limit in 
ComboReloadsProcessHelper.printPage
   Do not generate org callout in case there is not ad_org_id column
        src-wad/src/org/openbravo/wad/Fields_data.xsql
        src-wad/src/org/openbravo/wad/Wad.java

    Asier Lostalé <[email protected]> 
    fixed issue 13068: Reached 64k method size limit in 
ComboReloadsProcessHelper.printPage
  Created a new method per process
        src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.javaxml
        src-wad/src/org/openbravo/wad/ComboReloadsProcessHelper.xml
        src-wad/src/org/openbravo/wad/Wad.java

    Gorka Ion Damián <[email protected]> 
    Related to issue 13062.Fix incosistency issue.
        src-db/database/model/views/FIN_PAYMENT_DETAIL_V.xml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Initial changes for the project
        src-core/src/org/openbravo/base/AntExecutor.java
        src-core/src/org/openbravo/base/BuildTask.java
        build.xml
        src-core/.classpath
        src-wad/build.xml
        src/org/openbravo/erpCommon/ad_process/ApplyModules.java

    Adrián Romero <[email protected]> 
    Fixes issue 0012423: Expenses Report is not printable
The change set includes a new PDF report using jasper and the required 
modifications in the report servlet and html to provide a new button to launch 
the new report
        src/org/openbravo/erpCommon/ad_reports/ReportExpense.jrxml
        src/org/openbravo/erpCommon/ad_reports/ReportExpense.html
        src/org/openbravo/erpCommon/ad_reports/ReportExpense.java

Changes for Build #43

    Antonio Moreno <[email protected]> 
    Improved javadoc of two classes
        src/org/openbravo/service/system/ReloadContext.java
        src/org/openbravo/service/system/RestartTomcat.java

    Antonio Moreno <[email protected]> 
    Fixed issue 13545. Tomcat will now restart correctly when upgrading from an 
earlier MP to current pi
To fix this, the old AntExecutor needs to be used.
        src/org/openbravo/service/system/ReloadContext.java
        src/org/openbravo/service/system/RestartTomcat.java

    Sathiyan Sivaprakasam <[email protected]> 
    Fixes Issue 13074: incorrect characters in \"informe del plan de 
amortización\"
        
src/org/openbravo/erpCommon/ad_reports/ReportAssetDepreciationSchedule.java

    Iván Perdomo <[email protected]> 
    Fixes issue 13518: Added init call just for Java based calls
The pinstance() call is calling the init() methond inside, there is
no need to call it twice.
        src-wad/src/org/openbravo/wad/ActionButton_Responser.javaxml
        src-wad/src/org/openbravo/wad/javasource.javaxml

    Antonio Moreno <[email protected]> 
    [DynamicRebuildWindow] Added missing friendlyWarnings attribute
        src-core/src/org/openbravo/base/BuildTask.java

 


Last 20 lines of the console output:

[...truncated 4029 lines...]

selenium.stop:
[selenium-shutdown] Getting: 
http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer
[selenium-shutdown] To: 
/srv/hudson/workspace/int-smoke-pgsql/SANDBOX/automation/2.50/last-results/int-smoke-pgsql/logs/result.txt
[selenium-shutdown] DGF Errors during shutdown are expected

test.integration.erp.testsuites.smoke.accountingprocess:

test.integration.smoke:

BUILD SUCCESSFUL
Total time: 144 minutes 23 seconds
+ cp /etc/hosts.bak /etc/hosts
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to