int-basic-oracle - Build # 2562 - Failure:

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


Committers since last success:

Changes for Build #2562

    Javier Armendáriz <javier.armenda...@openbravo.com> null
    Fixed issue 39663: Build fails in Java 11 since log4j upgrade.

New log4j libraries are multi-release jars (mrjar), meaning that they can define
multiple version of classes depending on the JVM version being run. Currently
ant does not support mrjars for custom java tasks and build fails when executing
LogManager.getLogger() inside an ant task.
For this reason, a new jar is included during build to override LogManager and
StackLocator implementation to make build work in Java9+. In addition, classpath
in build script is modified to force including the build libraries first in the
classpath and use these classes instead of the ones implemented in log4j-api.
        lib/build/log4j-api-no-mrjar-2.11.1.jar
        build.xml
        src-db/database/build-create.xml
        src-db/database/build.xml
        src-util/diagnostic/build-create.xml

    Sandra Huguet <sandra.hug...@openbravo.com> null
    related to issue 39595 code review changes
        src-db/database/model/triggers/C_INVOICELINE_TRG.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes Issue 39595: Purchase Invoice Line can be edited after
the associated landed cost has been processed

** Before editing invoice line check whether it is linked
with landed cost - cost tab record.
** Description, Line No, List Price editing is possible.
** Check is done only for Purchase Invoice Lines.
** Earlier check of m_inoutline link is also applicable for
Purchase Invoice line hence it is included in the condition
Issotrx = 'N'.
        src-db/database/model/triggers/C_INVOICELINE_TRG.xml
        src-db/database/sourcedata/AD_MESSAGE.xml

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to bug 39649: small refactors
  - removed redundant comments
  - no need to define small method to invoke from lambda
  - added some context to log
        src/org/openbravo/email/EmailEventManager.java




Last 20 lines of the console output:

[...truncated 16943 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo

POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to