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 subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/18 13:51:18 UTC

[jira] [Commented] (CB-10303) Windows platform ignores some build options

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

ASF subversion and git services commented on CB-10303:
------------------------------------------------------

Commit 51ac7ab16cbb68fe52fa13c4049aa7546ce5a770 in cordova-windows's branch refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=51ac7ab ]

CB-10303 Adds tests to cover arguments parsing regression

Also updates some tests to:
 * Use jamine spies instead of rewire in most cases
 * Do not stub console log to simplify debug

This closes #145


> Windows platform ignores some build options
> -------------------------------------------
>
>                 Key: CB-10303
>                 URL: https://issues.apache.org/jira/browse/CB-10303
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>    Affects Versions: 4.3.0
>            Reporter: Vladimir Kotikov
>            Assignee: Vladimir Kotikov
>            Priority: Critical
>             Fix For: 4.3.0
>
>
> When we run packaging, we put values in the build.json file like this:
> {code:title=build.json}
> {
>   "windows": {
>     "release": {
>       "packageCertificateKeyFile": "res\\native\\windows\\CordovaApp.pfx",
>       "publisherId": "CN=995C8641-FD13-454D-B93F-C1E4381956B9"
>     }
>   }
> }
> {code}
> After the packaging, the appxmanifest file has this in it: {{<Identity ... Publisher="CN=$username$" Version="1.1.0.0" />}}
> The {{$username$}} should have been replaced by CN=995C8641-FD13-454D-B93F-C1E4381956B9.
> Another problem, related to arguments parsing is that build.js ignores {{options.archs}} and take it if I set {{options.argv='--archs=x64'}}



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