Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #43617 All Revisions ] Back to Issue ]
Summary 0043617: org.openbravo.retail.sendemail module fails compiling
Revision 2020-04-08 17:32 by salvador_campanella
Steps To Reproduce - In a local environment 20Q1 with retails modules

-copy the module in the modules folder
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail [^]

- Execute the command "ant smartbuild -Dlocal=no"


Result
compileSqlc:
    [javac] Compiling 3 source files to /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/build/classes
    [javac] /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/modules/org.openbravo.retail.sendemail/src/org/openbravo/retail/sendemail/sync/OBSMAIL_ErrorHandler.java:29: error: OBSMAIL_ErrorHandler is not abstract and does not override abstract method handleError(Throwable,Entity,JSONObject,JSONObject) in DataSynchronizationErrorHandler
    [javac] public class OBSMAIL_ErrorHandler extends DataSynchronizationErrorHandler {
    [javac] ^
    [javac] /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/modules/org.openbravo.retail.sendemail/src/org/openbravo/retail/sendemail/sync/OBSMAIL_ErrorHandler.java:32: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] 2 errors

BUILD FAILED
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/build.xml:420: The following error occurred while executing this line:
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/src/build.xml:575: The following error occurred while executing this line:
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/src/build.xml:251: Compile failed; see the compiler error output for details.
Revision 2020-04-08 13:09 by salvador_campanella
Steps To Reproduce - In a local environment copy the module in the modules folder
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sendemail [^]

- Execute the command "ant smartbuild -Dlocal=no"


Result
compileSqlc:
    [javac] Compiling 3 source files to /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/build/classes
    [javac] /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/modules/org.openbravo.retail.sendemail/src/org/openbravo/retail/sendemail/sync/OBSMAIL_ErrorHandler.java:29: error: OBSMAIL_ErrorHandler is not abstract and does not override abstract method handleError(Throwable,Entity,JSONObject,JSONObject) in DataSynchronizationErrorHandler
    [javac] public class OBSMAIL_ErrorHandler extends DataSynchronizationErrorHandler {
    [javac] ^
    [javac] /home/openbravo/OBenvironments/ob_3_0pr20q1_15420/modules/org.openbravo.retail.sendemail/src/org/openbravo/retail/sendemail/sync/OBSMAIL_ErrorHandler.java:32: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] 2 errors

BUILD FAILED
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/build.xml:420: The following error occurred while executing this line:
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/src/build.xml:575: The following error occurred while executing this line:
/home/openbravo/OBenvironments/ob_3_0pr20q1_15420/src/build.xml:251: Compile failed; see the compiler error output for details.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker