Java Compile Errors with E-Mail With Templates Module

0
I am getting this error within my Mendix application. If anyone can help me out I would appreciate it.    Buildfile: C:\Users\fabia\Documents\Mendix\Oefenen-main\deployment\build_core.xml compile:     [javac] Compiling 74 source files to C:\Users\fabia\Documents\Mendix\Oefenen-main\deployment\run\bin     [javac] C:\Users\fabia\Documents\Mendix\Oefenen-main\javasource\emailcostum\actions\SendEmail.java:21: error: package emailtemplate.proxies does not exist     [javac] import emailtemplate.proxies.Header;     [javac]                             ^     [javac] C:\Users\fabia\Documents\Mendix\Oefenen-main\javasource\emailcostum\actions\SendEmail.java:117: error: package emailtemplate.proxies.constants does not exist     [javac]         String separator = (String) emailtemplate.proxies.constants.Constants.getEmailAddressSeparator();     [javac]                                                                    ^     [javac] C:\Users\fabia\Documents\Mendix\Oefenen-main\javasource\emailcostum\actions\SendEmail.java:147: error: cannot find symbol     [javac]             for (Header header : this.HeaderList) {     [javac]                  ^     [javac]   symbol:   class Header     [javac]   location: class SendEmail     [javac] C:\Users\fabia\Documents\Mendix\Oefenen-main\javasource\emailcostum\actions\SendEmail.java:165: error: package emailtemplate.proxies.constants does not exist     [javac]         if(emailtemplate.proxies.constants.Constants.getSendingEnabled()) {             [javac]                                           ^     [javac] Note: C:\Users\fabia\Documents\Mendix\Oefenen-main\javasource\encryption\pgp\PGPUtils.java uses or overrides a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 4 errors BUILD FAILED C:\Users\fabia\Documents\Mendix\Oefenen-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 5 seconds
asked
1 answers
0

Click in Studio Pro: Project → Clean deployment directory, then Project → Synchronize Project directory, then try again to run it.

If that has not helped, remove and re-import module Email with templates, and try to run it again.

 

answered