Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61C2D185BB for ; Mon, 17 Aug 2015 17:48:17 +0000 (UTC) Received: (qmail 89005 invoked by uid 500); 17 Aug 2015 17:48:12 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 88960 invoked by uid 500); 17 Aug 2015 17:48:12 -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 88949 invoked by uid 99); 17 Aug 2015 17:48:11 -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; Mon, 17 Aug 2015 17:48:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BF954E01CA; Mon, 17 Aug 2015 17:48:11 +0000 (UTC) From: robpaveza To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-windows pull request: CB-9499: There is a run failure when... Content-Type: text/plain Date: Mon, 17 Aug 2015 17:48:11 +0000 (UTC) GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-windows/pull/116 CB-9499: There is a run failure when trying to deploy an x64 app when… … running on an x86 version of Node. This change addresses the problem by modifying the run process by detecting an x64 app package as the primary, and setting the environment architecture to x64 before invoking PowerShell. Also, small build item to point to the correct location of WinJS. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-windows CB-9499 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-windows/pull/116.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 #116 ---- commit af880a3629f6e69bae41c671b4fbd1b44b7714ee Author: Rob Paveza Date: 2015-08-17T17:47:11Z CB-9499: There is a run failure when trying to deploy an x64 app when running on an x86 version of Node. This change addresses the problem by modifying the run process by detecting an x64 app package as the primary, and setting the environment architecture to x64 before invoking PowerShell. ---- --- 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