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 770A3200B72 for ; Fri, 26 Aug 2016 17:27:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75D91160AB6; Fri, 26 Aug 2016 15:27:49 +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 BD1FC160A94 for ; Fri, 26 Aug 2016 17:27:48 +0200 (CEST) Received: (qmail 39743 invoked by uid 500); 26 Aug 2016 15:27:47 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 39727 invoked by uid 99); 26 Aug 2016 15:27:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2016 15:27:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D659DFF57; Fri, 26 Aug 2016 15:27:47 +0000 (UTC) From: mbektchiev To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request #326: CB-11771 Deep symlink directories to targ... Content-Type: text/plain Date: Fri, 26 Aug 2016 15:27:47 +0000 (UTC) archived-at: Fri, 26 Aug 2016 15:27:49 -0000 GitHub user mbektchiev opened a pull request: https://github.com/apache/cordova-android/pull/326 CB-11771 Deep symlink directories to target project instead of linking the directory itself When installing a plugin with custom library using the --link option the whole directory is symlinked and temporary files leak into the original plugin directory on build. This leads to broken builds if the same plugin is linked in 2 projects targeting different Cordova versions. fixes [CB-11771 Installing plugin with symlink option pollutes original directory with intermediate files](https://issues.apache.org/jira/browse/CB-11771) You can merge this pull request into a Git repository by running: $ git pull https://github.com/Icenium/cordova-android bektchiev/deep-symlink Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/326.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 #326 ---- commit 817fc3ae70443e06ea9e6e6af298e7d839b0ff2a Author: Martin Bektchiev Date: 2016-08-26T15:21:23Z CB-11771 Deep symlink directories to target project instead of linking the directory itself When installing a plugin with custom library using the --link option the whole directory is symlinked and temporary files leak into the original plugin directory on build. This leads to broken builds if the same plugin is linked in 2 projects targeting different Cordova versions. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org