[jira] [Commented] (CB-4373) iOS .framework files need to be reference-counted

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

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

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

Commit 31a41508ad14946d5eda766eca0a1575b5363acb in branch refs/heads/frameworks 
from Fil Maj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=31a4150 ]

[CB-4373] Added tests for framework ref counting.


> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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-4373) iOS .framework files need to be reference-counted

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4373:
---

[~anis] [~agrieve] [~shazron] I believe this is ready (frameworks branch of 
plugman). Can you guys run through and make sure it works as expected for you?

> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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] [Created] (CB-4425) Upgrading Guides heading on home page has broken link

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4425:
-

 Summary: Upgrading Guides heading on home page has broken link
 Key: CB-4425
 URL: https://issues.apache.org/jira/browse/CB-4425
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.0.0
Reporter: Filip Maj
Assignee: Michael Brooks
Priority: Critical
 Fix For: 3.1.0


http://cordova.apache.org/docs/en/3.0.0/

note the broken link for upgrading guides right in the middle

--
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-4273) Pass additional arguments down to platform level scripts

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4273:
---

Looks like a wide net of changes. Let's all take time to pick through it and 
see if we can add some tests for it.

> Pass additional arguments down to platform level scripts
> 
>
> Key: CB-4273
> URL: https://issues.apache.org/jira/browse/CB-4273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Bryan Higgins
>Assignee: Jeffrey Heifetz
> Fix For: 3.1.0
>
>
> Not a blocker for 3.0, but this would make life easier for BB devs using CLI.
> Some users prefer to pass in signing key as an argument rather than storing 
> in config. There are also flags for passing in non-standard build options.
> As a bonus, we'd get "cordova build blackberry --help"
> CC [~filmaj] [~lorin.beer] [~jeffheifetz]

--
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] [Issue Comment Deleted] (CB-4425) Upgrading Guides heading on home page has broken link

2013-07-30 Thread Prateek Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Prateek Jaiswal updated CB-4425:


Comment: was deleted

(was: Both are the same issue.)

> Upgrading Guides heading on home page has broken link
> -
>
> Key: CB-4425
> URL: https://issues.apache.org/jira/browse/CB-4425
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Michael Brooks
>Priority: Critical
> Fix For: 3.1.0
>
>
> http://cordova.apache.org/docs/en/3.0.0/
> note the broken link for upgrading guides right in the middle

--
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] [Created] (CB-4426) Create app doesn't work if computer cannot connect to github and raises exception instead of showing friendly error message

2013-07-30 Thread Simone Chiaretta (JIRA)
Simone Chiaretta created CB-4426:


 Summary: Create app doesn't work if computer cannot connect to 
github and raises exception instead of showing friendly error message
 Key: CB-4426
 URL: https://issues.apache.org/jira/browse/CB-4426
 Project: Apache Cordova
  Issue Type: Bug
  Components: App Hello World, CLI
Affects Versions: 3.0.0
Reporter: Simone Chiaretta
Assignee: Michael Brooks


i just installed phonegap 3.0 and tried to create a new app via the CLI: 
"phonegap create my-app"
But I get the following error:

[phonegap] downloading 
https://github.com/phonegap/phonegap-app-hello-world/archive/3.0.0.tar.gz...

TypeError: Cannot read property 'length' of undefined
at Request.request.get.pipe.pipe.tar.Extract.path [as _callback] (C:\Documen
ts and Settings\CHIARSI\Application 
Data\npm\node_modules\phonegap\node_modules\cordova\src\lazy_load.js:70:78)
at self.callback (C:\Documents and Settings\CHIARSI\Application 
Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:148:22)
at Request.EventEmitter.emit (events.js:117:20)
at ClientRequest.self.clientErrorHandler (C:\Documents and 
Settings\CHIARSI\Application 
Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:257:10)
at ClientRequest.EventEmitter.emit (events.js:95:17)
at CleartextStream.socketErrorListener (http.js:1528:9)
at CleartextStream.EventEmitter.emit (events.js:95:17)
at Socket.onerror (tls.js:1424:17)
at Socket.EventEmitter.emit (events.js:117:20)
at net.js:441:14

I have the impression the phonegap command line utility doesn't read properly 
the proxy configuration of windows, and this is due to some mishandling of the 
error.
So, I posted this message, first to report this small bug, and second to ask 
how can I set proxy configuration for the phonegap utility.
Or if there is a workaround to this in case proxy cannot be set.

--
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] [Created] (CB-4427) Add possibility to specify a proxy for phonegap

2013-07-30 Thread Simone Chiaretta (JIRA)
Simone Chiaretta created CB-4427:


 Summary: Add possibility to specify a proxy for phonegap
 Key: CB-4427
 URL: https://issues.apache.org/jira/browse/CB-4427
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Affects Versions: 3.0.0
Reporter: Simone Chiaretta
Assignee: Filip Maj


Related to CB-4426.
I'd like to be able to specify a proxy for the phonegap CLI so that I can 
download the phonegap template even if behind a proxy that requires manual 
configuration

--
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] [Updated] (CB-4427) Add possibility to specify a proxy for phonegap

2013-07-30 Thread Simone Chiaretta (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simone Chiaretta updated CB-4427:
-

Description: I'd like to be able to specify a proxy for the phonegap CLI so 
that I can download the phonegap template even if behind a proxy that requires 
manual configuration  (was: Related to CB-4426.
I'd like to be able to specify a proxy for the phonegap CLI so that I can 
download the phonegap template even if behind a proxy that requires manual 
configuration)

> Add possibility to specify a proxy for phonegap
> ---
>
> Key: CB-4427
> URL: https://issues.apache.org/jira/browse/CB-4427
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Simone Chiaretta
>Assignee: Filip Maj
>
> I'd like to be able to specify a proxy for the phonegap CLI so that I can 
> download the phonegap template even if behind a proxy that requires manual 
> configuration

--
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-1863) FileTransfer.abort needs a quick example

2013-07-30 Thread Christoph Kappel (JIRA)

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

Christoph Kappel commented on CB-1863:
--

I don't think that the issue is fixed, the example is mildly saying completely 
pointless. It suggests to pass the same success/error callback to 
FileTransfer#abort and there's no explanation what is to be expected there. 

Does success mean the abort was a success? What situations can occur, that 
abort calls the error callback?

Also the example contains bytes sent stuff in the success callback, so on 
success FileTransfer#abort returns how many bytes were send? If so, what is the 
point of that, since Cordova usually pre-writes the size of the file to 
storage. The information would be nice, if a transfer is resumeable, but I 
don't think that is the case in the current state.

> FileTransfer.abort needs a quick example
> 
>
> Key: CB-1863
> URL: https://issues.apache.org/jira/browse/CB-1863
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.4.0
>
>
> The abort function takes two params: a success and error callback.
> https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/FileTransfer.js#L145

--
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-1863) FileTransfer.abort needs a quick example

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

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

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

Commit 49ff00ab75e9982281851329bc86f213ed78fe00 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=49ff00a ]

[CB-1863] Fix filetransfer.abort() example having callbacks.


> FileTransfer.abort needs a quick example
> 
>
> Key: CB-1863
> URL: https://issues.apache.org/jira/browse/CB-1863
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.4.0
>
>
> The abort function takes two params: a success and error callback.
> https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/FileTransfer.js#L145

--
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-1863) FileTransfer.abort needs a quick example

2013-07-30 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-1863:
---

Thanks for pointing this out Christoph. I've just update the docs to show that 
abort() doesn't actually take any callback parameters. The changes will not go 
live until the next release however.

Figuring out how many bytes were sent can be done by monitoring the progress 
events I think.

> FileTransfer.abort needs a quick example
> 
>
> Key: CB-1863
> URL: https://issues.apache.org/jira/browse/CB-1863
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.4.0
>
>
> The abort function takes two params: a success and error callback.
> https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/FileTransfer.js#L145

--
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] [Created] (CB-4428) Move Android's storage plugin out of cordova-js

2013-07-30 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-4428:
-

 Summary: Move Android's storage plugin out of cordova-js
 Key: CB-4428
 URL: https://issues.apache.org/jira/browse/CB-4428
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, CordovaJS
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


Looks like the current state is that the Java side of the plugin was removed 
for 3.0, but the JS side remained in cordova-js. 

I will move both sides into cordova-labs as a proper plugin.

--
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-3798) [BlackBerry10] Add node js path to global config file

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

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

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

Commit 7b9334636790e1efa76071310b5086a80555397f in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=7b93346 ]

[CB-3798] Provide support for optional localized node/npm/bb-tools

-Several script updates to provide support for optional localized binaries 
[node/npm/bbtools]
-Added support for overridable global CORDOVA_NODE env variable to point to 
node installation
-Added support for overridable global CORDOVA_BBTOOLS env variable to point to 
bbndk tools
-Run plugman via JS and not command-line


> [BlackBerry10] Add node js path to global config file
> -
>
> Key: CB-3798
> URL: https://issues.apache.org/jira/browse/CB-3798
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: BlackBerry
>Affects Versions: 2.8.0
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
> Fix For: 3.1.0
>
>
> Currently we require a specific version of node js be installed globally. 
> This may not be optimal for some developer environments. We should give them 
> the ability to point to a specific node executable if desired.
> Related to:
> https://issues.apache.org/jira/browse/CB-3797

--
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-3798) [BlackBerry10] Add node js path to global config file

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

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

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

Commit 539749e24e0e50b5c0b3dc9166314f71c4a42e17 in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=539749e ]

[CB-3798] Update checkreqs for blackberry-debugtokenrequest


> [BlackBerry10] Add node js path to global config file
> -
>
> Key: CB-3798
> URL: https://issues.apache.org/jira/browse/CB-3798
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: BlackBerry
>Affects Versions: 2.8.0
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
> Fix For: 3.1.0
>
>
> Currently we require a specific version of node js be installed globally. 
> This may not be optimal for some developer environments. We should give them 
> the ability to point to a specific node executable if desired.
> Related to:
> https://issues.apache.org/jira/browse/CB-3797

--
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-3798) [BlackBerry10] Add node js path to global config file

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

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

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

Commit db0aa1797fa31e7502e22b1c92ae1f5568b812ad in branch refs/heads/master 
from [~jkeshavarzi]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=db0aa17 ]

[CB-3798] Shelljs version bump 0.1.3


> [BlackBerry10] Add node js path to global config file
> -
>
> Key: CB-3798
> URL: https://issues.apache.org/jira/browse/CB-3798
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: BlackBerry
>Affects Versions: 2.8.0
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
> Fix For: 3.1.0
>
>
> Currently we require a specific version of node js be installed globally. 
> This may not be optimal for some developer environments. We should give them 
> the ability to point to a specific node executable if desired.
> Related to:
> https://issues.apache.org/jira/browse/CB-3797

--
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] [Resolved] (CB-3798) [BlackBerry10] Add node js path to global config file

2013-07-30 Thread Bryan Higgins (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Higgins resolved CB-3798.
---

Resolution: Fixed

> [BlackBerry10] Add node js path to global config file
> -
>
> Key: CB-3798
> URL: https://issues.apache.org/jira/browse/CB-3798
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: BlackBerry
>Affects Versions: 2.8.0
>Reporter: Bryan Higgins
>Assignee: Bryan Higgins
> Fix For: 3.1.0
>
>
> Currently we require a specific version of node js be installed globally. 
> This may not be optimal for some developer environments. We should give them 
> the ability to point to a specific node executable if desired.
> Related to:
> https://issues.apache.org/jira/browse/CB-3797

--
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-1863) FileTransfer.abort needs a quick example

2013-07-30 Thread Christoph Kappel (JIRA)

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

Christoph Kappel commented on CB-1863:
--

Thanks for the quick reply and fix. Yes, the bytes can be easily monitored, the 
docs were just confusing what the point of the callbacks there is.

> FileTransfer.abort needs a quick example
> 
>
> Key: CB-1863
> URL: https://issues.apache.org/jira/browse/CB-1863
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
> Fix For: 2.4.0
>
>
> The abort function takes two params: a success and error callback.
> https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plugin/FileTransfer.js#L145

--
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] [Assigned] (CB-4423) BlackBerry create script fails when App ID has special characters

2013-07-30 Thread Bryan Higgins (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Higgins reassigned CB-4423:
-

Assignee: Bryan Higgins  (was: Lorin Beer)

> BlackBerry create script fails when App ID has special characters
> -
>
> Key: CB-4423
> URL: https://issues.apache.org/jira/browse/CB-4423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: BlackBerry
>Affects Versions: 3.0.0
>Reporter: Michael Brooks
>Assignee: Bryan Higgins
>
> *Problem:*
> The following error is generated when a new project has an App ID with a 
> special character:
> {{code}}
> An error occured during creation of blackberry10 sub-project. App ID must be 
> sequence of alpha-numeric (optionally seperated by '.') characters, no longer 
> than 50 characters
> {{code}}
> *Suggestion:*
> The special character requirement may be a limitation of the BlackBerry SDK. 
> However, Cordova allows projects to include these characters.
> The create script should gracefully handle the special character by removing 
> or replacing them.
> *Related issues:*
> - [phonegap-cli#119|https://github.com/mwbrooks/phonegap-cli/issues/119]
> - 
> [phonegap-app-hello-world#1|https://github.com/phonegap/phonegap-app-hello-world/issues/1]

--
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-4428) Move Android's storage plugin out of cordova-js

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

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

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

Commit d3c19693e126a7199b865b6d7aed835166479a55 in branch refs/heads/plugins 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;h=d3c1969 ]

[CB-4428] Add android-storage plugin.


> Move Android's storage plugin out of cordova-js
> ---
>
> Key: CB-4428
> URL: https://issues.apache.org/jira/browse/CB-4428
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CordovaJS
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
>
> Looks like the current state is that the Java side of the plugin was removed 
> for 3.0, but the JS side remained in cordova-js. 
> I will move both sides into cordova-labs as a proper plugin.

--
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-3747) InAppBrowser issues - sound still playing and fullscreen mode

2013-07-30 Thread Yann SOUDY (JIRA)

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

Yann SOUDY commented on CB-3747:


Hi,

Did you success to reproduce these issues ?
Do you plan any update to fix them ?

Big Thanx by advance ;)

Yann

2013/7/24 Shazron Abdullah (JIRA) 



> InAppBrowser issues - sound still playing and fullscreen mode
> -
>
> Key: CB-3747
> URL: https://issues.apache.org/jira/browse/CB-3747
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Plugin InAppBrowser
>Affects Versions: 2.7.0
> Environment: PhoneGap Build
>Reporter: yann
>  Labels: Android
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Hi,
> I found 2 issues with InAppBrowser plugin :
> - video is still playing when InAppBrowser is closed by backbutton (it's OK 
> if you close InAppBrowser by the "done" button)
> - video playing into InAppBrowser can't be played in fullscreen mode => 
> nothing happens (the sound is still playing, but video is freezing)

--
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-4410) @param do not match with method parameters

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

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

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

Commit 810df61049bdb326d8d22d1b0e0e9ce0dfb3d2cc in branch refs/heads/master 
from [~sharifahmed]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=810df61 ]

[CB-4410] Fixed @param mismatching


> @param do not match with method parameters
> --
>
> Key: CB-4410
> URL: https://issues.apache.org/jira/browse/CB-4410
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.0.0
>Reporter: Sharif Ahmed
>Assignee: Sharif Ahmed
>Priority: Minor
> Fix For: 3.0.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message  
> //@param callbackId
> error(String message)
> //@param message  
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
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] [Resolved] (CB-4410) @param do not match with method parameters

2013-07-30 Thread Max Woghiren (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Woghiren resolved CB-4410.
--

   Resolution: Fixed
Fix Version/s: (was: 3.0.0)
   3.1.0

Committed 
[here|https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=810df61049bdb326d8d22d1b0e0e9ce0dfb3d2cc].
  Thanks!

> @param do not match with method parameters
> --
>
> Key: CB-4410
> URL: https://issues.apache.org/jira/browse/CB-4410
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.0.0
>Reporter: Sharif Ahmed
>Assignee: Sharif Ahmed
>Priority: Minor
> Fix For: 3.1.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message  
> //@param callbackId
> error(String message)
> //@param message  
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
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] [Comment Edited] (CB-4410) @param do not match with method parameters

2013-07-30 Thread Sharif Ahmed (JIRA)

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

Sharif Ahmed edited comment on CB-4410 at 7/30/13 4:01 PM:
---

Pull request closed, Thanks :)

  was (Author: sharifahmed):
Pull request close, Thanks :)
  
> @param do not match with method parameters
> --
>
> Key: CB-4410
> URL: https://issues.apache.org/jira/browse/CB-4410
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.0.0
>Reporter: Sharif Ahmed
>Assignee: Sharif Ahmed
>Priority: Minor
> Fix For: 3.1.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message  
> //@param callbackId
> error(String message)
> //@param message  
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
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-4410) @param do not match with method parameters

