You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Kotikov (JIRA)" <ji...@apache.org> on 2016/08/01 14:08:21 UTC

[jira] [Commented] (CB-11478) Windows run vs build archs parsing inconsistency

    [ https://issues.apache.org/jira/browse/CB-11478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402088#comment-15402088 ] 

Vladimir Kotikov commented on CB-11478:
---------------------------------------

This was almost harmless (well, apart from that you're getting anycpu package rather than say x86 :) ) but now in conjunction with CB-11491 this making {{cordova run windows --arch=x86}} failing with arcane error message
{noformat}
cordova run windows -d --nobuild --archs=x64 -- --appx=uap
Warning: using prerelease version 6.3.1-dev (cordova-lib@6.3.1-dev)
...
Building project: D:\PROJECTS\Temp\foo\platforms\windows\CordovaApp.Windows10.jsproj
        Configuration : debug
        Platform      : x64
  CordovaApp.Windows10 -> D:\PROJECTS\Temp\foo\platforms\windows\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_debug_Test\CordovaApp.Windows10_1.0.0.0_x64_debug.appx
Command finished with error code 0: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe D:\PROJECTS\Temp\foo\platforms\windows\CordovaApp.Windows10.jsproj,/clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal,/nologo,/p:Configuration=debug,/p:Platform=x64
 BUILD OUTPUT: D:\PROJECTS\Temp\foo\platforms\windows\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_debug_Test\CordovaApp.Windows10_1.0.0.0_x64_debug.appx
Error: Package with specified parameters not found in AppPackages folder
{noformat}

> Windows run vs build archs parsing inconsistency
> ------------------------------------------------
>
>                 Key: CB-11478
>                 URL: https://issues.apache.org/jira/browse/CB-11478
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>            Reporter: Sergey Shakhnazarov
>              Labels: triaged, windows
>
> {{cordova build windows -- --arch=x86}}
> {{cordova build windows --arch=x86}}
> Both of this commands work properly but there is an inconsistency with cordova run:
> {{cordova run windows -- --arch=x86}} // this works OK
> {{cordova run windows --arch=x86}} // this uses anycpu pkg



--
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