[ERROR] /work/path/to/java/module.java|131 col 8| error: cannot find symbol
> To unsubscribe from this group and stop receiving emails from it, send an email to eclim-user+unsubscribe@googlegroups.com.
> To post to this group, send email to eclim...@googlegroups.com.
> Visit this group at https://groups.google.com/group/eclim-user.
> For more options, visit https://groups.google.com/d/optout.
--
eric
--
You received this message because you are subscribed to the Google Groups "eclim-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eclim-user+unsubscribe@googlegroups.com.
[ERROR] /work/path/to/java/module.java[131,8] error: cannot find symbol
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 263 source files to /work/some/path/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /work/some/path/module.java:[131,8] error: cannot find symbol
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.547s
[INFO] Finished at: Mon May 21 14:10:53 PDT 2018
[INFO] Final Memory: 51M/512M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project api: Compilation failure
[ERROR] /work/some/path/module.java:[131,8] error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException