Excel Exporter : Recompile with -Xlint:unchecked

0
After downloading Excel exporter module in my project, I am getting following exception. Can anybody suggest how to resolve it? compile:     [javac] Compiling 220 source files to C:\mendix\TestApp_6.9.0\ExportUtility-main\deployment\run\bin     [javac] C:\mendix\TestApp_6.9.0\ExportUtility-main\javasource\xlsreport\report\DataOQL.java:743: error: cannot find symbol     [javac]         return dateTime.withZone(DateTimeZone.UTC).toLocalDateTime().toDate();     [javac]                                                                     ^     [javac]   symbol:   method toDate()     [javac]   location: class LocalDateTime     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: C:\mendix\TestApp_6.9.0\ExportUtility-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:\mendix\TestApp_6.9.0\ExportUtility-main\deployment\build_core.xml:27: Compile failed; see the compiler error output for details.
asked
2 answers
0

Did you update other modules as well? For example the ModelReflection module? Did you clean up old and no longer used libraries? 
Make sure you read the How to Install section for every module, there could be some important information that might help prevent these kind of errors.

answered
0

Which version of joda-time do you have in your userlib folder?

answered