[jira] [Commented] (CB-10477) Error in Android build CLI 5.1.1

2016-02-03 Thread Tony Homer (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130533#comment-15130533
 ] 

Tony Homer commented on CB-10477:
-

[~Zappescu] - After re-reading your error message, I see that you must be 
getting this error when you are building the debug module for your app.  This 
is an Intel XDK issue, not a Cordova issue.  Please contact me directly or post 
on the Intel XDK forums for support with this issue.

> Error in Android build CLI 5.1.1
> 
>
> Key: CB-10477
> URL: https://issues.apache.org/jira/browse/CB-10477
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Antonio Zaaa
>Assignee: Tony Homer
>  Labels: triaged, wfc
>
> When build, I got this error:
> location: package org.apache.cordova
> [javac] 
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/src/org/apache/cordova/inappbrowser/InAppBrowser.java:917:
>  error: cannot find symbol
> [javac] if (pluginManager != null && 
> pluginManager.onReceivedHttpAuthRequest(webView, new 
> CordovaHttpAuthHandler(handler), host, realm)) {
> [javac]   
> ^
> [javac]   symbol:   class CordovaHttpAuthHandler
> [javac]   location: class InAppBrowser.InAppBrowserClient
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
> BUILD FAILED
> .../android-sdk-linux/tools/ant/build.xml:720: The following error occurred 
> while executing this line:
> .../android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the 
> compiler error output for details.
> Total time: 11 seconds
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error code 1 for command: ant with args: 
> release,-f,.../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/build.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10477) Error in Android build CLI 5.1.1

2016-02-03 Thread Tony Homer (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130510#comment-15130510
 ] 

Tony Homer commented on CB-10477:
-

[~Zappescu] - I work on Intel XDK team and will look into this why this error 
is occurring.  I wonder if it is possible for you to use version 1.0.1 of this 
plugin instead of latest (this is the version that was current when 
cordova-android 4.1.1 was released, which is what pin for CLI 5.1.1)?

> Error in Android build CLI 5.1.1
> 
>
> Key: CB-10477
> URL: https://issues.apache.org/jira/browse/CB-10477
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Antonio Zaaa
>Assignee: Tony Homer
>  Labels: triaged, wfc
>
> When build, I got this error:
> location: package org.apache.cordova
> [javac] 
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/src/org/apache/cordova/inappbrowser/InAppBrowser.java:917:
>  error: cannot find symbol
> [javac] if (pluginManager != null && 
> pluginManager.onReceivedHttpAuthRequest(webView, new 
> CordovaHttpAuthHandler(handler), host, realm)) {
> [javac]   
> ^
> [javac]   symbol:   class CordovaHttpAuthHandler
> [javac]   location: class InAppBrowser.InAppBrowserClient
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
> BUILD FAILED
> .../android-sdk-linux/tools/ant/build.xml:720: The following error occurred 
> while executing this line:
> .../android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the 
> compiler error output for details.
> Total time: 11 seconds
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error code 1 for command: ant with args: 
> release,-f,.../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/build.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10477) Error in Android build CLI 5.1.1

2016-02-03 Thread Antonio Zaaa (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130060#comment-15130060
 ] 

Antonio Zaaa commented on CB-10477:
---

I use Intel XDK CLI 5.1.1. The plugin version is the latest one on the git: 
1.2.2.
Do you consider this is an Intel bug or a plugin bug? Consider IntelXDK build 
my app on theirs servers, in PaaS, so maybe they should manage something on 
theirs side. In this latter case, I have to open an issue on the XDK official 
forum.


> Error in Android build CLI 5.1.1
> 
>
> Key: CB-10477
> URL: https://issues.apache.org/jira/browse/CB-10477
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Antonio Zaaa
>  Labels: triaged, wfc
>
> When build, I got this error:
> location: package org.apache.cordova
> [javac] 
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/src/org/apache/cordova/inappbrowser/InAppBrowser.java:917:
>  error: cannot find symbol
> [javac] if (pluginManager != null && 
> pluginManager.onReceivedHttpAuthRequest(webView, new 
> CordovaHttpAuthHandler(handler), host, realm)) {
> [javac]   
> ^
> [javac]   symbol:   class CordovaHttpAuthHandler
> [javac]   location: class InAppBrowser.InAppBrowserClient
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
> BUILD FAILED
> .../android-sdk-linux/tools/ant/build.xml:720: The following error occurred 
> while executing this line:
> .../android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the 
> compiler error output for details.
> Total time: 11 seconds
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error code 1 for command: ant with args: 
> release,-f,.../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/build.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10477) Error in Android build CLI 5.1.1

2016-02-01 Thread Nikhil Khandelwal (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-10477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15126770#comment-15126770
 ] 

Nikhil Khandelwal commented on CB-10477:


Can you provide more details on how to reproduce this issue? For example, what 
plugins and versions you are using? `cordova plugin ls` should show those.

> Error in Android build CLI 5.1.1
> 
>
> Key: CB-10477
> URL: https://issues.apache.org/jira/browse/CB-10477
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Reporter: Antonio Zaaa
>
> When build, I got this error:
> location: package org.apache.cordova
> [javac] 
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/src/org/apache/cordova/inappbrowser/InAppBrowser.java:917:
>  error: cannot find symbol
> [javac] if (pluginManager != null && 
> pluginManager.onReceivedHttpAuthRequest(webView, new 
> CordovaHttpAuthHandler(handler), host, realm)) {
> [javac]   
> ^
> [javac]   symbol:   class CordovaHttpAuthHandler
> [javac]   location: class InAppBrowser.InAppBrowserClient
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 2 errors
> BUILD FAILED
> .../android-sdk-linux/tools/ant/build.xml:720: The following error occurred 
> while executing this line:
> .../android-sdk-linux/tools/ant/build.xml:734: Compile failed; see the 
> compiler error output for details.
> Total time: 11 seconds
> .../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error code 1 for command: ant with args: 
> release,-f,.../builds/build.5G6xNk.tmp/appanalyzer/platforms/android/build.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org