Created
November 21, 2012 03:08
-
-
Save mixflame/4122769 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-compile: | |
[javac] Compiling 15 source files to /Users/jsilverman2/mdks/GC2-Droid/bin/classes | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2328: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] public void onActionModeFinished(android.view.ActionMode mode) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2374: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] public void onActionModeStarted(android.view.ActionMode mode) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2420: cannot find symbol | |
[javac] symbol : class Fragment | |
[javac] location: package android.app | |
[javac] public void onAttachFragment(android.app.Fragment fragment) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2566: package android.view.ActionMode does not exist | |
[javac] public android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode.Callback callback) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2566: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] public android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode.Callback callback) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2704: cannot find symbol | |
[javac] symbol : class TaskStackBuilder | |
[javac] location: package android.app | |
[javac] public void onCreateNavigateUpTaskStack(android.app.TaskStackBuilder arg0) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2840: cannot find symbol | |
[javac] symbol : class TaskStackBuilder | |
[javac] location: package android.app | |
[javac] public void onPrepareNavigateUpTaskStack(android.app.TaskStackBuilder arg0) { | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2467: onCreateView(java.lang.String,android.content.Context,android.util.AttributeSet) in android.app.Activity cannot be applied to (android.view.View,java.lang.String,android.content.Context,android.util.AttributeSet) | |
[javac] if (ScriptLoader.isCalledFromJRuby()) return super.onCreateView(parent, name, context, attrs); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2470: onCreateView(java.lang.String,android.content.Context,android.util.AttributeSet) in android.app.Activity cannot be applied to (android.view.View,java.lang.String,android.content.Context,android.util.AttributeSet) | |
[javac] super.onCreateView(parent, name, context, attrs); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2508: onCreateView(java.lang.String,android.content.Context,android.util.AttributeSet) in android.app.Activity cannot be applied to (android.view.View,java.lang.String,android.content.Context,android.util.AttributeSet) | |
[javac] return super.onCreateView(parent, name, context, attrs); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2514: onCreateView(java.lang.String,android.content.Context,android.util.AttributeSet) in android.app.Activity cannot be applied to (android.view.View,java.lang.String,android.content.Context,android.util.AttributeSet) | |
[javac] return super.onCreateView(parent, name, context, attrs); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2519: cannot find symbol | |
[javac] symbol : method onKeyShortcut(int,android.view.KeyEvent) | |
[javac] location: class android.app.Activity | |
[javac] if (ScriptLoader.isCalledFromJRuby()) return super.onKeyShortcut(keyCode, event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2522: cannot find symbol | |
[javac] symbol : method onKeyShortcut(int,android.view.KeyEvent) | |
[javac] location: class android.app.Activity | |
[javac] super.onKeyShortcut(keyCode, event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2556: cannot find symbol | |
[javac] symbol : method onKeyShortcut(int,android.view.KeyEvent) | |
[javac] location: class android.app.Activity | |
[javac] return super.onKeyShortcut(keyCode, event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2562: cannot find symbol | |
[javac] symbol : method onKeyShortcut(int,android.view.KeyEvent) | |
[javac] location: class android.app.Activity | |
[javac] return super.onKeyShortcut(keyCode, event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2571: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getCallbackProcs()[CB_WINDOW_STARTING_ACTION_MODE], "call" , callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2571: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getCallbackProcs()[CB_WINDOW_STARTING_ACTION_MODE], "call" , callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2579: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runScriptlet("$ruby_instance.on_window_starting_action_mode($arg_callback)"); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2582: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getRubyInstance(), "on_window_starting_action_mode", callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2582: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getRubyInstance(), "on_window_starting_action_mode", callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2593: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runScriptlet("$ruby_instance.onWindowStartingActionMode($arg_callback)"); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2596: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getRubyInstance(), "onWindowStartingActionMode", callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2596: cannot find symbol | |
[javac] symbol : class ActionMode | |
[javac] location: package android.view | |
[javac] return (android.view.ActionMode) JRubyAdapter.runRubyMethod(android.view.ActionMode.class, scriptInfo.getRubyInstance(), "onWindowStartingActionMode", callback); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2613: cannot find symbol | |
[javac] symbol : method onGenericMotionEvent(android.view.MotionEvent) | |
[javac] location: class android.app.Activity | |
[javac] if (ScriptLoader.isCalledFromJRuby()) return super.onGenericMotionEvent(event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2616: cannot find symbol | |
[javac] symbol : method onGenericMotionEvent(android.view.MotionEvent) | |
[javac] location: class android.app.Activity | |
[javac] super.onGenericMotionEvent(event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2648: cannot find symbol | |
[javac] symbol : method onGenericMotionEvent(android.view.MotionEvent) | |
[javac] location: class android.app.Activity | |
[javac] return super.onGenericMotionEvent(event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2654: cannot find symbol | |
[javac] symbol : method onGenericMotionEvent(android.view.MotionEvent) | |
[javac] location: class android.app.Activity | |
[javac] return super.onGenericMotionEvent(event); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2659: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Activity | |
[javac] if (ScriptLoader.isCalledFromJRuby()) {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2662: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Activity | |
[javac] super.onTrimMemory(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2694: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Activity | |
[javac] {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2700: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Activity | |
[javac] {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2751: cannot find symbol | |
[javac] symbol : method onNavigateUp() | |
[javac] location: class android.app.Activity | |
[javac] if (ScriptLoader.isCalledFromJRuby()) return super.onNavigateUp(); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2754: cannot find symbol | |
[javac] symbol : method onNavigateUp() | |
[javac] location: class android.app.Activity | |
[javac] super.onNavigateUp(); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2784: cannot find symbol | |
[javac] symbol : method onNavigateUp() | |
[javac] location: class android.app.Activity | |
[javac] return super.onNavigateUp(); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2790: cannot find symbol | |
[javac] symbol : method onNavigateUp() | |
[javac] location: class android.app.Activity | |
[javac] return super.onNavigateUp(); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2795: cannot find symbol | |
[javac] symbol : method onNavigateUpFromChild(android.app.Activity) | |
[javac] location: class android.app.Activity | |
[javac] if (ScriptLoader.isCalledFromJRuby()) return super.onNavigateUpFromChild(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2798: cannot find symbol | |
[javac] symbol : method onNavigateUpFromChild(android.app.Activity) | |
[javac] location: class android.app.Activity | |
[javac] super.onNavigateUpFromChild(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2830: cannot find symbol | |
[javac] symbol : method onNavigateUpFromChild(android.app.Activity) | |
[javac] location: class android.app.Activity | |
[javac] return super.onNavigateUpFromChild(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoActivity.java:2836: cannot find symbol | |
[javac] symbol : method onNavigateUpFromChild(android.app.Activity) | |
[javac] location: class android.app.Activity | |
[javac] return super.onNavigateUpFromChild(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:382: cannot find symbol | |
[javac] symbol : method onTaskRemoved(android.content.Intent) | |
[javac] location: class android.app.Service | |
[javac] if (ScriptLoader.isCalledFromJRuby()) {super.onTaskRemoved(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:385: cannot find symbol | |
[javac] symbol : method onTaskRemoved(android.content.Intent) | |
[javac] location: class android.app.Service | |
[javac] super.onTaskRemoved(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:417: cannot find symbol | |
[javac] symbol : method onTaskRemoved(android.content.Intent) | |
[javac] location: class android.app.Service | |
[javac] {super.onTaskRemoved(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:423: cannot find symbol | |
[javac] symbol : method onTaskRemoved(android.content.Intent) | |
[javac] location: class android.app.Service | |
[javac] {super.onTaskRemoved(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:428: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Service | |
[javac] if (ScriptLoader.isCalledFromJRuby()) {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:431: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Service | |
[javac] super.onTrimMemory(arg0); | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:463: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Service | |
[javac] {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] /Users/jsilverman2/mdks/GC2-Droid/src/org/ruboto/RubotoService.java:469: cannot find symbol | |
[javac] symbol : method onTrimMemory(int) | |
[javac] location: class android.app.Service | |
[javac] {super.onTrimMemory(arg0); return;} | |
[javac] ^ | |
[javac] Note: Some input files use or override a deprecated API. | |
[javac] Note: Recompile with -Xlint:deprecation for details. | |
[javac] 47 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment