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

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

Github user martincgg commented on the pull request:

    https://github.com/apache/cordova-cli/pull/152#issuecomment-38841084
  
    Fixed:
    - No more tabs.
    - Brand misspelled
    - Included new line at the end.
    
    The cordova info command is used to get information from the dev 
environment, information to ask for help, or report an issue, summary of what 
the project contains, get information; getting relevant information about the 
environment, that's its only cases of use.
    
    Set a variable with 'process.env.CORDOVA_BBTOOLS' is required to provide 
good usage at some blackberry libraries that requires to run functions. That 
variable is settled and used during the js file execution, but when the control 
is returned to terminal, the variable is not present to be used in the terminal 
or by any other js file.
    I've made several test under Windows 7, 8 and Ubuntu, try to access to the 
variable with another js file, or using the terminal command (SET (Windows) or 
EXPORT(Linux & Mac)) to list all current variables, that one it never appears 
in the list.
    
    Anyway, I've added logic to deal with.
    If the variable is present is not going to change it, not at all.
    If is not present is going to set the value, and then at the end of all 
blackberry operations it will erase it, with this in any usage case it won't 
affect any other process.
    
    Hi, @jsoref , What do you think about this? by the way, thanks a lot for 
the feedback


> add BB10 support in doPlatform()
> --------------------------------
>
>                 Key: CB-5082
>                 URL: https://issues.apache.org/jira/browse/CB-5082
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: CLI
>            Reporter: Marcel Kinard
>            Assignee: Martin Gonzalez
>            Priority: Minor
>




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

Reply via email to