2013-07-30 Thread Sharif Ahmed (JIRA)

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

Sharif Ahmed commented on CB-4410:
--

Pull request close, Thanks :)

> @param do not match with method parameters
> --
>
> Key: CB-4410
> URL: https://issues.apache.org/jira/browse/CB-4410
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 3.0.0
>Reporter: Sharif Ahmed
>Assignee: Sharif Ahmed
>Priority: Minor
> Fix For: 3.1.0
>
>
> In the following files few @param do not match with their method parameters.
> CordovaWebView:
> //@param message
> sendJavascript(String statement)
> //@param message
> sendPluginResult(PluginResult result, String callbackId)
> CordovaActivity:
> //@param message
> sendJavascript(String statement)
> CallbackContext:
> //@param message
> success()
> //@param message  
> //@param callbackId
> error(String message)
> //@param message  
> //@param callbackId
> error(int message)
> CordovaPlugin:
> //@param requestCode
> //@param resultCode
> //@param data
> onActivityResult(int requestCode, int resultCode, Intent intent)

--
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-4013) Globalization test cases 23,24 not quite doing what they claim.

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

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

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

Commit 7cbe8f584369a616630a63dc56391f8172d3e94e in branch refs/heads/master 
from [~max.woghiren]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=7cbe8f5 ]

[CB-4013] Fixed loadUrlTimeoutValue preference.

> Globalization test cases 23,24 not quite doing what they claim.
> ---
>
> Key: CB-4013
> URL: https://issues.apache.org/jira/browse/CB-4013
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Affects Versions: 2.7.0
>Reporter: Peter
>Assignee: Filip Maj
>Priority: Minor
> Fix For: 3.0.0
>
>
> The automated globalization tests (autotest\tests\globalization.tests.js) for 
> *spec.23* and *spec.24* test cases say that they are testing setting 
> type=wide but the code is not setting type:'wide'.

--
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] [Created] (CB-4429) Can't add wp7 platform

2013-07-30 Thread Mike Sierra (JIRA)
Mike Sierra created CB-4429:
---

 Summary: Can't add wp7 platform
 Key: CB-4429
 URL: https://issues.apache.org/jira/browse/CB-4429
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, WP7
Affects Versions: 3.0.0
 Environment: Win7
Reporter: Mike Sierra
Assignee: Filip Maj
Priority: Critical


Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
trying to add wp7 as a platform:

$ cordova create hello com.example.hello HelloWorld
$ cd hello
$ cordova platform add wp7
[Error: The system cannot find the path specified.
]


--
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-4013) Globalization test cases 23,24 not quite doing what they claim.

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

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

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

Commit 654d489c0119d986cdeabc882287136da4dcf58d in branch refs/heads/2.9.x from 
[~max.woghiren]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=654d489 ]

[CB-4013] Fixed loadUrlTimeoutValue preference.


> Globalization test cases 23,24 not quite doing what they claim.
> ---
>
> Key: CB-4013
> URL: https://issues.apache.org/jira/browse/CB-4013
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Affects Versions: 2.7.0
>Reporter: Peter
>Assignee: Filip Maj
>Priority: Minor
> Fix For: 3.0.0
>
>
> The automated globalization tests (autotest\tests\globalization.tests.js) for 
> *spec.23* and *spec.24* test cases say that they are testing setting 
> type=wide but the code is not setting type:'wide'.

--
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-4013) Globalization test cases 23,24 not quite doing what they claim.

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

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

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

Commit 731ae51a00239daf9f3f60b0e07d79041aa3ebd3 in branch refs/heads/3.0.x from 
[~max.woghiren]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=731ae51 ]

[CB-4013] Fixed loadUrlTimeoutValue preference.


> Globalization test cases 23,24 not quite doing what they claim.
> ---
>
> Key: CB-4013
> URL: https://issues.apache.org/jira/browse/CB-4013
> Project: Apache Cordova
>  Issue Type: Test
>  Components: mobile-spec
>Affects Versions: 2.7.0
>Reporter: Peter
>Assignee: Filip Maj
>Priority: Minor
> Fix For: 3.0.0
>
>
> The automated globalization tests (autotest\tests\globalization.tests.js) for 
> *spec.23* and *spec.24* test cases say that they are testing setting 
> type=wide but the code is not setting type:'wide'.

--
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-4429) Can't add wp7 platform

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4429:
---

[~sierra] can you please run the command with {{-d}}, i.e. {{cordova -d 
platform add wp7}}? It is hard to guess what the issue is without a stack trace.

> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Filip Maj
>Priority: Critical
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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] [Resolved] (CB-4426) Create app doesn't work if computer cannot connect to github and raises exception instead of showing friendly error message

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4426.
---

Resolution: Fixed

This was fixed in 3.0.1, see [this 
commit|https://github.com/apache/cordova-cli/commit/1148e6f73b0f9fba8ef4706fae876113dc9a85a9].

cordova-cli uses npm's proxy configuration under the hood as of 3.0.1. So, if 
you set up npm to use a proxy, with 3.0.1, cordova should work with a proxy as 
well.

If it is still failing in your case with 3.0.1 or newer, then feel free to 
reopen the issue and we can investigate what is failing.

> Create app doesn't work if computer cannot connect to github and raises 
> exception instead of showing friendly error message
> ---
>
> Key: CB-4426
> URL: https://issues.apache.org/jira/browse/CB-4426
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World, CLI
>Affects Versions: 3.0.0
>Reporter: Simone Chiaretta
>Assignee: Michael Brooks
>
> i just installed phonegap 3.0 and tried to create a new app via the CLI: 
> "phonegap create my-app"
> But I get the following error:
> [phonegap] downloading 
> https://github.com/phonegap/phonegap-app-hello-world/archive/3.0.0.tar.gz...
> TypeError: Cannot read property 'length' of undefined
> at Request.request.get.pipe.pipe.tar.Extract.path [as _callback] 
> (C:\Documen
> ts and Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\src\lazy_load.js:70:78)
> at self.callback (C:\Documents and Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:148:22)
> at Request.EventEmitter.emit (events.js:117:20)
> at ClientRequest.self.clientErrorHandler (C:\Documents and 
> Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:257:10)
> at ClientRequest.EventEmitter.emit (events.js:95:17)
> at CleartextStream.socketErrorListener (http.js:1528:9)
> at CleartextStream.EventEmitter.emit (events.js:95:17)
> at Socket.onerror (tls.js:1424:17)
> at Socket.EventEmitter.emit (events.js:117:20)
> at net.js:441:14
> I have the impression the phonegap command line utility doesn't read properly 
> the proxy configuration of windows, and this is due to some mishandling of 
> the error.
> So, I posted this message, first to report this small bug, and second to ask 
> how can I set proxy configuration for the phonegap utility.
> Or if there is a workaround to this in case proxy cannot be set.

--
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] [Resolved] (CB-4427) Add possibility to specify a proxy for phonegap

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4427.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

This was fixed in 3.0.1, see [this 
commit|https://github.com/apache/cordova-cli/commit/1148e6f73b0f9fba8ef4706fae876113dc9a85a9].

cordova-cli uses npm's proxy configuration under the hood as of 3.0.1. So, if 
you set up npm to use a proxy, with 3.0.1, cordova should work with a proxy as 
well.

If it is still failing in your case with 3.0.1 or newer, then feel free to 
reopen the issue and we can investigate what is failing.

This is also now documented here: 
https://github.com/apache/cordova-cli#proxy-settings

> Add possibility to specify a proxy for phonegap
> ---
>
> Key: CB-4427
> URL: https://issues.apache.org/jira/browse/CB-4427
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Simone Chiaretta
>Assignee: Filip Maj
> Fix For: 3.1.0
>
>
> I'd like to be able to specify a proxy for the phonegap CLI so that I can 
> download the phonegap template even if behind a proxy that requires manual 
> configuration

--
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] [Created] (CB-4430) should be usable on platforms other than BB10 (wherever it makes sense)

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4430:
-

 Summary:  should be usable on platforms other than BB10 
(wherever it makes sense)
 Key: CB-4430
 URL: https://issues.apache.org/jira/browse/CB-4430
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 3.0.0
Reporter: Filip Maj
Assignee: Filip Maj


https://groups.google.com/forum/#!topic/phonegap/dAXi8p_vjOE

