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 6E090172CD for ; Mon, 27 Oct 2014 14:58:34 +0000 (UTC) Received: (qmail 49664 invoked by uid 500); 27 Oct 2014 14:58:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 49643 invoked by uid 500); 27 Oct 2014 14:58: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 49625 invoked by uid 99); 27 Oct 2014 14:58:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Oct 2014 14:58:34 +0000 Date: Mon, 27 Oct 2014 14:58:34 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7881) Android tooling shouldn't lock application directory 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-7881?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1418521= 2#comment-14185212 ]=20 ASF GitHub Bot commented on CB-7881: ------------------------------------ GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-android/pull/130 CB-7881 Android tooling shouldn't lock application directory https://issues.apache.org/jira/browse/CB-7881 =20 Use temp directory when running adb command to make sure adb server is = not started in working directory and does not lock it You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-android CB-7881 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/130.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #130 =20 ---- commit 2c7fb5cb619c07a445b23b49503f68ecbf772f84 Author: sgrebnov Date: 2014-10-27T14:14:35Z CB-7881 Android tooling shouldn't lock application directory ---- > Android tooling shouldn't lock application directory > ---------------------------------------------------- > > Key: CB-7881 > URL: https://issues.apache.org/jira/browse/CB-7881 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Reporter: Sergey Grebnov > Assignee: Sergey Grebnov > > Repro steps: > 1. From the working directory call =E2=80=9Ccordova emulate android=E2=80= =9D (this will start adb + the emulator)=20 > 2.Close the emulator > 3.Now change the directory and try to delete the working directory. (It w= ill complain as being in used). > This happens due to android tools automatically launch the adb server in = the working dir if it is not started yet, -- 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