Java Action Failed Error

0
Hi, Can anyone help me resolve this java action error. Buildfile: C:\Users\oeosp4.PLM\Documents\Mendix\ConceptBOM-Release-01_4\deployment\build_core.xml compile:     [javac] Compiling 8 source files to C:\Users\oeosp4.PLM\Documents\Mendix\ConceptBOM-Release-01_4\deployment\run\bin     [javac] C:\Users\oeosp4.PLM\Documents\Mendix\ConceptBOM-Release-01_4\javasource\xlsreport\report\DataOQL.java:744: error: cannot find symbol     [javac]         return dateTime.withZone(DateTimeZone.UTC).toLocalDateTime().toDate();     [javac]                                                                     ^     [javac]   symbol:   method toDate()     [javac]   location: class LocalDateTime     [javac] Note: C:\Users\oeosp4.PLM\Documents\Mendix\ConceptBOM-Release-01_4\javasource\xlsreport\report\export\ExportExcel.java uses or overrides a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 1 error BUILD FAILED C:\Users\oeosp4.PLM\Documents\Mendix\ConceptBOM-Release-01_4\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 5 seconds Thanks
asked
1 answers
0

Have you tried clearing the deployment directory and reinstalling the Excel Exporter module? 

Can you also look in your userlib folder, and see if you have multiple copies of the joda-time jar file? If you do, try deleting the others apart from version 2.10.5. 

answered