Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3C1C8200D3C for ; Tue, 14 Nov 2017 10:15:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3A6DF160BF4; Tue, 14 Nov 2017 09:15:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5A4361609EF for ; Tue, 14 Nov 2017 10:15:10 +0100 (CET) Received: (qmail 97438 invoked by uid 500); 14 Nov 2017 09:15:09 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 97427 invoked by uid 99); 14 Nov 2017 09:15:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2017 09:15:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 904FBC1490 for ; Tue, 14 Nov 2017 09:15:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id D5zsngKPS_8B for ; Tue, 14 Nov 2017 09:15:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E84FF5F568 for ; Tue, 14 Nov 2017 09:15:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A839EE0012 for ; Tue, 14 Nov 2017 09:15:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CEB3F23F05 for ; Tue, 14 Nov 2017 09:15:00 +0000 (UTC) Date: Tue, 14 Nov 2017 09:15:00 +0000 (UTC) From: "clarklight (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13568) Update from Cordova file transfer plugin crash Phonegap build for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Nov 2017 09:15:11 -0000 [ https://issues.apache.org/jira/browse/CB-13568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251119#comment-16251119 ] clarklight commented on CB-13568: --------------------------------- Hi, i already have the file plugin included, but soon as i include the file transfer plugin, then it gives the error. Everything was ok 2 days ago as well. And i didn't change anything on the build on PGB, it was all working and i simply clicked Rebuild and now its error and won't build. I just checked more than 20 people are reporting the same problem as well. > 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