int-gui-oracle - Build # 2373 - Fixed:

Check console output at https://ci.openbravo.com/job/int-gui-oracle/2373/ to 
view the results.


Committers since last success:

Changes for Build #2371

    RM packaging bot <staff...@openbravo.com> null
    CI: merge back from main
      
    RM packaging bot <staff...@openbravo.com> null
    CI: update AD_MODULE to version 32762
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.apachejdbcconnectionpool/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.utility.cleanup.log/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Inigo Sanchez <inigo.sanc...@openbravo.com> null
    Fixed issue 36876: Some methods in DBSMOBUtil class are not used anymore.

It is removed two methods from DBSMOBUtil class:
- The recursiveTemplateLoader method is private and it is not used in the 
class, so no problem to remove it.
- This fix introduced also an API change because a public method is removed: 
generateIndustryTemplateTree. This
method is not used in our code (Neither pi+all_modules nor dbsm) since this fix 
was introduced #30489. Removed it.
        src-db/database/lib/dbsourcemanager.jar

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] remove unused posrcsrcmod target from internal build.xml
        src/build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Remove target to call obsolete update.database.mod

The update.database.mod effort was abandoned years ago and instead the normal
update.database has been made a lot faster.

This commit removes the ant target to be able to call update.database.mod.

Apart from the main build file also 2 internal related targets are removed,
one of which was not directly callable.
        build.xml
        src-db/database/build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] feature removal: eclipse specific ant targets

Code has a few eclipse specific ant targets which can be used directly from
inside eclipse and are slightly nicer to use (doing refresh + eclipse build)

However those have never been maintained for many years, duplicate quite some
logic of the build files.
So remove that hidden feature as part of getting build* xml files smaller and
maintainable.
        build.xml
        src/build.xml
        create.database.launch
        eclipse.compile.complete.launch
        eclipse.compile.launch
        eclipse.install.source.launch
        export.database.launch
        src-trl/eclipse.trl.lib.launch
        src-wad/eclipse.wad.lib.launch
        update.database.launch

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Simplify file copying

src/build.xml file has few places with several <copy> calls where source
and destination folder as identical and just the includes part differs.

Merge all those into single copy call with nested includes.

Both shorter & easier to read as well as reduces I/O and syscalls to not
need to iterate over the source folders several times.
Speedup is only noticable on slow disk systems though (i.e. sources on NFS)
        src/build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Remove some not needed mkdir calls

ant mkdir target does create any missing parent folders when creating a fodler.
That allows to remove some mkdir calls for such parent folders when we create
subfolder directly afterwards anyway.
        src/build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Remove extra copy.core.lib target (inlined into core.lib)

The main build.xml target core.lib after calling out to src-core/build.xml
does an antcall to another separate copy.core.lib target in the same main
build.xml file. That extra target is never used anywhere else.

Inline it into the main core.lib target to simplify the build file.

Note: getAllModules did not show any reference to it any module.
Note: As secondary effect this removes one occurance of the annoying:
  'Trying to override old definition of ...' messages because of the antcall
  removal.
        build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Remove internal unused debugging targets

internal src/build.xml has 2 targets sqlcmod and compileSqlcmod which re never
called anywhere. Apart they were already marked with FIXME -> only for
development should be removed.

This changes removes.

Note:
Checking in getAllModules did not find any reference in modules either.
        src/build.xml

    Stefan Hühner <stefan.hueh...@openbravo.com> null
    [build-cleanup] Remove ant javadoc targets from src-core,src-trl,src-wad

This removes the following ant calls from main build.xml file:
- core.docs, wad.docs, trl.docs

Javadoc for all three items is included in main ant generate.java.doc target
already. src-wad + src-trl as very tied to Openbravo so not useful outside
of Openbravo project. src-core in theory could be used outside, but that will
be very hard, was never an official feature, and no known user is known.

Also each of the 3 target had matching eclipse .launch files which are also
removed as not useful with the ant targets.

Note:
The rm call to remove the docs subfolder where javadoc would be generated is
left in the files to cleanup any earlier created folder or javadoc.
        build.xml
        src-core/build.xml
        src-trl/build.xml
        src-wad/build.xml
        src-core/core.docs.launch
        src-trl/trl.docs.launch
        src-wad/wad.docs.launch

Changes for Build #2372

    Alvaro Ferraz <alvaro.fer...@openbravo.com> null
    Related to issue 36723: Fix modulescript limits
        
src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatus.class
        
src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 36723: New storage bins are created with Undefined-Overissue 
status
instead of Undefined by default

** Set id of Undefined inventory status as default value for column 
m_inventorystatus_id
in m_locator table as well as tables and columns in application dictionary

** Adapt Initialize Inventory Status modulescript to set Undefined-overdue 
status to
locator of the clients where allow negative stock flag is set as Yes
        src-db/database/model/tables/M_LOCATOR.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        
src-util/modulescript/build/classes/org/openbravo/modulescript/InitializeInventoryStatus.class
        
src-util/modulescript/src/org/openbravo/modulescript/InitializeInventoryStatus.java

Changes for Build #2373
No changes




Last 20 lines of the console output:

[...truncated 2469 lines...]
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-gui-oracle] $ /bin/bash -xe /tmp/hudson5707925358395210616.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to