Created
February 26, 2015 22:43
-
-
Save bleathem/f8b6a14313b4b127ee58 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 5 source files to /home/bleathem/workspace/cordova/hello/platforms/android/ant-build/classes | |
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release | |
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release | |
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:22: error: package org.jboss.aerogear.android.core does not exist | |
[javac] import org.jboss.aerogear.android.core.Callback; | |
[javac] ^ | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:23: error: package org.jboss.aerogear.android.authorization does not exist | |
[javac] import org.jboss.aerogear.android.authorization.AuthzModule; | |
[javac] ^ | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:24: error: package org.jboss.aerogear.android.authorization does not exist | |
[javac] import org.jboss.aerogear.android.authorization.AuthorizationManager; | |
[javac] ^ | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:25: error: package org.jboss.aerogear.android.authorization.oauth2 does not exist | |
[javac] import org.jboss.aerogear.android.authorization.oauth2.OAuth2AuthorizationConfiguration; | |
[javac] ^ | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:39: error: cannot find symbol | |
[javac] private final OauthGoogleServicesIntentHelper intentHelper; | |
[javac] ^ | |
[javac] symbol: class OauthGoogleServicesIntentHelper | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:44: error: cannot find symbol | |
[javac] final OAuth2AuthorizationConfiguration configuration = AuthorizationManager.config(data.getString("accountId"), OAuth2AuthorizationConfiguration.class) | |
[javac] ^ | |
[javac] symbol: class OAuth2AuthorizationConfiguration | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:44: error: cannot find symbol | |
[javac] final OAuth2AuthorizationConfiguration configuration = AuthorizationManager.config(data.getString("accountId"), OAuth2AuthorizationConfiguration.class) | |
[javac] ^ | |
[javac] symbol: class OAuth2AuthorizationConfiguration | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:44: error: cannot find symbol | |
[javac] final OAuth2AuthorizationConfiguration configuration = AuthorizationManager.config(data.getString("accountId"), OAuth2AuthorizationConfiguration.class) | |
[javac] ^ | |
[javac] symbol: variable AuthorizationManager | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:106: error: cannot find symbol | |
[javac] final AuthzModule module = AuthorizationManager.getModule(name); | |
[javac] ^ | |
[javac] symbol: class AuthzModule | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:106: error: cannot find symbol | |
[javac] final AuthzModule module = AuthorizationManager.getModule(name); | |
[javac] ^ | |
[javac] symbol: variable AuthorizationManager | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:107: error: cannot find symbol | |
[javac] module.requestAccess(cordova.getActivity(), new Callback<String>() { | |
[javac] ^ | |
[javac] symbol: class Callback | |
[javac] location: class OAuth2Plugin | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:123: error: cannot assign a value to final variable intentHelper | |
[javac] intentHelper = new OauthGoogleServicesIntentHelper(cordova, callbackContext); | |
[javac] ^ | |
[javac] /home/bleathem/workspace/cordova/hello/platforms/android/src/org/jboss/aerogear/cordova/oauth2/OAuth2Plugin.java:123: error: cannot find symbol | |
[javac] intentHelper = new OauthGoogleServicesIntentHelper(cordova, callbackContext); | |
[javac] ^ | |
[javac] symbol: class OauthGoogleServicesIntentHelper | |
[javac] location: class OAuth2Plugin | |
[javac] 13 errors | |
[javac] 3 warnings | |
BUILD FAILED | |
/opt/android/android-sdk-linux/tools/ant/build.xml:720: The following error occurred while executing this line: | |
/opt/android/android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the compiler error output for details. | |
Total time: 3 seconds | |
/home/bleathem/workspace/cordova/hello/platforms/android/cordova/node_modules/q/q.js:126 | |
throw e; | |
^ | |
Error code 1 for command: ant with args: debug,-f,/home/bleathem/workspace/cordova/hello/platforms/android/build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=ant-gen | |
ERROR running one or more of the platforms: Error: /home/bleathem/workspace/cordova/hello/platforms/android/cordova/run: Command failed with exit code 8 | |
You may not have the required environment or OS to run this project |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment