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 1D4AE18314 for ; Wed, 5 Aug 2015 10:02:20 +0000 (UTC) Received: (qmail 64447 invoked by uid 500); 5 Aug 2015 10:02:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 64427 invoked by uid 500); 5 Aug 2015 10:02:05 -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 63949 invoked by uid 99); 5 Aug 2015 10:02:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 10:02:05 +0000 Date: Wed, 5 Aug 2015 10:02:05 +0000 (UTC) From: "Kelvin Dart (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-9454) `cordova build` does not execute with the phonegap-plugin-barcodescanner plugin on Windows 10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Dart updated CB-9454: ---------------------------- Description: Whenever I add the phonegap-plugins-barcodescanner using: {code} cordova plugin add phonegap-plugin-barcodescanner {code} I receive the following error: {code} C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xa ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr oj] {code} Trying to find that path, I can navigate to: C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\. In this directory, there are four files: {code} Microsoft.Windows.UI.Xaml.Common.Targets Microsoft.Windows.UI.Xaml.CPP.Targets Microsoft.Windows.UI.Xaml.CSharp.targets Microsoft.Windows.UI.Xaml.VisualBasic.Targets {code} As a cheap hack, I tried creating a folder here called 8.1 and then executed {{cordova build}} again. This time I received the following error: {code} C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\*8.1*\Microsoft.Windows.UI.Xa ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr oj] {code} So one of the the Node scripts somewhere is doing a system check I presume and appending 8.1 to the end? was: Whenever I add the phonegap-plugins-barcodescanner using: {code} cordova plugin add phonegap-plugin-barcodescanner {code} I receive the following error: {code} C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xa ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr oj] {code} Trying to find that path, I can navigate to: C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\. In this directory, there are four files: {code} Microsoft.Windows.UI.Xaml.Common.Targets Microsoft.Windows.UI.Xaml.CPP.Targets Microsoft.Windows.UI.Xaml.CSharp.targets Microsoft.Windows.UI.Xaml.VisualBasic.Targets {code} As a cheap hack, I tried creating a folder here called 8.1 and then executed {{cordova build}} again. This time I received the following error: {code} C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\8.1\Microsoft.Windows.UI.Xa ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr oj] {code} So one of the the Node scripts somewhere is doing a system check I presume and appending 8.1 to the end? > `cordova build` does not execute with the phonegap-plugin-barcodescanner plugin on Windows 10 > --------------------------------------------------------------------------------------------- > > Key: CB-9454 > URL: https://issues.apache.org/jira/browse/CB-9454 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, Windows > Affects Versions: 5.1.1 > Environment: Windows 10 Professional; Visual Studio Professional 2015 (it also happens without VS2015 installed) > Reporter: Kelvin Dart > Priority: Critical > Labels: windows10 > > Whenever I add the phonegap-plugins-barcodescanner using: > {code} > cordova plugin add phonegap-plugin-barcodescanner > {code} > I receive the following error: > {code} > C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS > B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xa > ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist > s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr > oj] > {code} > Trying to find that path, I can navigate to: C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\. In this directory, there are four files: > {code} > Microsoft.Windows.UI.Xaml.Common.Targets > Microsoft.Windows.UI.Xaml.CPP.Targets > Microsoft.Windows.UI.Xaml.CSharp.targets > Microsoft.Windows.UI.Xaml.VisualBasic.Targets > {code} > As a cheap hack, I tried creating a folder here called 8.1 and then executed {{cordova build}} again. This time I received the following error: > {code} > C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\Microsoft.Windows.UI.Xaml.CSharp.targets(19,3): error MS > B4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v14.0\8.1\*8.1*\Microsoft.Windows.UI.Xa > ml.CSharp.targets" was not found. Confirm that the path in the declaration is correct, and that the file exist > s on disk. [C:\Users\kelvi\Desktop\mpro5\plugins\phonegap-plugin-barcodescanner\src\windows\lib\WinRTBarcodeReader.cspr > oj] > {code} > So one of the the Node scripts somewhere is doing a system check I presume and appending 8.1 to the end? -- 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