Advertisement
wandrake

Untitled

Aug 8th, 2011
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project android: Compilation failure: Compilation failure:
  2. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[19,29] package android.support.v4.app does not exist
  3. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[33,50] cannot find symbol
  4. [ERROR] symbol: class ListFragment
  5. [ERROR] public abstract class RefreshableFragment extends ListFragment implements Refreshable {
  6. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[39,8] cannot find symbol
  7. [ERROR] symbol : variable super
  8. [ERROR] location: class co.bitcode.android.app.RefreshableFragment
  9. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[37,4] method does not override or implement a method from a supertype
  10. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[55,19] cannot find symbol
  11. [ERROR] symbol : variable super
  12. [ERROR] location: class co.bitcode.android.app.RefreshableFragment
  13. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[47,4] method does not override or implement a method from a supertype
  14. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[64,8] cannot find symbol
  15. [ERROR] symbol : variable super
  16. [ERROR] location: class co.bitcode.android.app.RefreshableFragment
  17. [ERROR] /home/mandrake/Kiwi/workspace/meta/android/lib/android-utilities/src/co/bitcode/android/app/RefreshableFragment.java:[62,4] method does not override or implement a method from a supertype
  18. [ERROR] -> [Help 1]
  19. [ERROR]
  20. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  21. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  22. [ERROR]
  23. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  24. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement