[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-07-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13698907#comment-13698907
 ] 

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

Commit 7ddd05ff2bfd3842fb54ab605d7093e1940eca87 in branch refs/heads/master2 
from [~bryanhiggins]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=7ddd05f ]

[CB-3965] [BlackBerry10] remove tests for bb environment config


 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 3.0.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-06-25 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693011#comment-13693011
 ] 

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

Commit 05e1869e7e20f28ee0d29014585d28ec4feaa0d5 in branch 
refs/heads/bb10RemovePrompt from [~bryanhiggins]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=05e1869 ]

[CB-3965] [BlackBerry10] Update bb10 parser now that device config is global

- Remove prompting
- Use check_reqs script rather than re-implement


 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 2.9.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-06-25 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13693014#comment-13693014
 ] 

Bryan Higgins commented on CB-3965:
---

[~filmaj] I just pushed a branch with this change. The problem now is the 
output from the run script is suppressed by CLI.

If the user tries to run without any defined targets, we print out an error 
instructing them to run the cordova/target add script. There are other cases 
where it would be useful to see the output: device not connected, development 
mode not enabled, etc.

I'll check in with Lorin to see where he's at with auto-configuration and if he 
needs help. We have the algorithm worked out, it just needs to be implemented. 
It would be great to get that in for 3.0.

 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 2.9.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-06-21 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13690515#comment-13690515
 ] 

Bryan Higgins commented on CB-3965:
---

[~filmaj] are you cool with this?

 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 2.9.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-06-21 Thread Bryan Higgins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13690526#comment-13690526
 ] 

Bryan Higgins commented on CB-3965:
---

In 2.9, we now use .cordova/blackberry10.json to store device and simulator 
info.

At a minimum the CLI should be altered to write to this file. However, I'm not 
a fan of prompting at all, since any tooling built on CLI will need to work 
with the prompts. If a user tries run without any configured devices they will 
be prompted to do so. Auto-configuration is also in the works.

 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 2.9.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3965) [BlackBerry10] Remove prompts from 'platform add blackberry' now that device/simulator info is global

2013-06-21 Thread Filip Maj (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13690530#comment-13690530
 ] 

Filip Maj commented on CB-3965:
---

Yes that would be great! Agree prompting is bad. Let me know if you need a hand 
with that.

 [BlackBerry10] Remove prompts from 'platform add blackberry' now that 
 device/simulator info is global
 -

 Key: CB-3965
 URL: https://issues.apache.org/jira/browse/CB-3965
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 2.8.0
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 2.9.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira