Java compile error while deploying app

0
Hi, Currently I'm getting a Java compile error when deploying my app. I have below the error, but I don't understand where it's coming from: Buildfile: C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\deployment\build_core.xml compile: [javac] Compiling 156 source files to C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\deployment\run\bin [javac] C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\javasource\databasereplication\actions\ImportActivitySet.java:43: error: cannot find symbol [javac] paramMap.put("ImportActivity", this.Activity); [javac] ^ [javac] symbol: variable Activity [javac] C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\javasource\databasereplication\actions\ImportActivitySet.java:50: error: cannot find symbol [javac] Core.getLogger(this.toString()).error( "Failed importing activityset: " + this.Activity.getValue(this.getContext(), ScheduledImportActivity.MemberNames.SortOrder.toString()), e); [javac] ^ [javac] symbol: variable Activity [javac] Note: C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\javasource\databasereplication\actions\ImportByMapping.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\javasource\com\mendix\core\Core.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors BUILD FAILED C:\Users\Laptop\Documents\Mendix Projects\BIA22317_DX_Materialism_v1\deployment\build_core.xml:27: Compile failed; see the compiler error output for details. Total time: 4 seconds Does anybody know what could be the problem? It started after I imported the database replication module and the Excel export module into the app. Thanks, Gonzo
asked
1 answers
2

Gonzo,

Import your project in eclipse. This will show you where the errors are coming from.

answered