Skip to content

Instantly share code, notes, and snippets.

@zznate
Created July 9, 2013 20:48
Show Gist options
  • Save zznate/5961139 to your computer and use it in GitHub Desktop.
Save zznate/5961139 to your computer and use it in GitHub Desktop.
zznate-mcp:usergrid-rest-apigee-production$ mvn clean install -Dusergrid.stack.shasum=40cc5158eaaf7e5017d1f7e078847b0bc3d8223b
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.usergrid.core [org.usergrid] 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ usergrid-rest-apigee-production ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ usergrid-rest-apigee-production ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ usergrid-rest-apigee-production ---
[INFO] Compiling 27 source files to /Users/Apigee/workspace/usergrid-rest-apigee-production/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/Apigee/workspace/usergrid-rest-apigee-production/src/main/java/org/usergrid/persistence/entities/Notifier.java:[37,18] error: cannot find symbol
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.867s
[INFO] Finished at: Tue Jul 09 15:41:45 CDT 2013
[INFO] Final Memory: 23M/224M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project usergrid-rest-apigee-production: Compilation failure
[ERROR] /Users/Apigee/workspace/usergrid-rest-apigee-production/src/main/java/org/usergrid/persistence/entities/Notifier.java:[37,18] 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment