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

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

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-wp8/pull/42

    CB-6977 Support chip architecture as an option for run command for Windows 
and Windows Phone projects

    Implementation for [CB-6977](https://issues.apache.org/jira/browse/CB-6977)
    
    * Adds support for `--archs` option to `run` command.
    * Adds ability to CordovaDeploy to deploy specific .xap file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-6977

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-wp8/pull/42.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #42
    
----
commit 91811549d82c035d924838da860d05f3abc5903d
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2014-06-18T11:56:19Z

    Adds support for chip architectures to run command

----


> Support chip architecture as an option for run command for Windows and 
> Windows Phone projects
> ---------------------------------------------------------------------------------------------
>
>                 Key: CB-6977
>                 URL: https://issues.apache.org/jira/browse/CB-6977
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI, Windows 8, WP8
>    Affects Versions: 3.5.0
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>
> With {{-archs}} option support for {{cordova build}} command implemented we 
> can add support for {{-archs}} option to {{cordova run}} also.
> Because only one package can be deployed and run at one time, proposed 
> behaviour for {{-archs}} is following: build all architectures specified and 
> deploy/run olny first architecture from list. E.g.:
> {noformat}
> cordova run wp8 --device --release --archs="x86 arm"
> {noformat}
> will build both x86 and arm packages and deploy x86 package only.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to