You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jerroyd Moore (JIRA)" <ji...@apache.org> on 2016/02/26 23:10:19 UTC

[jira] [Created] (CB-10714) ERROR Case Sensitive Archs fails the windows build

Jerroyd Moore created CB-10714:
----------------------------------

             Summary: ERROR Case Sensitive Archs fails the windows build
                 Key: CB-10714
                 URL: https://issues.apache.org/jira/browse/CB-10714
             Project: Apache Cordova
          Issue Type: Bug
          Components: Windows
            Reporter: Jerroyd Moore
            Priority: Minor


Using Cordova 5.4.1 and cordova-windows@5.3.1, Attempting to build for "ARM" successfully compiles an appx but fails in the post-compile steps, due to a string comparison on the arch variable.

{code}
cordova compile windows --release --archs ARM -- --verbose
{code}
{quote}
Running command: cmd "/s /c "...\platf
orms\windows\cordova\build.bat --release --archs=ARM --verbose""
Searching for available MSBuild versions...
Found MSBuild v14.0 at C:\Program Files (x86)\MSBuild\14.0\bin\
Found MSBuild v12.0 at C:\Program Files (x86)\MSBuild\12.0\bin\
Found MSBuild v4.0 at C:\Windows\Microsoft.NET\Framework\v4.0.30319\
Building project: ...\platforms\window
s\CordovaApp.Windows10.jsproj
        Configuration : release
        Platform      : ARM
  CordovaApp.Windows10 -> ...\platfor
  ms\windows\AppPackages\CordovaApp.Windows10_1.4.0.0_ARM_Test\CordovaApp.Windows10_1.4.0.0_ARM.appx
undefined
ERROR building one of the platforms: Error: cmd: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: cmd: Command failed with exit code 1
    at ChildProcess.whenDone (...\node_modules\cordova\node_modules\cordova-lib\src\cordova\super
spawn.js:134:23)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:821:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
{quote}

Building for "arm" succeeds.
{code}
cordova compile windows --release --archs arm -- --verbose
{code}



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