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 2014/09/25 10:59:34 UTC

[jira] [Commented] (CB-7636) Allow using --nobuild flag without screaning

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

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

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-cli/pull/193

    CB-7636 Allow using --nobuild flag without screaning

    https://issues.apache.org/jira/browse/CB-7636
    
    Currently ‘--nobuild’ param requires – screening
    
    So this skips --nobuild flag
    λ cordova run wp8 --nobuild --target="dummy"
    
    Whereas the following works correct
    λ cordova run wp8 --target="dummy" -- --nobuild
    
    This is inconsistent with other run options (--device, --target, --emulator) which don’t not require screening.


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

    $ git pull https://github.com/MSOpenTech/cordova-cli CB-7636

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

    https://github.com/apache/cordova-cli/pull/193.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 #193
    
----
commit 589ef7a7428f33a7155dedada10fade1b75faf1a
Author: sgrebnov <v-...@microsoft.com>
Date:   2014-09-25T08:55:36Z

    CB-7636 Allow using --nobuild flag without screaning

----


> Allow using --nobuild flag without screaning
> --------------------------------------------
>
>                 Key: CB-7636
>                 URL: https://issues.apache.org/jira/browse/CB-7636
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CLI
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>              Labels: command-line, cordova-cli, nopt
>
> Currently ‘--nobuild’ param currently requires – screening 
> So this skips --nobuild flag
> {code}
> λ cordova run wp8 --nobuild --target="dummy"
> {code}
> Whereas the following works correct
> {code}
> λ cordova run wp8 --target="dummy" -- --nobuild
> {code}
> This is inconsistent with other run options (--device, --target, --emulator) which don’t not require screening.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)