I am getting this compile error when I try to run my app. I assume this is due to a problem with my configuration of the Email Template module. But I cannot see how to correct it. Anyone able to advise me?
Many thanks, David
Buildfile: F:\Mendix\SafeServices64-main\deployment\buildcore.xml compile: [javac] Compiling 412 source files to F:\Mendix\SafeServices64-main\deployment\run\bin [javac] F:\Mendix\SafeServices64-main\javasource\emailtemplate\actions\ReplaceEmailTemplateTokens.java:49: error: cannot find symbol [javac] Map<string, ?="" extends="" imendixobjectmember<?="">> members = this.email.getMendixObject().getMembers(getContext()); [javac] ^ [javac] symbol: variable email [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: F:\Mendix\SafeServices64-main\javasource\com\mendix\core\Core.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error BUILD FAILED F:\Mendix\SafeServices64-main\deployment\build_core.xml:27: Compile failed; see the compiler error output for details. Total time: 13 seconds