You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "clarklight (JIRA)" <ji...@apache.org> on 2017/11/14 10:02:00 UTC

[jira] [Comment Edited] (CB-13568) Update from Cordova file transfer plugin crash Phonegap build for Android

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

clarklight edited comment on CB-13568 at 11/14/17 10:01 AM:
------------------------------------------------------------

The file plugin is already included and that has no problem, it is the file transfer update that is not working with PGB. But PGB isnt replying. There is no other version of file transfer plugin for PGB....more than 34 "I have the same problem" had been marked on the PGB forum. Is there anyway the issue can be raised to PGB? Because the development process for many users are totally stuck at this point. (Or if there is anyway to ask PGB team to atleast give some indication on what we are looking at?) Or do we just move away from file transfer and use the XMLHttpRequest????


was (Author: clarklight):
The file plugin is already included and that has no problem, it is the file transfer update that is not working with PGB. But PGB isnt replying. There is no other version of file transfer plugin for PGB....more than 34 "I have the same problem" had been marked on the PGB forum. Is there anyway the issue can be raised to PGB? Because the development process for many paid users are totally stuck at this point. 

> Update from Cordova file transfer plugin crash Phonegap build for Android
> -------------------------------------------------------------------------
>
>                 Key: CB-13568
>                 URL: https://issues.apache.org/jira/browse/CB-13568
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android, cordova-cli
>    Affects Versions: 6.3.0, cordova-cli@6.4.0, cordova@7.0.0
>         Environment: Android for all Phonegap build
>            Reporter: clarklight
>            Assignee: Joe Bowser
>            Priority: Critical
>
> The recent update for the file-transfer plugin started crashing the phonegap build for android today. Last stable build was on Friday. It produce the error below. 
> (More than 19 people had reported the same issue on the adobe forum with no one assigned,
> https://forums.adobe.com/thread/2410942?start=0&tstart=0 https://forums.adobe.com/thread/2411286)
> :generateDebugSources
> :incrementalDebugJavaCompilationSafeguard
> :compileDebugJavaWithJavac
> :compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:49: error: package org.apache.cordova.file does not exist
> import org.apache.cordova.file.FileUtils;
>   ^
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:851: error: cannot find symbol
>   FileUtils filePlugin = (FileUtils) pm.getPlugin("File");
>   ^
>   symbol: class FileUtils
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:851: error: cannot find symbol
>   FileUtils filePlugin = (FileUtils) pm.getPlugin("File");
>   ^
>   symbol: class FileUtils
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 3 errors
> :compileDebugJavaWithJavac FAILED
>  
> FAILURE: Build failed with an exception.
>  
> * What went wrong:
> Execution failed for task ':compileDebugJavaWithJavac'.
> > Compilation failed; see the compiler error output for details.
>  
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
>  
> BUILD FAILED
>  
> Total time: 6.438 secs
> Error: /project/gradlew: Command failed with exit code 1 Error output:
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> warning: string 'menu_settings' has no default translation.
> Warning: AndroidManifest.xml already defines debuggable (in http://schemas.android.com/apk/res/android); using existing value in manifest.
>  
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:49: error: package org.apache.cordova.file does not exist
> import org.apache.cordova.file.FileUtils;
>   ^
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:851: error: cannot find symbol
>   FileUtils filePlugin = (FileUtils) pm.getPlugin("File");
>   ^
>   symbol: class FileUtils
> /project/src/org/apache/cordova/filetransfer/FileTransfer.java:851: error: cannot find symbol
>   FileUtils filePlugin = (FileUtils) pm.getPlugin("File");
>   ^
>   symbol: class FileUtils
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 3 errors
>  
> FAILURE: Build failed with an exception.
>  
> * What went wrong:
> Execution failed for task ':compileDebugJavaWithJavac'.
> > Compilation failed; see the compiler error output for details.
>  
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
>   at ChildProcess.whenDone (/project/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
>   at emitTwo (events.js:106:13)
>   at ChildProcess.emit (events.js:191:7)
>   at maybeClose (internal/child_process.js:877:16)
>   at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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