Currently  is only supported on BB10. Someone had an issue where they 
tried using it for Android .jars. Are there any other platforms where 
 should be supported / an analogue to another element?



--
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] [Updated] (CB-4429) Can't add wp7 platform

2013-07-30 Thread Mike Sierra (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Sierra updated CB-4429:


Attachment: capWP7.PNG

Debug output attached. (Can't seem to copy from console.)

> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Filip Maj
>Priority: Critical
> Attachments: capWP7.PNG
>
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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-4429) Can't add wp7 platform

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4429:
---

Which version of cordova cli are you using? 3.0.0 or 3.0.1 or? run {{cordova 
-v}} to find out.

> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Filip Maj
>Priority: Critical
> Attachments: capWP7.PNG
>
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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-4429) Can't add wp7 platform

2013-07-30 Thread Mike Sierra (JIRA)

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

Mike Sierra commented on CB-4429:
-

Just updated on Windows to the latest version 3.0.3


> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Filip Maj
>Priority: Critical
> Attachments: capWP7.PNG
>
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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] [Created] (CB-4431) "plugin add" should produce type-check errors

2013-07-30 Thread Mike Sierra (JIRA)
Mike Sierra created CB-4431:
---

 Summary: "plugin add" should produce type-check errors
 Key: CB-4431
 URL: https://issues.apache.org/jira/browse/CB-4431
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.0.0
 Environment: Mac
Reporter: Mike Sierra
Assignee: Filip Maj
Priority: Minor


If you supply a bad argument, the error should tell you a github URL is 
expected. E.g.:

Ulothrix:hello sierra$ cordova plugin add network-information
{ [Error: ENOENT, no such file or directory 'network-information/plugin.xml']
  errno: 34,
  code: 'ENOENT',
  path: 'network-information/plugin.xml',
  syscall: 'open' }


--
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] [Created] (CB-4432) [BlackBerry10] Change Copyright notices

2013-07-30 Thread Lorin Beer (JIRA)
Lorin Beer created CB-4432:
--

 Summary: [BlackBerry10] Change Copyright notices
 Key: CB-4432
 URL: https://issues.apache.org/jira/browse/CB-4432
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.0.0
Reporter: Lorin Beer
Assignee: Lorin Beer


Copyright Headers list "Research In Motion Limited" as the copyright holder. 
This must me changed to list the "Apache Software Foundation"

Affected files include plugin source files as well as core source files.

--
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] [Created] (CB-4433) problems removing plugins

2013-07-30 Thread Mike Sierra (JIRA)
Mike Sierra created CB-4433:
---

 Summary: problems removing plugins
 Key: CB-4433
 URL: https://issues.apache.org/jira/browse/CB-4433
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.0.0
 Environment: Mac
Reporter: Mike Sierra
Assignee: Filip Maj


Running 3.0.1. After adding all plugins listed in CLI doc, tried to delete each 
listed & got errors on some. E.g., examples starting from this "plugin ls" 
baseline:

[ 'com.blackberry.utils',
  'org.apache.cordova.blackberry10.pimlib',
  'org.apache.cordova.core.AudioHandler',
  'org.apache.cordova.core.battery-status',
  'org.apache.cordova.core.camera',
  'org.apache.cordova.core.console',
  'org.apache.cordova.core.contacts',
  'org.apache.cordova.core.device',
  'org.apache.cordova.core.device-motion',
  'org.apache.cordova.core.device-orientation',
  'org.apache.cordova.core.dialogs',
  'org.apache.cordova.core.file',
  'org.apache.cordova.core.file-transfer',
  'org.apache.cordova.core.geolocation',
  'org.apache.cordova.core.globalization',
  'org.apache.cordova.core.inappbrowser',
  'org.apache.cordova.core.media-capture',
  'org.apache.cordova.core.network-information',
  'org.apache.cordova.core.splashscreen',
  'org.apache.cordova.core.vibration' ]

Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.media-capture
{ [Error: Uh oh!
ENOENT, no such file or directory 
'/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java']
  errno: 34,
  code: 'ENOENT',
  path: 
'/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java',
  syscall: 'unlink' }



Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.dialogs
{ [Error: ENOENT, no such file or directory 
'/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml']
  errno: 34,
  code: 'ENOENT',
  path: 
'/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml',
  syscall: 'open' }


Debug output for "cordova -d  plugin rm org.apache.cordova.core.media-capture":

Error: ENOENT, no such file or directory 
'/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at Object.module.exports.parseElementtreeSync 
(/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/xml-helper\
s.js:107:27)
at 
/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/dependencies.js:13:35
at Array.forEach (native)
at Object.module.exports.generate_dependency_info 
(/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/depend\
encies.js:11:45)
at runUninstall 
(/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:83:40)
at Function.module.exports.uninstallPlatform 
(/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:42:\
5)
at /usr/local/lib/node_modules/cordova/src/plugin.js:148:51
at Array.forEach (native)

Also got confusing feedback when trying to remove file plugin before 
file-transfer:

Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
[Error: Another top-level plugin (org.apache.cordova.core.file-transfer) relies 
on plugin org.apache.cordova.core.file, therefo\
re aborting uninstallation.]

Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file-transfer

Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
[Error: Plugin "org.apache.cordova.core.file" not added to project.]
Ulothrix:hello sierra$



--
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-3816) Add CLI Guide

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

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

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

Commit 16bc6abc88d6e6a5d93660b9aef0a93638cf0642 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=16bc6ab ]

[CB-3816] create command takes time; -d flag


> Add CLI Guide
> -
>
> Key: CB-3816
> URL: https://issues.apache.org/jira/browse/CB-3816
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Reader wants to be able to use CLI for as much of the development cycle as 
> possible, or bootstrap a project to hand off to SDK(s), or some combo. 
> Clarify: which platforms are supported & under which OS you can run each. 
> Tutorial should generate default HelloCordova app, adds platforms, view in 
> emulator(s), then view on device(s).

--
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-3816) Add CLI Guide

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

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

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

Commit e5acb7a37b885fab83d266743c73e5ff2fd937fd in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e5acb7a ]

[CB-3816] 'npm update' refreshes cordova , not the app


> Add CLI Guide
> -
>
> Key: CB-3816
> URL: https://issues.apache.org/jira/browse/CB-3816
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> Reader wants to be able to use CLI for as much of the development cycle as 
> possible, or bootstrap a project to hand off to SDK(s), or some combo. 
> Clarify: which platforms are supported & under which OS you can run each. 
> Tutorial should generate default HelloCordova app, adds platforms, view in 
> emulator(s), then view on device(s).

--
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] [Created] (CB-4434) Breakout Plugins - Battery Status

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4434:
---

 Summary: Breakout Plugins - Battery Status
 Key: CB-4434
 URL: https://issues.apache.org/jira/browse/CB-4434
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Battery Status, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4437) Breakout Plugins - Contacts

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4437:
---

 Summary: Breakout Plugins - Contacts
 Key: CB-4437
 URL: https://issues.apache.org/jira/browse/CB-4437
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Contacts, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4439) Breakout Plugins - orientation

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4439:
---

 Summary: Breakout Plugins - orientation
 Key: CB-4439
 URL: https://issues.apache.org/jira/browse/CB-4439
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Device Orientation, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4435) Breakout Plugins - Camera

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4435:
---

 Summary: Breakout Plugins - Camera
 Key: CB-4435
 URL: https://issues.apache.org/jira/browse/CB-4435
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4438) Breakout Plugins - device-motion

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4438:
---

 Summary: Breakout Plugins - device-motion
 Key: CB-4438
 URL: https://issues.apache.org/jira/browse/CB-4438
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Device Motion, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4440) Breakout Plugins - device-info

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4440:
---

 Summary: Breakout Plugins - device-info
 Key: CB-4440
 URL: https://issues.apache.org/jira/browse/CB-4440
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Device, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4436) Breakout Plugins - Console

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4436:
---

 Summary: Breakout Plugins - Console
 Key: CB-4436
 URL: https://issues.apache.org/jira/browse/CB-4436
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Console, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4441) Breakout Plugins - Dialogs

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4441:
---

 Summary: Breakout Plugins - Dialogs
 Key: CB-4441
 URL: https://issues.apache.org/jira/browse/CB-4441
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Dialogs, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4447) Breakout Plugins - MediaCapture

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4447:
---

 Summary: Breakout Plugins - MediaCapture
 Key: CB-4447
 URL: https://issues.apache.org/jira/browse/CB-4447
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media Capture, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4448) Breakout Plugins - Media

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4448:
---

 Summary: Breakout Plugins - Media
 Key: CB-4448
 URL: https://issues.apache.org/jira/browse/CB-4448
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4444) Breakout Plugins - Geolocation

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-:
---

 Summary: Breakout Plugins - Geolocation
 Key: CB-
 URL: https://issues.apache.org/jira/browse/CB-
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Geolocation, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4443) Breakout Plugins - File

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4443:
---

 Summary: Breakout Plugins - File
 Key: CB-4443
 URL: https://issues.apache.org/jira/browse/CB-4443
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin File, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4442) Breakout Plugins - File Transfer

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4442:
---

 Summary: Breakout Plugins - File Transfer
 Key: CB-4442
 URL: https://issues.apache.org/jira/browse/CB-4442
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin File Transfer, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4445) Breakout Plugins - Globalization

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4445:
---

 Summary: Breakout Plugins - Globalization
 Key: CB-4445
 URL: https://issues.apache.org/jira/browse/CB-4445
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Globalization, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4449) Breakout Plugins - NetworkInfo

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4449:
---

 Summary: Breakout Plugins - NetworkInfo
 Key: CB-4449
 URL: https://issues.apache.org/jira/browse/CB-4449
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Network Information, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4446) Breakout Plugins - InAppBrowser

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4446:
---

 Summary: Breakout Plugins - InAppBrowser
 Key: CB-4446
 URL: https://issues.apache.org/jira/browse/CB-4446
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin InAppBrowser, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Resolved] (CB-4440) Breakout Plugins - device-info

2013-07-30 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4440.
-

Resolution: Fixed

> Breakout Plugins - device-info
> --
>
> Key: CB-4440
> URL: https://issues.apache.org/jira/browse/CB-4440
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Device, Plugman, Windows 8
>Affects Versions: 3.0.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.1.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] [Created] (CB-4450) Breakout Plugins - SplashScreen

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4450:
---

 Summary: Breakout Plugins - SplashScreen
 Key: CB-4450
 URL: https://issues.apache.org/jira/browse/CB-4450
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin SplashScreen, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Created] (CB-4451) Breakout Plugins - Vibration

2013-07-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-4451:
---

 Summary: Breakout Plugins - Vibration
 Key: CB-4451
 URL: https://issues.apache.org/jira/browse/CB-4451
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Vibration, Plugman, Windows 8
Affects Versions: 3.0.0
Reporter: Jesse MacFadyen
Assignee: Jesse MacFadyen
 Fix For: 3.1.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] [Resolved] (CB-4443) Breakout Plugins - File

2013-07-30 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4443.
-

Resolution: Fixed

> Breakout Plugins - File
> ---
>
> Key: CB-4443
> URL: https://issues.apache.org/jira/browse/CB-4443
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin File, Plugman, Windows 8
>Affects Versions: 3.0.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.1.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] [Resolved] (CB-4449) Breakout Plugins - NetworkInfo

2013-07-30 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4449.
-

Resolution: Fixed

> Breakout Plugins - NetworkInfo
> --
>
> Key: CB-4449
> URL: https://issues.apache.org/jira/browse/CB-4449
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Network Information, Plugman, Windows 8
>Affects Versions: 3.0.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.1.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] [Resolved] (CB-4441) Breakout Plugins - Dialogs

2013-07-30 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4441.
-

Resolution: Fixed

> Breakout Plugins - Dialogs
> --
>
> Key: CB-4441
> URL: https://issues.apache.org/jira/browse/CB-4441
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Dialogs, Plugman, Windows 8
>Affects Versions: 3.0.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.1.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] [Created] (CB-4452) cordova emulate ios failes

2013-07-30 Thread Greg Yantz (JIRA)
Greg Yantz created CB-4452:
--

 Summary: cordova emulate ios failes
 Key: CB-4452
 URL: https://issues.apache.org/jira/browse/CB-4452
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.0.0
 Environment: Mac OSX 10.8.4
Reporter: Greg Yantz
Assignee: Shazron Abdullah


Using the command "cordova emulate ios" seems to do nothing on my system (Mac 
OSX 10.8.4).  If I add the -d argument, it's throwing the error "unrecognized 
argument:--retina" when trying to call ios-sim.  If I run ios-sim manully, I am 
able to emulate the application...there's just more typing to get to the 
application path, etc.  Is there a way to fix the emulate command for ios so 
that it will work?

Emulate for android works fine as does ios-sim (as I mentioned above).

"ios-sim --version" gives a result of 1.5.1  When I try to update ios-sim with 
"sudo npm install -g ios-sim" it fails as well.

--
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-3818) Organize API Reference

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

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

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

Commit 7a7599c5811660fcd3c5876671ba6319b35e443b in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=7a7599c ]

[CB-3818] boost indent for syntax to appear in block


> Organize API Reference
> --
>
> Key: CB-3818
> URL: https://issues.apache.org/jira/browse/CB-3818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> metabug for all API ref doc

--
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-3818) Organize API Reference

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

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

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

Commit 881d8dcbdfde789c9d3ed27c9937364dc5f7b17a in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=881d8dc ]

[CB-3818] enable access to battery events; other events enabled by default?


> Organize API Reference
> --
>
> Key: CB-3818
> URL: https://issues.apache.org/jira/browse/CB-3818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> metabug for all API ref doc

--
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-3818) Organize API Reference

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

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

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

Commit 0929908011e88d471cd37fe6c470a2e9f7e46720 in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=0929908 ]

[CB-3818] clarify diff storage specs; no plugin access


> Organize API Reference
> --
>
> Key: CB-3818
> URL: https://issues.apache.org/jira/browse/CB-3818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> metabug for all API ref doc

--
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-4433) problems removing plugins

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4433:
---

Which platforms have you added to your project?

> problems removing plugins
> -
>
> Key: CB-4433
> URL: https://issues.apache.org/jira/browse/CB-4433
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
> Environment: Mac
>Reporter: Mike Sierra
>Assignee: Filip Maj
>
> Running 3.0.1. After adding all plugins listed in CLI doc, tried to delete 
> each listed & got errors on some. E.g., examples starting from this "plugin 
> ls" baseline:
> [ 'com.blackberry.utils',
>   'org.apache.cordova.blackberry10.pimlib',
>   'org.apache.cordova.core.AudioHandler',
>   'org.apache.cordova.core.battery-status',
>   'org.apache.cordova.core.camera',
>   'org.apache.cordova.core.console',
>   'org.apache.cordova.core.contacts',
>   'org.apache.cordova.core.device',
>   'org.apache.cordova.core.device-motion',
>   'org.apache.cordova.core.device-orientation',
>   'org.apache.cordova.core.dialogs',
>   'org.apache.cordova.core.file',
>   'org.apache.cordova.core.file-transfer',
>   'org.apache.cordova.core.geolocation',
>   'org.apache.cordova.core.globalization',
>   'org.apache.cordova.core.inappbrowser',
>   'org.apache.cordova.core.media-capture',
>   'org.apache.cordova.core.network-information',
>   'org.apache.cordova.core.splashscreen',
>   'org.apache.cordova.core.vibration' ]
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.media-capture
> { [Error: Uh oh!
> ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java']
>   errno: 34,
>   code: 'ENOENT',
>   path: 
> '/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java',
>   syscall: 'unlink' }
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.dialogs
> { [Error: ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml']
>   errno: 34,
>   code: 'ENOENT',
>   path: 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml',
>   syscall: 'open' }
> Debug output for "cordova -d  plugin rm 
> org.apache.cordova.core.media-capture":
> Error: ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml'
> at Object.fs.openSync (fs.js:427:18)
> at Object.fs.readFileSync (fs.js:284:15)
> at Object.module.exports.parseElementtreeSync 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/xml-helper\
> s.js:107:27)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/dependencies.js:13:35
> at Array.forEach (native)
> at Object.module.exports.generate_dependency_info 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/depend\
> encies.js:11:45)
> at runUninstall 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:83:40)
> at Function.module.exports.uninstallPlatform 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:42:\
> 5)
> at /usr/local/lib/node_modules/cordova/src/plugin.js:148:51
> at Array.forEach (native)
> Also got confusing feedback when trying to remove file plugin before 
> file-transfer:
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
> [Error: Another top-level plugin (org.apache.cordova.core.file-transfer) 
> relies on plugin org.apache.cordova.core.file, therefo\
> re aborting uninstallation.]
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file-transfer
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
> [Error: Plugin "org.apache.cordova.core.file" not added to project.]
> Ulothrix:hello sierra$

--
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-3818) Organize API Reference

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

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

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

Commit cd19d2b32820f4dbdeb896aa9e810289aa5975fd in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=cd19d2b ]

[CB-3818] fix bad config file formatting


> Organize API Reference
> --
>
> Key: CB-3818
> URL: https://issues.apache.org/jira/browse/CB-3818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> metabug for all API ref doc

--
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-3818) Organize API Reference

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

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

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

Commit 8cb8b7cab596c0ce79945dbb79dee83b15d2d87d in branch refs/heads/master 
from [~sierra]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=8cb8b7c ]

[CB-3818] collapse unnecessary vertical space


> Organize API Reference
> --
>
> Key: CB-3818
> URL: https://issues.apache.org/jira/browse/CB-3818
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Mike Sierra
>Assignee: Mike Sierra
>
> metabug for all API ref doc

--
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-4433) problems removing plugins

2013-07-30 Thread Mike Sierra (JIRA)

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

Mike Sierra commented on CB-4433:
-

Sorry: [ 'android', 'blackberry10', 'ios' ]


> problems removing plugins
> -
>
> Key: CB-4433
> URL: https://issues.apache.org/jira/browse/CB-4433
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
> Environment: Mac
>Reporter: Mike Sierra
>Assignee: Filip Maj
>
> Running 3.0.1. After adding all plugins listed in CLI doc, tried to delete 
> each listed & got errors on some. E.g., examples starting from this "plugin 
> ls" baseline:
> [ 'com.blackberry.utils',
>   'org.apache.cordova.blackberry10.pimlib',
>   'org.apache.cordova.core.AudioHandler',
>   'org.apache.cordova.core.battery-status',
>   'org.apache.cordova.core.camera',
>   'org.apache.cordova.core.console',
>   'org.apache.cordova.core.contacts',
>   'org.apache.cordova.core.device',
>   'org.apache.cordova.core.device-motion',
>   'org.apache.cordova.core.device-orientation',
>   'org.apache.cordova.core.dialogs',
>   'org.apache.cordova.core.file',
>   'org.apache.cordova.core.file-transfer',
>   'org.apache.cordova.core.geolocation',
>   'org.apache.cordova.core.globalization',
>   'org.apache.cordova.core.inappbrowser',
>   'org.apache.cordova.core.media-capture',
>   'org.apache.cordova.core.network-information',
>   'org.apache.cordova.core.splashscreen',
>   'org.apache.cordova.core.vibration' ]
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.media-capture
> { [Error: Uh oh!
> ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java']
>   errno: 34,
>   code: 'ENOENT',
>   path: 
> '/Users/sierra/sandbox/pg/hello/platforms/android/src/org/apache/cordova/core/Capture.java',
>   syscall: 'unlink' }
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.dialogs
> { [Error: ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml']
>   errno: 34,
>   code: 'ENOENT',
>   path: 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml',
>   syscall: 'open' }
> Debug output for "cordova -d  plugin rm 
> org.apache.cordova.core.media-capture":
> Error: ENOENT, no such file or directory 
> '/Users/sierra/sandbox/pg/hello/plugins/org.apache.cordova.core.file/plugin.xml'
> at Object.fs.openSync (fs.js:427:18)
> at Object.fs.readFileSync (fs.js:284:15)
> at Object.module.exports.parseElementtreeSync 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/xml-helper\
> s.js:107:27)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/dependencies.js:13:35
> at Array.forEach (native)
> at Object.module.exports.generate_dependency_info 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/util/depend\
> encies.js:11:45)
> at runUninstall 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:83:40)
> at Function.module.exports.uninstallPlatform 
> (/usr/local/lib/node_modules/cordova/node_modules/plugman/src/uninstall.js:42:\
> 5)
> at /usr/local/lib/node_modules/cordova/src/plugin.js:148:51
> at Array.forEach (native)
> Also got confusing feedback when trying to remove file plugin before 
> file-transfer:
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
> [Error: Another top-level plugin (org.apache.cordova.core.file-transfer) 
> relies on plugin org.apache.cordova.core.file, therefo\
> re aborting uninstallation.]
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file-transfer
> Ulothrix:hello sierra$ cordova plugin rm org.apache.cordova.core.file
> [Error: Plugin "org.apache.cordova.core.file" not added to project.]
> Ulothrix:hello sierra$

--
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] [Assigned] (CB-4426) Create app doesn't work if computer cannot connect to github and raises exception instead of showing friendly error message

2013-07-30 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks reassigned CB-4426:
--

Assignee: Filip Maj  (was: Michael Brooks)

> Create app doesn't work if computer cannot connect to github and raises 
> exception instead of showing friendly error message
> ---
>
> Key: CB-4426
> URL: https://issues.apache.org/jira/browse/CB-4426
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: App Hello World, CLI
>Affects Versions: 3.0.0
>Reporter: Simone Chiaretta
>Assignee: Filip Maj
>
> i just installed phonegap 3.0 and tried to create a new app via the CLI: 
> "phonegap create my-app"
> But I get the following error:
> [phonegap] downloading 
> https://github.com/phonegap/phonegap-app-hello-world/archive/3.0.0.tar.gz...
> TypeError: Cannot read property 'length' of undefined
> at Request.request.get.pipe.pipe.tar.Extract.path [as _callback] 
> (C:\Documen
> ts and Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\src\lazy_load.js:70:78)
> at self.callback (C:\Documents and Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:148:22)
> at Request.EventEmitter.emit (events.js:117:20)
> at ClientRequest.self.clientErrorHandler (C:\Documents and 
> Settings\CHIARSI\Application 
> Data\npm\node_modules\phonegap\node_modules\cordova\node_modules\request\index.js:257:10)
> at ClientRequest.EventEmitter.emit (events.js:95:17)
> at CleartextStream.socketErrorListener (http.js:1528:9)
> at CleartextStream.EventEmitter.emit (events.js:95:17)
> at Socket.onerror (tls.js:1424:17)
> at Socket.EventEmitter.emit (events.js:117:20)
> at net.js:441:14
> I have the impression the phonegap command line utility doesn't read properly 
> the proxy configuration of windows, and this is due to some mishandling of 
> the error.
> So, I posted this message, first to report this small bug, and second to ask 
> how can I set proxy configuration for the phonegap utility.
> Or if there is a workaround to this in case proxy cannot be set.

--
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-4373) iOS .framework files need to be reference-counted

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

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

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

Commit c19d4d66a130ee9fbdb24366bef9c302df56a527 in branch refs/heads/master 
from Fil Maj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=c19d4d6 ]

[CB-4373] Uninstall should no longer concern itself with frameworks (handled in 
prepare). Added array of four frameworks required by default by cordova-ios.


> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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-4373) iOS .framework files need to be reference-counted

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

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

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

Commit ebb5494de016b832b44b67a5f6e29691a60d7488 in branch refs/heads/master 
from Fil Maj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=ebb5494 ]

0.10.0. Resolves [CB-4373].


> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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-4373) iOS .framework files need to be reference-counted

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

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

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

Commit 00ece4c51d436e03bc250c123f1d3c511ebcdb77 in branch refs/heads/master 
from Fil Maj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=00ece4c ]

[CB-4373] First pass at ios frameworks being handled in prepare stage.


> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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-4425) Upgrading Guides heading on home page has broken link

2013-07-30 Thread Michael Brooks (JIRA)

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

Michael Brooks commented on CB-4425:


This is already resolved. The website just hasn't been updated.

> Upgrading Guides heading on home page has broken link
> -
>
> Key: CB-4425
> URL: https://issues.apache.org/jira/browse/CB-4425
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Michael Brooks
>Priority: Critical
> Fix For: 3.1.0
>
>
> http://cordova.apache.org/docs/en/3.0.0/
> note the broken link for upgrading guides right in the middle

--
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] [Resolved] (CB-4425) Upgrading Guides heading on home page has broken link

2013-07-30 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks resolved CB-4425.


Resolution: Fixed

> Upgrading Guides heading on home page has broken link
> -
>
> Key: CB-4425
> URL: https://issues.apache.org/jira/browse/CB-4425
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Michael Brooks
>Priority: Critical
> Fix For: 3.1.0
>
>
> http://cordova.apache.org/docs/en/3.0.0/
> note the broken link for upgrading guides right in the middle

--
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] [Resolved] (CB-4373) iOS .framework files need to be reference-counted

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4373.
---

Resolution: Fixed

Fixed and deployed to npm as plugman 0.10.0.

> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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-4414) guide link is not working of apache cordova 3.0 documentation

2013-07-30 Thread Michael Brooks (JIRA)

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

Michael Brooks commented on CB-4414:


I believe this has already been fixed. The problem is that website hasn't been 
updated because it is a manual process that we do each release.

You can see the latest documentation on http://docs.phonegap.com to have a 
preview of what the Cordova docs will looks like.

> guide link is not working of apache cordova 3.0 documentation
> -
>
> Key: CB-4414
> URL: https://issues.apache.org/jira/browse/CB-4414
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Website
>Affects Versions: 3.0.0
>Reporter: Prateek Jaiswal
>
> Following link is not working :
> http://cordova.apache.org/docs/en/3.0.0/index.md.html#Guides
> Error 404 : page not found.

--
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] [Assigned] (CB-4293) Document onload param for tag in plugin spec

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj reassigned CB-4293:
-

Assignee: Filip Maj  (was: Michael Brooks)

> Document onload param for  tag in plugin spec
> --
>
> Key: CB-4293
> URL: https://issues.apache.org/jira/browse/CB-4293
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, Plugman
>Reporter: Shazron Abdullah
>Assignee: Filip Maj
> Fix For: 3.1.0
>
>
> The param "onload" is supported on both iOS and Android, not sure about other 
> platforms. It should be documented in the plugin spec.
> When this value is set to true, the plugin is loaded on startup.
> {code}
> 
>   
>   
> 
> {code}

--
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] [Resolved] (CB-4414) guide link is not working of apache cordova 3.0 documentation

2013-07-30 Thread Michael Brooks (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Brooks resolved CB-4414.


   Resolution: Fixed
Fix Version/s: 3.1.0
 Assignee: Michael Brooks

> guide link is not working of apache cordova 3.0 documentation
> -
>
> Key: CB-4414
> URL: https://issues.apache.org/jira/browse/CB-4414
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Website
>Affects Versions: 3.0.0
>Reporter: Prateek Jaiswal
>Assignee: Michael Brooks
> Fix For: 3.1.0
>
>
> Following link is not working :
> http://cordova.apache.org/docs/en/3.0.0/index.md.html#Guides
> Error 404 : page not found.

--
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-4373) iOS .framework files need to be reference-counted

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

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

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

Commit 31a41508ad14946d5eda766eca0a1575b5363acb in branch refs/heads/master 
from Fil Maj
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=31a4150 ]

[CB-4373] Added tests for framework ref counting.


> iOS .framework files need to be reference-counted
> -
>
> Key: CB-4373
> URL: https://issues.apache.org/jira/browse/CB-4373
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugman
>Affects Versions: 3.0.0
>Reporter: lmnbeyond
>Assignee: Filip Maj
>Priority: Critical
> Fix For: 3.1.0
>
>
> Steps to reproduce it:
> $ cordova create "HelloCordova"
> $ cd HelloCordova/
> $ cordova platform add ios
> $ cordova plugin add 
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
> $ cordova emulate
> $ cordova plugin rm 'org.apache.cordova.core.splashscreen'
> $ cordova emulate
> [Error: An error occurred while emulating/deploying the ios project 
> Undefined symbols for architecture i386:
>   "_CGRectZero", referenced from:
>   +[CDVUserAgentUtil originalUserAgent] in 
> libCordova.a(CDVUserAgentUtil.o)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> ** BUILD FAILED **
> The following build commands failed:
>   Ld build/HelloCordova.app/HelloCordova normal i386
> (1 failure)
> ]

--
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] [Created] (CB-4453) Custom Plugin namespace not supported for Windows Phone

2013-07-30 Thread Benn Mapes (JIRA)
Benn Mapes created CB-4453:
--

 Summary: Custom Plugin namespace not supported for Windows Phone
 Key: CB-4453
 URL: https://issues.apache.org/jira/browse/CB-4453
 Project: Apache Cordova
  Issue Type: Improvement
  Components: WP8
 Environment: Windows
Reporter: Benn Mapes
Assignee: Jesse MacFadyen
Priority: Minor


Plugins contained within a custom namespaces are not properly loaded into the 
cordova core. Currently plugins need to use Cordova.Extension.Commands or the 
namespace used by the core plugins (WPCordovaClassLib.Cordova.Commands).

With the addition of a custom namespace, plugins would then need to define that 
namespace in the plugin.xml under the config file like so :
{code}


   


{code}
which is different from the current way of just providing the name : 
{code}


   


{code}

--
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] [Created] (CB-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4454:
-

 Summary: CordovaPlugin (and other core cordova class) namespaces 
has changed and is undocumented
 Key: CB-4454
 URL: https://issues.apache.org/jira/browse/CB-4454
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Docs
Affects Versions: 3.0.0
Reporter: Filip Maj
Assignee: Joe Bowser


http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins

Do a search for "org.apache.cordova.api". This namespace (for some reason) was 
removed. All references to "org.apache.cordova.api" need to be updated to 
"org.apache.cordova".

This change is also not documented in the upgrade guide for 2.9 -> 3.0.

http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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] [Assigned] (CB-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

2013-07-30 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve reassigned CB-4454:
-

Assignee: Andrew Grieve  (was: Joe Bowser)

> CordovaPlugin (and other core cordova class) namespaces has changed and is 
> undocumented
> ---
>
> Key: CB-4454
> URL: https://issues.apache.org/jira/browse/CB-4454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Andrew Grieve
>
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins
> Do a search for "org.apache.cordova.api". This namespace (for some reason) 
> was removed. All references to "org.apache.cordova.api" need to be updated to 
> "org.apache.cordova".
> This change is also not documented in the upgrade guide for 2.9 -> 3.0.
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

2013-07-30 Thread Filip Maj (JIRA)

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

Filip Maj commented on CB-4454:
---

Did we even set up a deprecation notice for this change?

> CordovaPlugin (and other core cordova class) namespaces has changed and is 
> undocumented
> ---
>
> Key: CB-4454
> URL: https://issues.apache.org/jira/browse/CB-4454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Joe Bowser
>
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins
> Do a search for "org.apache.cordova.api". This namespace (for some reason) 
> was removed. All references to "org.apache.cordova.api" need to be updated to 
> "org.apache.cordova".
> This change is also not documented in the upgrade guide for 2.9 -> 3.0.
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

2013-07-30 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-4454:
---

We discussed a deprecation timeframe, but decided that it would risk people 
having to update their plugins twice rather than just once for 3.0.

> CordovaPlugin (and other core cordova class) namespaces has changed and is 
> undocumented
> ---
>
> Key: CB-4454
> URL: https://issues.apache.org/jira/browse/CB-4454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Andrew Grieve
>
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins
> Do a search for "org.apache.cordova.api". This namespace (for some reason) 
> was removed. All references to "org.apache.cordova.api" need to be updated to 
> "org.apache.cordova".
> This change is also not documented in the upgrade guide for 2.9 -> 3.0.
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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] [Resolved] (CB-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

2013-07-30 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-4454.
---

Resolution: Fixed

> CordovaPlugin (and other core cordova class) namespaces has changed and is 
> undocumented
> ---
>
> Key: CB-4454
> URL: https://issues.apache.org/jira/browse/CB-4454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Andrew Grieve
>
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins
> Do a search for "org.apache.cordova.api". This namespace (for some reason) 
> was removed. All references to "org.apache.cordova.api" need to be updated to 
> "org.apache.cordova".
> This change is also not documented in the upgrade guide for 2.9 -> 3.0.
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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-4454) CordovaPlugin (and other core cordova class) namespaces has changed and is undocumented

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

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

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

Commit 83bce5d7e27a33f6bd91a10e3553d3453dcb5d6f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=83bce5d ]

[CB-4454] Android org.apache.cordova.api -> org.apache.cordova


> CordovaPlugin (and other core cordova class) namespaces has changed and is 
> undocumented
> ---
>
> Key: CB-4454
> URL: https://issues.apache.org/jira/browse/CB-4454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, Docs
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Andrew Grieve
>
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins
> Do a search for "org.apache.cordova.api". This namespace (for some reason) 
> was removed. All references to "org.apache.cordova.api" need to be updated to 
> "org.apache.cordova".
> This change is also not documented in the upgrade guide for 2.9 -> 3.0.
> http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_upgrading.md.html#Upgrading%20Android

--
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-4429) Can't add wp7 platform

2013-07-30 Thread Benn Mapes (JIRA)

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

Benn Mapes commented on CB-4429:


Just reproduced this, I can take a look at it.

> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Filip Maj
>Priority: Critical
> Attachments: capWP7.PNG
>
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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] [Assigned] (CB-4429) Can't add wp7 platform

2013-07-30 Thread Benn Mapes (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benn Mapes reassigned CB-4429:
--

Assignee: Benn Mapes  (was: Filip Maj)

> Can't add wp7 platform
> --
>
> Key: CB-4429
> URL: https://issues.apache.org/jira/browse/CB-4429
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, WP7
>Affects Versions: 3.0.0
> Environment: Win7
>Reporter: Mike Sierra
>Assignee: Benn Mapes
>Priority: Critical
> Attachments: capWP7.PNG
>
>
> Updated to 3.0.3 & created a new HelloWorld project as in CLI doc. Error when 
> trying to add wp7 as a platform:
> $ cordova create hello com.example.hello HelloWorld
> $ cd hello
> $ cordova platform add wp7
> [Error: The system cannot find the path specified.
> ]

--
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] [Resolved] (CB-4428) Move Android's storage plugin out of cordova-js

2013-07-30 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-4428.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

http://git-wip-us.apache.org/repos/asf/cordova-js/commit/0ec3a5f8

> Move Android's storage plugin out of cordova-js
> ---
>
> Key: CB-4428
> URL: https://issues.apache.org/jira/browse/CB-4428
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CordovaJS
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
>Priority: Minor
> Fix For: 3.1.0
>
>
> Looks like the current state is that the Java side of the plugin was removed 
> for 3.0, but the JS side remained in cordova-js. 
> I will move both sides into cordova-labs as a proper plugin.

--
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] [Resolved] (CB-4418) Remove modulemapper.loadAllModules() from cordova-js

2013-07-30 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-4418.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

http://git-wip-us.apache.org/repos/asf/cordova-js/commit/6e4bd92f

> Remove modulemapper.loadAllModules() from cordova-js
> 
>
> Key: CB-4418
> URL: https://issues.apache.org/jira/browse/CB-4418
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaJS
>Reporter: Andrew Grieve
>Assignee: Andrew Grieve
> Fix For: 3.1.0
>
>
> This method was meant only as a stop-gap to when plugins are ripped out of 
> cordova-js. This has now come to pass, so we should remove the stop-gap 
> solution.

--
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] [Resolved] (CB-4435) Breakout Plugins - Camera

2013-07-30 Thread Jesse MacFadyen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-4435.
-

Resolution: Fixed

> Breakout Plugins - Camera
> -
>
> Key: CB-4435
> URL: https://issues.apache.org/jira/browse/CB-4435
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Camera, Plugman, Windows 8
>Affects Versions: 3.0.0
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
> Fix For: 3.1.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-4273) Pass additional arguments down to platform level scripts

2013-07-30 Thread Jeffrey Heifetz (JIRA)

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

Jeffrey Heifetz commented on CB-4273:
-

I've added a few unit tests to cover the pass through and all existing tests 
pass.

> Pass additional arguments down to platform level scripts
> 
>
> Key: CB-4273
> URL: https://issues.apache.org/jira/browse/CB-4273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Bryan Higgins
>Assignee: Jeffrey Heifetz
> Fix For: 3.1.0
>
>
> Not a blocker for 3.0, but this would make life easier for BB devs using CLI.
> Some users prefer to pass in signing key as an argument rather than storing 
> in config. There are also flags for passing in non-standard build options.
> As a bonus, we'd get "cordova build blackberry --help"
> CC [~filmaj] [~lorin.beer] [~jeffheifetz]

--
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] [Assigned] (CB-4273) Pass additional arguments down to platform level scripts

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj reassigned CB-4273:
-

Assignee: Filip Maj  (was: Jeffrey Heifetz)

Awesome Jeff! This will be the next issue I tackle / add to.

> Pass additional arguments down to platform level scripts
> 
>
> Key: CB-4273
> URL: https://issues.apache.org/jira/browse/CB-4273
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.0.0
>Reporter: Bryan Higgins
>Assignee: Filip Maj
> Fix For: 3.1.0
>
>
> Not a blocker for 3.0, but this would make life easier for BB devs using CLI.
> Some users prefer to pass in signing key as an argument rather than storing 
> in config. There are also flags for passing in non-standard build options.
> As a bonus, we'd get "cordova build blackberry --help"
> CC [~filmaj] [~lorin.beer] [~jeffheifetz]

--
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] [Resolved] (CB-4415) settings in registry.js null

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4415.
---

   Resolution: Fixed
Fix Version/s: 3.1.0

> settings in registry.js null
> 
>
> Key: CB-4415
> URL: https://issues.apache.org/jira/browse/CB-4415
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
> Environment: MacOS X 10.7.5
> node v0.10.13
> npm 1.3.2
>Reporter: Frank Hennig
>Assignee: Anis Kadri
> Fix For: 3.1.0
>
>
> The command "cordova -d plugin add file" ends with an error: 
> TypeError: Cannot read property 'registry' of null
> at getPackageInfo 
> (/Users/myUser/repo/git/cordova-cli/node_modules/plugman/src/registry/registry.js:34:22)
> at 
> /Users/myUser/repo/git/cordova-cli/node_modules/plugman/src/registry/registry.js:172:13
> at initSettings 
> (/Users/myUser/repo/git/cordova-cli/node_modules/plugman/src/registry/registry.js:208:9)
> at Object.module.exports.fetch 
> (/Users/myUser/repo/git/cordova-cli/node_modules/plugman/src/registry/registry.js:170:9)
> at Object.fetchPlugin [as fetch] 
> (/Users/myUser/repo/git/cordova-cli/node_modules/plugman/src/fetch.js:85:22)
> at /Users/myUser/repo/git/cordova-cli/src/plugin.js:90:33
> at Array.forEach (native)
> at /Users/myUser/repo/git/cordova-cli/src/plugin.js:81:29
> at /Users/myUser/repo/git/cordova-cli/src/hooker.js:67:25
> at execute_scripts_serially 
> (/Users/myUser/repo/git/cordova-cli/src/hooker.js:94:9)
> Starting from Version 0.9.2 of cordova-plugman the file 
> src/registry/registry.js try to resolve the settings as local variable for 
> functions getPackageInfo and fetchPackage. In both cases settings are null.
> I'm thinking, after the last refactoring, someone forget to pass through the 
> settings parameter to both functions. 

--
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] [Resolved] (CB-4383) plugman integration specs do not pass on Windows

2013-07-30 Thread Filip Maj (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4383.
---

Resolution: Unresolved

I have removed this test for the time being.

> plugman integration specs do not pass on Windows
> 
>
> Key: CB-4383
> URL: https://issues.apache.org/jira/browse/CB-4383
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Affects Versions: 3.0.0
>Reporter: Filip Maj
>Assignee: Jeffrey Heifetz
>
> The expectations seem to be totally out of whack.
> {code}
> Expected { } to equal { com.blackerry.utils : { PACKAGE_NAME } ... }
> {code}

--
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] [Created] (CB-4455) Deprecate use of plugins-plist elements in plugman

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4455:
-

 Summary: Deprecate use of plugins-plist elements in plugman
 Key: CB-4455
 URL: https://issues.apache.org/jira/browse/CB-4455
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Reporter: Filip Maj
Assignee: Filip Maj
 Fix For: 3.1.0


Plugman should warn users whenever they interact with plugins on ios that still 
use a plugins-plist element. State that this will be removed in 3.4-ish 
timeframe.

--
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] [Created] (CB-4456) Remove support of plugins-plist elements in plugman

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4456:
-

 Summary: Remove support of plugins-plist elements in plugman
 Key: CB-4456
 URL: https://issues.apache.org/jira/browse/CB-4456
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Reporter: Filip Maj
Assignee: Filip Maj
 Fix For: 3.4.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] [Created] (CB-4457) Android Plugin authoring guide uses instead of

2013-07-30 Thread Filip Maj (JIRA)
Filip Maj created CB-4457:
-

 Summary: Android Plugin authoring guide uses  instead of 

 Key: CB-4457
 URL: https://issues.apache.org/jira/browse/CB-4457
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Docs
Affects Versions: 3.0.0
Reporter: Filip Maj
Assignee: Joe Bowser


See 
http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_plugin.md.html#Android%20Plugins

Do a search for " instead, and also document  elements 
properly.

This relates to CB-4293.

Also: the link to CordovaPlugin.java at the bottom of the document is broken.

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


  1   2   >