SMS Compile Error

0
The SMS package won't compile for 5.21 with Java 1.8 The error is below. Is there an update? Thanks! Buildfile: C:\Users\Jeff\Documents\BrothersCRM-main\deployment\build_core.xml compile: [javac] Compiling 5 source files to C:\Users\Jeff\Documents\BrothersCRM-main\deployment\run\bin [javac] C:\Users\Jeff\Documents\BrothersCRM-main\javasource\sms\actions\SendSMS.java:62: error: cannot find symbol [javac] requestBody += "&content=" + Message; [javac] ^ [javac] symbol: variable Message [javac] location: class SendSMS [javac] Note: C:\Users\Jeff\Documents\BrothersCRM-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 C:\Users\Jeff\Documents\BrothersCRM-main\deployment\build_core.xml:27: Compile failed; see the compiler error output for details. Total time: 1 second
asked
1 answers
0

Disregard...I used Nexmo instead

answered