Error Compilation failed, failed for task ':modules:axelor-bank-payment

/home/zeeshan/nova-erp/modules/axelor-open-suite/axelor-bank-payment/src/main/java/com/axelor/apps/bankpayment/ebics/xml/UInitializationRequestElement.java:56: error: package com.axelor.apps.account.ebics.schema.h003.StaticHeaderType.BankPubKeyDigests does not exist
import com.axelor.apps.account.ebics.schema.h003.StaticHeaderType.BankPubKeyDigests.Encryption;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‹ :modules:axelor-bank-payment:compileJava ›.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s
143 actionable tasks: 9 executed, 134 up-to-date

Need help …

Which IDE do you use ?

it fails occasionally on different machines and regardless of any IDE

1 « J'aime »

found the issue by focusing that lib is being excluded due to .gitignore.
we need to skip the following file from *.jar
!axelor-bank-payment/src/main/lib/ebics-1.0.2.jar

3 « J'aime »

@siddique
Thank you very much Sir,
Issue resolver…

Ce sujet a été automatiquement fermé après 30 jours. Aucune réponse n’est permise dorénavant.