Skip to content

Instantly share code, notes, and snippets.

@ckarlof
Created May 2, 2013 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckarlof/5506215 to your computer and use it in GitHub Desktop.
Save ckarlof/5506215 to your computer and use it in GitHub Desktop.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/Chris/android/android-sync/test/src/org/mozilla/gecko/picl/sync/TestPICLTabsGlobalSession.java:[20,39] createAccount(android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) in org.mozilla.gecko.picl.account.PICLAccountAuthenticator cannot be applied to (android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Android Sync ...................................... SUCCESS [0.067s]
[INFO] Android Sync - App ................................ SUCCESS [10.422s]
[INFO] Android Services - Bagheera Client Test ........... SUCCESS [1.461s]
[INFO] Android Sync - Instrumentation .................... FAILURE [0.754s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.321s
[INFO] Finished at: Thu May 02 16:25:19 PDT 2013
[INFO] Final Memory: 21M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project android-sync-instrumentation: Compilation failure
[ERROR] /Users/Chris/android/android-sync/test/src/org/mozilla/gecko/picl/sync/TestPICLTabsGlobalSession.java:[20,39] createAccount(android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) in org.mozilla.gecko.picl.account.PICLAccountAuthenticator cannot be applied to (android.content.Context,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
[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 :android-sync-instrumentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment