Skip to content

Instantly share code, notes, and snippets.

@ieure
Created November 7, 2012 22:07
Show Gist options
  • Save ieure/4034817 to your computer and use it in GitHub Desktop.
Save ieure/4034817 to your computer and use it in GitHub Desktop.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/ieure/Projects/simple/dropwizard/dropwizard-core/src/main/java/com/yammer/dropwizard/config/ServerFactory.java:[65,20] cannot find symbol
symbol : method register(com.yammer.metrics.util.DeadlockHealthCheck)
location: class com.yammer.metrics.HealthChecks
[ERROR] /Users/ieure/Projects/simple/dropwizard/dropwizard-core/src/main/java/com/yammer/dropwizard/config/ServerFactory.java:[67,24] cannot find symbol
symbol : method register(com.yammer.metrics.core.HealthCheck)
location: class com.yammer.metrics.HealthChecks
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Dropwizard Project ................................ SUCCESS [1.213s]
[INFO] Dropwizard ........................................ FAILURE [1.500s]
[INFO] Dropwizard HTTP Client ............................ SKIPPED
[INFO] Dropwizard Database Client ........................ SKIPPED
[INFO] Dropwizard Authentication ......................... SKIPPED
[INFO] Dropwizard Example Application .................... SKIPPED
[INFO] Dropwizard Views .................................. SKIPPED
[INFO] Dropwizard Test Helpers ........................... SKIPPED
[INFO] Dropwizard for Scala 2.9.1 ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.235s
[INFO] Finished at: Wed Nov 07 14:07:13 PST 2012
[INFO] Final Memory: 15M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project dropwizard-core: Compilation failure: Compilation failure:
[ERROR] /Users/ieure/Projects/simple/dropwizard/dropwizard-core/src/main/java/com/yammer/dropwizard/config/ServerFactory.java:[65,20] cannot find symbol
[ERROR] symbol : method register(com.yammer.metrics.util.DeadlockHealthCheck)
[ERROR] location: class com.yammer.metrics.HealthChecks
[ERROR] /Users/ieure/Projects/simple/dropwizard/dropwizard-core/src/main/java/com/yammer/dropwizard/config/ServerFactory.java:[67,24] cannot find symbol
[ERROR] symbol : method register(com.yammer.metrics.core.HealthCheck)
[ERROR] location: class com.yammer.metrics.HealthChecks
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :dropwizard-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment