Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77B351770D for ; Tue, 7 Oct 2014 07:11:34 +0000 (UTC) Received: (qmail 66417 invoked by uid 500); 7 Oct 2014 07:11:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 66393 invoked by uid 500); 7 Oct 2014 07:11:34 -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 66382 invoked by uid 99); 7 Oct 2014 07:11:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 07:11:34 +0000 Date: Tue, 7 Oct 2014 07:11:34 +0000 (UTC) From: "Sergey Grebnov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7718) CordovaLib fails when installing transitive dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7718?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1416157= 0#comment-14161570 ]=20 Sergey Grebnov commented on CB-7718: ------------------------------------ Investigating... No repo for org.apache.cordova.file-transfer {code} =CE=BB cordova-dev plugin add org.apache.cordova.file-transfer --searchpath= =3D"c: \partitions\d\Projects\Html5\git\cordova" Installing "org.apache.cordova.file-transfer" for android Installing "org.apache.cordova.file" for android {code} > CordovaLib fails when installing transitive dependencies > -------------------------------------------------------- > > Key: CB-7718 > URL: https://issues.apache.org/jira/browse/CB-7718 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: 3.7.0 > Reporter: Ian Clelland > Priority: Blocker > Attachments: CB-7718.tar.gz > > > Since commit a972451, I can no longer create mobilespec. During plugin in= stallation, cordovalib fails to install {{org.apache.cordova.file-transfer}= }, because {{org.apache.cordova.file}} has just been installed (this is reg= ression from the previous commit, and from CordovaLib 0.21.13) > Specifically, it fails for me because it tries to copy android source fil= es where the destination already exists. When it fails, it reverts the inst= allation of all plugins installed until that point, and then proceeds to tr= y to install the rest of them. > I've attached a tarball of plugins that reproduce this issue. To test, un= tar that file, and then: > {code} > cordova create test > cd test > cordova platform add android # this must be done first > cordova plugin add dep --searchpath=3D > {code} > This currently results in the output > {code} > Installing "dep" for android > Installing "A" for android > Installing "B" for android > Installing "A" for android > Error during processing of action! Attempting to revert... > {code} > At the previous commit (8abfaf18), the action is successful, with the out= put > {code} > Installing "dep" for android > Installing "A" for android > Installing "B" for android > {code} > (Note that it does not attempt to install plugin A a second time) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org