You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/01 03:49:18 UTC

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

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

ASF GitHub Bot commented on CB-10714:
-------------------------------------

Github user dblotsky commented on the pull request:

    https://github.com/apache/cordova-windows/pull/153#issuecomment-190507979
  
    @jerroydmoore ping. Sorry, the code fails the CI tests and has been reverted. Please revise and resubmit the PR, and please submit an ICLA (guidelines [here][contributing]).
    
    [contributing]: http://cordova.apache.org/contribute/


> 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