cannot find symbol - Upgrade from 5.9.1 to 5.12

0
Hello Community, I'm getting a compilation error after upgrading my project from 5.9.1 to 5.12. How best can I got about this. > Buildfile: > C:\Projects\FoB\AproMat\Agile Project > Managment-Leave Module - > Copy\deployment\build_core.xml > > compile: > [javac] Compiling 208 source files to C:\Projects\FoB\AproMat\Agile > Project Managment-Leave Module - > Copy\deployment\run\bin > [javac] C:\Projects\FoB\AproMat\Agile Project > Managment-Leave Module - > Copy\javasource\communitycommons\actions\GenerateThumbnail.java:92: > error: cannot find symbol > [javac] File basefilename = Core.getComponent().fileProcessor().getFileDocumentAsFile(getContext(), > __sourceObj); > [javac] ^ > [javac] symbol: method fileProcessor() > [javac] location: interface LocalComponent > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: C:\Projects\FoB\AproMat\Agile Project > Managment-Leave Module - > Copy\javasource\com\mendix\core\Core.java > uses unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 1 error
asked
1 answers
0

I updated my community commons with latest one. It has worked.

answered