[jira] [Updated] (CB-9048) Installing a plugin with dependency through git url leaks temporary directory

2015-05-20 Thread Martin Bektchiev (JIRA)

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

Martin Bektchiev updated CB-9048:
-
Description: 
1. Install the PushPlugin from here: 
https://github.com/Telerik-Verified-Plugins/PushNotification/tree/2.5.5
2. Build for Android
3. The com.google.playservices plugin's repository will be cloned in the user's 
temp dir/git/timestamp (due to the dependency 
https://github.com/Telerik-Verified-Plugins/PushNotification/blob/2.5.5/plugin.xml#L37)
 and will be left undeleted


 Installing a plugin with dependency through git url leaks temporary directory
 -

 Key: CB-9048
 URL: https://issues.apache.org/jira/browse/CB-9048
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 5.0.1
Reporter: Martin Bektchiev
Priority: Minor

 1. Install the PushPlugin from here: 
 https://github.com/Telerik-Verified-Plugins/PushNotification/tree/2.5.5
 2. Build for Android
 3. The com.google.playservices plugin's repository will be cloned in the 
 user's temp dir/git/timestamp (due to the dependency 
 https://github.com/Telerik-Verified-Plugins/PushNotification/blob/2.5.5/plugin.xml#L37)
  and will be left undeleted



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9047) Network connection gets corrupt when going offline/online

2015-05-20 Thread Andries Bruinsma (JIRA)
Andries Bruinsma created CB-9047:


 Summary: Network connection gets corrupt when going offline/online
 Key: CB-9047
 URL: https://issues.apache.org/jira/browse/CB-9047
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.4.0
 Environment: iOS
Reporter: Andries Bruinsma
Priority: Minor


Not sure if this is a InAppBrowser bug or iOS but I've got the following 
situation in my app:

1. Starting my app with the InAppBrowser plugin and opening a webpage (Network 
connection gives a Network Wifi status, which is correct)
2. Turning on airplane mode (Network connection gives No Network connection 
status, which is correct)
3. Turning off airplane mode and running InAppBrowser again (Network connection 
gives Unknown network connection)

For some reason the App doesn't get a valid connection anymore and the loading 
of the URL in the InAppBrowser plugin fails because of no connection.

This problem only applies for iOS, Android handles it correct. 

Another app of me, which doesn't have the InAppBrowser plugin handles the 
connection correct as well



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9048) Installing a plugin with dependency through git url leaks temporary directory

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9048:


GitHub user mbektchiev opened a pull request:

https://github.com/apache/cordova-lib/pull/222

CB-9048 Clean up git cloned directories

Fixes https://issues.apache.org/jira/browse/CB-9048
Also fix ***jshint*** error: `src/gitclone.js: line 71, col 106, Mixed 
double and single quotes.`

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

$ git pull https://github.com/Icenium/cordova-lib 
bektchiev/CB-9048-git-directory-leaks

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

https://github.com/apache/cordova-lib/pull/222.patch

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

This closes #222


commit 233ae18ceaa3d49f2f3203a04691ef7a7f712553
Author: Martin Bektchiev martin.bektch...@telerik.com
Date:   2015-05-20T06:31:59Z

CB-9048 Clean up git cloned directories




 Installing a plugin with dependency through git url leaks temporary directory
 -

 Key: CB-9048
 URL: https://issues.apache.org/jira/browse/CB-9048
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 5.0.1
Reporter: Martin Bektchiev
Priority: Minor

 1. Install the PushPlugin from here: 
 https://github.com/Telerik-Verified-Plugins/PushNotification/tree/2.5.5
 2. Build for Android
 3. The com.google.playservices plugin's repository will be cloned in the 
 user's temp dir/git/timestamp (due to the dependency 
 https://github.com/Telerik-Verified-Plugins/PushNotification/blob/2.5.5/plugin.xml#L37)
  and will be left undeleted



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9048) Installing a plugin with dependency through git url leaks temporary directory

2015-05-20 Thread Martin Bektchiev (JIRA)
Martin Bektchiev created CB-9048:


 Summary: Installing a plugin with dependency through git url leaks 
temporary directory
 Key: CB-9048
 URL: https://issues.apache.org/jira/browse/CB-9048
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 5.0.1
Reporter: Martin Bektchiev
Priority: Minor






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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9049) InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into the account

2015-05-20 Thread Babak Vahdat (JIRA)
Babak Vahdat created CB-9049:


 Summary: InAppBrowser on Windows 8.1 WebView doesn't take the 
target parameter into the account 
 Key: CB-9049
 URL: https://issues.apache.org/jira/browse/CB-9049
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: Windows 8.1
Reporter: Babak Vahdat


According to the 
[documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
 Windows 8.1 WebView is supported by this plugin. Now given the following 
simple code inside {{index.html}}:

{code}
body
  button id='launch'Go to Google/button

  script src='cordova.js'/script

  script
  document.addEventListener('deviceready', function() {
document.querySelector('#launch').addEventListener('click', function() {
  cordova.InAppBrowser.open('http://www.google.ch', '_self', 'location=no');
}, false);
  }, false);
  /script
/body
{code}

Clicking the button above inside the WebView results in a new _browser_ window 
being opened pointing to {{http://www.google.ch}}. However my understanding is, 
given the target value as {{_self}} and the following whitelist entry inside 
{{config.xml}}

{code}
access origin=* /
{code}

The site should open insdie the WebView _itself_. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8214) COHO. Rename windowsphone to wp8 to be consistent

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8214:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-coho/pull/60#issuecomment-103881989
  
@sgrebnov Is this still relevant?


 COHO. Rename windowsphone to wp8 to be consistent
 -

 Key: CB-8214
 URL: https://issues.apache.org/jira/browse/CB-8214
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Coho
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov

 COHO currently uses windowsphone target name to refer wp8. For consistency 
 reasons we should use wp8. Also, due to this it requires additional checks in 
 code code to replace windowsphone string to wp8 to pass correct target 
 platform name to other tools.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-9049) InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into the account

2015-05-20 Thread Babak Vahdat (JIRA)

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

Babak Vahdat updated CB-9049:
-
Description: 
According to the 
[documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
 Windows 8.1 WebView is supported by this plugin. Now given the following 
simple code inside {{index.html}}:

{code}
body
  button id='launch'Go to Google/button

  script src='cordova.js'/script

  script
  document.addEventListener('deviceready', function() {
document.querySelector('#launch').addEventListener('click', function() {
  cordova.InAppBrowser.open('http://www.google.ch', '_self', 'location=no');
}, false);
  }, false);
  /script
/body
{code}

Clicking the button above inside the WebView results in a new _browser_ window 
being opened pointing to {{http://www.google.ch}}. However my understanding is, 
given the target value as {{_self}} and the following whitelist entry inside 
{{config.xml}}

{code}
access origin=* /
{code}

The site should open inside the WebView _itself_. 

  was:
According to the 
[documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
 Windows 8.1 WebView is supported by this plugin. Now given the following 
simple code inside {{index.html}}:

{code}
body
  button id='launch'Go to Google/button

  script src='cordova.js'/script

  script
  document.addEventListener('deviceready', function() {
document.querySelector('#launch').addEventListener('click', function() {
  cordova.InAppBrowser.open('http://www.google.ch', '_self', 'location=no');
}, false);
  }, false);
  /script
/body
{code}

Clicking the button above inside the WebView results in a new _browser_ window 
being opened pointing to {{http://www.google.ch}}. However my understanding is, 
given the target value as {{_self}} and the following whitelist entry inside 
{{config.xml}}

{code}
access origin=* /
{code}

The site should open insdie the WebView _itself_. 


 InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into 
 the account 
 ---

 Key: CB-9049
 URL: https://issues.apache.org/jira/browse/CB-9049
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: Windows 8.1
Reporter: Babak Vahdat

 According to the 
 [documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
  Windows 8.1 WebView is supported by this plugin. Now given the following 
 simple code inside {{index.html}}:
 {code}
 body
   button id='launch'Go to Google/button
   script src='cordova.js'/script
   script
   document.addEventListener('deviceready', function() {
 document.querySelector('#launch').addEventListener('click', function() {
   cordova.InAppBrowser.open('http://www.google.ch', '_self', 
 'location=no');
 }, false);
   }, false);
   /script
 /body
 {code}
 Clicking the button above inside the WebView results in a new _browser_ 
 window being opened pointing to {{http://www.google.ch}}. However my 
 understanding is, given the target value as {{_self}} and the following 
 whitelist entry inside {{config.xml}}
 {code}
 access origin=* /
 {code}
 The site should open inside the WebView _itself_. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-9049) InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into the account

2015-05-20 Thread Babak Vahdat (JIRA)

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

Babak Vahdat updated CB-9049:
-
Description: 
According to the 
[documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
 Windows 8.1 WebView is supported by this plugin. Now given the following 
simple code inside {{index.html}}

{code}
body
  button id='launch'Go to Google/button
  script src='cordova.js'/script
  script
  document.addEventListener('deviceready', function() {
document.querySelector('#launch').addEventListener('click', function() {
  cordova.InAppBrowser.open('http://www.google.ch', '_self', 'location=no');
}, false);
  }, false);
  /script
/body
{code}

Clicking the button above inside the WebView results in a new _browser_ window 
being opened pointing to {{http://www.google.ch}}. However my understanding is, 
given the target value as {{_self}} and the following whitelist entry inside 
{{config.xml}}

{code}
access origin=* /
{code}

The site should open inside the WebView _itself_. 

  was:
According to the 
[documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
 Windows 8.1 WebView is supported by this plugin. Now given the following 
simple code inside {{index.html}}:

{code}
body
  button id='launch'Go to Google/button

  script src='cordova.js'/script

  script
  document.addEventListener('deviceready', function() {
document.querySelector('#launch').addEventListener('click', function() {
  cordova.InAppBrowser.open('http://www.google.ch', '_self', 'location=no');
}, false);
  }, false);
  /script
/body
{code}

Clicking the button above inside the WebView results in a new _browser_ window 
being opened pointing to {{http://www.google.ch}}. However my understanding is, 
given the target value as {{_self}} and the following whitelist entry inside 
{{config.xml}}

{code}
access origin=* /
{code}

The site should open inside the WebView _itself_. 


 InAppBrowser on Windows 8.1 WebView doesn't take the target parameter into 
 the account 
 ---

 Key: CB-9049
 URL: https://issues.apache.org/jira/browse/CB-9049
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
 Environment: Windows 8.1
Reporter: Babak Vahdat

 According to the 
 [documentation|https://github.com/apache/cordova-plugin-inappbrowser#supported-platforms]
  Windows 8.1 WebView is supported by this plugin. Now given the following 
 simple code inside {{index.html}}
 {code}
 body
   button id='launch'Go to Google/button
   script src='cordova.js'/script
   script
   document.addEventListener('deviceready', function() {
 document.querySelector('#launch').addEventListener('click', function() {
   cordova.InAppBrowser.open('http://www.google.ch', '_self', 
 'location=no');
 }, false);
   }, false);
   /script
 /body
 {code}
 Clicking the button above inside the WebView results in a new _browser_ 
 window being opened pointing to {{http://www.google.ch}}. However my 
 understanding is, given the target value as {{_self}} and the following 
 whitelist entry inside {{config.xml}}
 {code}
 access origin=* /
 {code}
 The site should open inside the WebView _itself_. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9048) Installing a plugin with dependency through git url leaks temporary directory

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit d426475e0fd2a302e31ab230a05b86321fb4518a in cordova-lib's branch 
refs/heads/master from [~mbektchiev]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=d426475 ]

CB-9048 Clean up git cloned directories (close #222)


 Installing a plugin with dependency through git url leaks temporary directory
 -

 Key: CB-9048
 URL: https://issues.apache.org/jira/browse/CB-9048
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 5.0.1
Reporter: Martin Bektchiev
Priority: Minor

 1. Install the PushPlugin from here: 
 https://github.com/Telerik-Verified-Plugins/PushNotification/tree/2.5.5
 2. Build for Android
 3. The com.google.playservices plugin's repository will be cloned in the 
 user's temp dir/git/timestamp (due to the dependency 
 https://github.com/Telerik-Verified-Plugins/PushNotification/blob/2.5.5/plugin.xml#L37)
  and will be left undeleted



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9048) Installing a plugin with dependency through git url leaks temporary directory

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9048:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-lib/pull/222


 Installing a plugin with dependency through git url leaks temporary directory
 -

 Key: CB-9048
 URL: https://issues.apache.org/jira/browse/CB-9048
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 5.0.1
Reporter: Martin Bektchiev
Priority: Minor

 1. Install the PushPlugin from here: 
 https://github.com/Telerik-Verified-Plugins/PushNotification/tree/2.5.5
 2. Build for Android
 3. The com.google.playservices plugin's repository will be cloned in the 
 user's temp dir/git/timestamp (due to the dependency 
 https://github.com/Telerik-Verified-Plugins/PushNotification/blob/2.5.5/plugin.xml#L37)
  and will be left undeleted



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8964) wp8 with Cordova Cli 5.0

2015-05-20 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-8964:
---

so...this problem solved ???
will release in which cordova version ?

 wp8 with Cordova Cli 5.0
 

 Key: CB-8964
 URL: https://issues.apache.org/jira/browse/CB-8964
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 5.0.1
 Environment: Cordova Cli 5.0 with all latest core official plugin
Reporter: Colin Bau
Assignee: Jesse MacFadyen

 when I use
 cordova build wp8 --debug
 cordova build wp8 --release
 it will show this warning message (although it still can build success)
 http://www.littlebau.com/cli/wp8_cli.png
 so...
 is it normal or abnormal
 PS
 I translate the Chinese word to English
 ===
 In this scenario ㄧ times build a project, to enable parallel assembly, add / 
 m parameter
 Because not waiting call, we will continue to apply its current method before 
 the call is completed, consider await operator applied to the results of 
 the call ...
 ===



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-9043) the splashscreen 2.0's bug with ios when trigger orientation

2015-05-20 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9043:
--
Environment: 
Cordova Cli 5.0 with latest splash-screen plugin 2.0
iPad mini 8.3

  was:Cordova Cli 5.0 with latest splash-screen plugin 2.0


 the splashscreen 2.0's bug with ios when trigger orientation
 

 Key: CB-9043
 URL: https://issues.apache.org/jira/browse/CB-9043
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.0.1
 Environment: Cordova Cli 5.0 with latest splash-screen plugin 2.0
 iPad mini 8.3
Reporter: Colin Bau
  Labels: splashscreen

 when I launch my iOS app,the splashscreen...
 that only in portrait mode,it will only show the portrait  splashscreen
 that only in landscape mode,it will only show the landscape  splashscreen
 but...no matter when in portrait or landscape mode
 if the orientation is trigger that after the splashscreen show up,the 
 splashscreen will immediately become deform
 tried many times,trust me
 PS
 Android will not have the problem,no matter which timing that the 
 splashscrren show up,it will automatically show the right one
 winphone will not have the problem,because for now,the winphone app will only 
 show in portrait mode



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-9043) the splashscreen 2.0's bug with ios when trigger orientation

2015-05-20 Thread Colin Bau (JIRA)

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

Colin Bau updated CB-9043:
--
Comment: was deleted

(was: Forgot to tell something
My device is iPad mini 8.3)

 the splashscreen 2.0's bug with ios when trigger orientation
 

 Key: CB-9043
 URL: https://issues.apache.org/jira/browse/CB-9043
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.0.1
 Environment: Cordova Cli 5.0 with latest splash-screen plugin 2.0
 iPad mini 8.3
Reporter: Colin Bau
  Labels: splashscreen

 when I launch my iOS app,the splashscreen...
 that only in portrait mode,it will only show the portrait  splashscreen
 that only in landscape mode,it will only show the landscape  splashscreen
 but...no matter when in portrait or landscape mode
 if the orientation is trigger that after the splashscreen show up,the 
 splashscreen will immediately become deform
 tried many times,trust me
 PS
 Android will not have the problem,no matter which timing that the 
 splashscrren show up,it will automatically show the right one
 winphone will not have the problem,because for now,the winphone app will only 
 show in portrait mode



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9033) Plugins fail to install on Apple Watch based Cordova project

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9033:


Github user agrieve commented on the pull request:

https://github.com/apache/cordova-lib/pull/219#issuecomment-103903180
  
Looks like this pr breaks tests. Could you please address? (run npm test)


 Plugins fail to install on Apple Watch based Cordova project
 

 Key: CB-9033
 URL: https://issues.apache.org/jira/browse/CB-9033
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.0.0
Reporter: Olivier Goguel

 After having added the Watch Kit target to an iOS Cordova project, plugins 
 cannot be added any more through the CLI.
 An error is thrown 'could not find -Info.plist file, or config.xml file. as 
 the plugin manager is confused by the plist files from the WatchKit App and 
 WatchKit Extension and fails to find the proper plist file of the projet.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9045) Windows10 doesn't work as expected with dev12

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9045:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-windows/pull/78#issuecomment-103932432
  
LGTM. I prefer the revised version which ends up with only a single 
solution file. Consider squashing the two commits before merging.


 Windows10 doesn't work as expected with dev12
 -

 Key: CB-9045
 URL: https://issues.apache.org/jira/browse/CB-9045
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: Master
Reporter: Murat Sutunc
Assignee: Murat Sutunc

 Currently in dev12 solution we're using shared project. The shared project 
 has some logic that doesn't work with windows10 projects. This is due to 
 version changes we have from 8, 8.1 to 10.X.Y.Z
 Microsoft.Build.Exceptions.InvalidProjectFileException: A numeric comparison 
 was attempted on $(TargetPlatformVersion) that evaluates to 10.0.10030.0 
 instead of a number, in condition '$(TargetPlatformVersion)'  '8.0'.  
 C:\Program Files 
 (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8498) Camera plugin on windows does not return native URL for photolibrary source

2015-05-20 Thread Mathieu Lafontaine (JIRA)

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

Mathieu Lafontaine commented on CB-8498:


I think the same fix applied here 
(https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=commitdiff;h=33ffb17;hp=a830b3e08b610388c51aba38db41424e72db3d8b)
 should also be applied here 
(https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;a=blob;f=src/windows/CameraProxy.js;h=dd7afd796efd1dcf65f5a8afc52f1351557b37c2;hb=706a3aa73ed20e748fad3d95006ede002c08ed4a#l247)

 Camera plugin on windows does not return native URL for photolibrary source
 ---

 Key: CB-8498
 URL: https://issues.apache.org/jira/browse/CB-8498
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Affects Versions: 3.5.0
 Environment: Windows 8.1, platform windows
Reporter: Vladimir Avdonin

 getPicture called with options 
 {
 sourceType: git ss,
 destinationType: Camera.DestinationType.NATIVE_URI
 }
 returns blob: URI. Expected to return native file URI.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8844) File plugin test failures on Android

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8844:


Github user dblotsky commented on a diff in the pull request:

https://github.com/apache/cordova-plugin-file/pull/116#discussion_r30721845
  
--- Diff: tests/tests.js ---
@@ -3523,7 +3523,7 @@ exports.defineAutoTests = function () {
 }, failed.bind(null, done, 'directory.copyTo - 
Error copying directory'));
 }, failed.bind(null, done, 'resolving src dir'));
 }, failed.bind(null, done, 'deleteEntry - Error removing 
directory : ' + dstDir));
-});
+}, 6);
--- End diff --

Please put these into constants.


 File plugin test failures on Android
 

 Key: CB-8844
 URL: https://issues.apache.org/jira/browse/CB-8844
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin File
Affects Versions: Master
 Environment: Windows, OSX
Reporter: Dmitry Blotsky
  Labels: android, plugin, plugin-file, test-fail
   Original Estimate: 48h
  Remaining Estimate: 48h

 Test results here: 
 [http://ci.apache.org/builders/cordova-android-osx/builds/275/steps/running-tests/logs/stdio]
 {noformat}
 cordova-plugin-file-tests.tests  File API asset: URLs file.spec.142 assets 
 should be enumerable
 cordova-plugin-file-tests.tests  File API file.spec.144 copyTo: asset 
 directory
 {noformat}



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9045) Windows10 doesn't work as expected with dev12

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9045:


Github user muratsu commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/78#discussion_r30723083
  
--- Diff: template/CordovaApp.Windows10.jsproj ---
@@ -86,12 +93,11 @@
 Content Include=WinJS\js\WinJS.js /
 None Include=WinJS\js\WinJS.intellisense.js /
 None Include=WinJS\js\WinJS.intellisense-setup.js /
-None Include=CordovaApp_TemporaryKey.pfx /
   /ItemGroup
-  Import Project=CordovaApp.projitems Label=Shared /
+  Import Project=CordovaApp.projitems /
--- End diff --

I dont think we actually use this label but added back to make sure we dont 
break anything


 Windows10 doesn't work as expected with dev12
 -

 Key: CB-9045
 URL: https://issues.apache.org/jira/browse/CB-9045
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: Master
Reporter: Murat Sutunc
Assignee: Murat Sutunc

 Currently in dev12 solution we're using shared project. The shared project 
 has some logic that doesn't work with windows10 projects. This is due to 
 version changes we have from 8, 8.1 to 10.X.Y.Z
 Microsoft.Build.Exceptions.InvalidProjectFileException: A numeric comparison 
 was attempted on $(TargetPlatformVersion) that evaluates to 10.0.10030.0 
 instead of a number, in condition '$(TargetPlatformVersion)'  '8.0'.  
 C:\Program Files 
 (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9045) Windows10 doesn't work as expected with dev12

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9045:


Github user nikhilkh commented on a diff in the pull request:

https://github.com/apache/cordova-windows/pull/78#discussion_r30716069
  
--- Diff: template/CordovaApp.Windows10.jsproj ---
@@ -86,12 +93,11 @@
 Content Include=WinJS\js\WinJS.js /
 None Include=WinJS\js\WinJS.intellisense.js /
 None Include=WinJS\js\WinJS.intellisense-setup.js /
-None Include=CordovaApp_TemporaryKey.pfx /
   /ItemGroup
-  Import Project=CordovaApp.projitems Label=Shared /
+  Import Project=CordovaApp.projitems /
--- End diff --

Is removing `Label=Shared` intentional?


 Windows10 doesn't work as expected with dev12
 -

 Key: CB-9045
 URL: https://issues.apache.org/jira/browse/CB-9045
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: Master
Reporter: Murat Sutunc
Assignee: Murat Sutunc

 Currently in dev12 solution we're using shared project. The shared project 
 has some logic that doesn't work with windows10 projects. This is due to 
 version changes we have from 8, 8.1 to 10.X.Y.Z
 Microsoft.Build.Exceptions.InvalidProjectFileException: A numeric comparison 
 was attempted on $(TargetPlatformVersion) that evaluates to 10.0.10030.0 
 instead of a number, in condition '$(TargetPlatformVersion)'  '8.0'.  
 C:\Program Files 
 (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9011:


Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-coho/pull/78#issuecomment-103945755
  
Sorry, seems there is a bug somewhere. I tried to merge an actual PR with 
the following command while inside `cordova-medic` and on branch `CB-9011`:

coho merge-pr --pr 54 --remote dev

Below is the output I got:
```
./ = Executing: git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
./ = Executing: git pull origin master
From https://git-wip-us.apache.org/repos/asf/cordova-medic
 * branchmaster - FETCH_HEAD
Already up-to-date.
./ = Executing: git fetch -fu dev 
refs/pull/54/head:pr/54
fatal: Couldn't find remote ref refs/pull/54/head
```


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9011:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-medic/pull/54#issuecomment-103935990
  
This is a significant improvement in our BuildBot capability! Let's get 
this in and up on Apache CI.


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9045) Windows10 doesn't work as expected with dev12

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 9651b9a097f4daf83bcc706c80aba43d82f27c5a in cordova-windows's branch 
refs/heads/master from [~muratsu]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=9651b9a ]

CB-9045 Create a new solution for Win10/VS15


 Windows10 doesn't work as expected with dev12
 -

 Key: CB-9045
 URL: https://issues.apache.org/jira/browse/CB-9045
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: Master
Reporter: Murat Sutunc
Assignee: Murat Sutunc

 Currently in dev12 solution we're using shared project. The shared project 
 has some logic that doesn't work with windows10 projects. This is due to 
 version changes we have from 8, 8.1 to 10.X.Y.Z
 Microsoft.Build.Exceptions.InvalidProjectFileException: A numeric comparison 
 was attempted on $(TargetPlatformVersion) that evaluates to 10.0.10030.0 
 instead of a number, in condition '$(TargetPlatformVersion)'  '8.0'.  
 C:\Program Files 
 (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9045) Windows10 doesn't work as expected with dev12

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9045:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/78


 Windows10 doesn't work as expected with dev12
 -

 Key: CB-9045
 URL: https://issues.apache.org/jira/browse/CB-9045
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: Master
Reporter: Murat Sutunc
Assignee: Murat Sutunc

 Currently in dev12 solution we're using shared project. The shared project 
 has some logic that doesn't work with windows10 projects. This is due to 
 version changes we have from 8, 8.1 to 10.X.Y.Z
 Microsoft.Build.Exceptions.InvalidProjectFileException: A numeric comparison 
 was attempted on $(TargetPlatformVersion) that evaluates to 10.0.10030.0 
 instead of a number, in condition '$(TargetPlatformVersion)'  '8.0'.  
 C:\Program Files 
 (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9011:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-medic/pull/54#issuecomment-103939982
  
+1


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 199d39056025e1cfc7a6bc703acaa02c76d5ec0e in cordova-medic's branch 
refs/heads/master from [~dblotsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;h=199d390 ]

CB-9011 Switching to using Buildbot codebases. Now using Buildbot checkout 
steps. Adding per-commit scheduler. Simplifying repo config. Splitting Windows 
builders. Cleaning up build steps.


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 6bc3d568712d573ecd8d6d141d9ee3efbe53a5b5 in cordova-medic's branch 
refs/heads/master from [~dblotsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;h=6bc3d56 ]

CB-9011 Adding support for GitHub web hooks and adding an authentication file 
and accompanying docs.


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9050) cordova run --list does not show that you have an outdated ios-sim or ios-deploy

2015-05-20 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-9050:


 Summary: cordova run --list does not show that you have an 
outdated ios-sim or ios-deploy
 Key: CB-9050
 URL: https://issues.apache.org/jira/browse/CB-9050
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Reporter: Shazron Abdullah
 Fix For: 4.0.0


It just fails silently -- in that the output of --list for either the device or 
virtual devices is empty.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8802) Investigate issue with browserify and test-framework

2015-05-20 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-8802.

Resolution: Fixed

Mobile spec now works with --browserify :D

Tested on android and ios

 Investigate issue with browserify and test-framework
 

 Key: CB-8802
 URL: https://issues.apache.org/jira/browse/CB-8802
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin TestFramework
Reporter: Steve Gill
Assignee: Steve Gill

  An issue with test-framework main.js not being browserified properly. Need 
 to investigate. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-6865) Browserify: add support for transforming ids other than org.apache.cordova

2015-05-20 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-6865.

Resolution: Fixed

 Browserify: add support for transforming ids other than org.apache.cordova
 --

 Key: CB-6865
 URL: https://issues.apache.org/jira/browse/CB-6865
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CordovaJS
Reporter: Steve Gill
Assignee: Steve Gill

 This line needs to be more generic 
 https://github.com/apache/cordova-js/blob/master/tasks/lib/require-tr.js#L175



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8946) ToastCapable preference

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8946:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-windows/pull/74#issuecomment-103980396
  
@robpaveza Has this been documented?


 ToastCapable preference
 ---

 Key: CB-8946
 URL: https://issues.apache.org/jira/browse/CB-8946
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 The config.xml does not offer a preference to enable the usage of toast 
 notifications.
 The capability to raise toast notifications is declared in the app's 
 package.appxmanifest file and cannot modified through code. At the moment the 
 `ToastCapable` flag can only be set through a plugin hook - which isn't a 
 solution for PGB.
 Also see: 
 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
 Is it possible to add a ToastCapable preference to config.xml?
 Its a blocker before the next version of the local-notification plugin can be 
 released and published on PGB.
 https://github.com/katzer/cordova-plugin-local-notifications
 Thanks!



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8899) grunt test doesn't run any test

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 617e176c8ef9a9f0f4e638a7fd6dc23699644ff6 in cordova-blackberry's branch 
refs/heads/master from [~daniellin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=617e176 ]

CB-8899 stick to grunt-jasmine-node@0.2.1, the new version has issue
when set matchall true


 grunt test doesn't run any test
 ---

 Key: CB-8899
 URL: https://issues.apache.org/jira/browse/CB-8899
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.5.0
Reporter: Danyi Lin

 run grunt test in cordova-blackberry, observe the output
 Expected Results:
 the test result
 Actual Results:
 0 test has been run



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9011:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-medic/pull/54


 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-8802) Investigate issue with browserify and test-framework

2015-05-20 Thread Steve Gill (JIRA)

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

Steve Gill reassigned CB-8802:
--

Assignee: Steve Gill

 Investigate issue with browserify and test-framework
 

 Key: CB-8802
 URL: https://issues.apache.org/jira/browse/CB-8802
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin TestFramework
Reporter: Steve Gill
Assignee: Steve Gill

  An issue with test-framework main.js not being browserified properly. Need 
 to investigate. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8899) grunt test doesn't run any test

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8899:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-blackberry/pull/183


 grunt test doesn't run any test
 ---

 Key: CB-8899
 URL: https://issues.apache.org/jira/browse/CB-8899
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.5.0
Reporter: Danyi Lin

 run grunt test in cordova-blackberry, observe the output
 Expected Results:
 the test result
 Actual Results:
 0 test has been run



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8674) [Windows] Access launch arguments

2015-05-20 Thread JIRA

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

Sebastián Katzer commented on CB-8674:
--

[~purplecabbage], thanks for your plugin. I already tried that and it does not 
work stable. Because it depends on device performance, size of the app, how 
fast cordova is ready to load the plugins.

When I try it out it works in 1 of 10 attempts.

 [Windows] Access launch arguments
 -

 Key: CB-8674
 URL: https://issues.apache.org/jira/browse/CB-8674
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Jesse MacFadyen

 To get informed about the clicked local notification _on launch_ the plugin 
 needs to listen for the `activated` event.
 But the `activated` event at launch is called before any plugin is loaded. 
 Thus its not possible to access the required informations.
 Also see: https://msdn.microsoft.com/en-us/library/windows/apps/hh761468.aspx
 Is it possible to make the event arguments accessible for later usage?
 Its a blocker before the windows platform can be added to the 
 local-notification plugin.
 https://github.com/katzer/cordova-plugin-local-notifications
 Thanks!



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-9050) cordova run --list does not show that you have an outdated ios-sim or ios-deploy

2015-05-20 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-9050:


Assignee: Shazron Abdullah

 cordova run --list does not show that you have an outdated ios-sim or 
 ios-deploy
 

 Key: CB-9050
 URL: https://issues.apache.org/jira/browse/CB-9050
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 4.0.0


 It just fails silently -- in that the output of --list for either the device 
 or virtual devices is empty.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9051) Plugins don't get re-added if platforms folder deleted

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9051:


GitHub user TimBarham opened a pull request:

https://github.com/apache/cordova-lib/pull/223

CB-9051 Plugins don't get re-added if platforms folder deleted.

To avoid attempting to add a plugin twice while adding a platform (a 
scenario that can occur now with automatic restore of plugins and platforms), 
when adding plugins to a newly added platform we check to see if the plugin has 
already been added, by calling plugman's `PlatformJson.isPluginInstalled()`, 
which looks in `plugins/platform.json` to see if the plugin has been 
installed for a platform.

If you delete a platform's folder from the platforms folder, it's 
`plugins/platform.json` file still exists, so if you add the platform again, 
we think all plugins are already installed for it and don't try to install them.

Simple fix is to delete the platform's `plugins/platform.json` file 
before adding a platform, so we start with a clean slate.

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

$ git pull https://github.com/MSOpenTech/cordova-lib CB-9051

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

https://github.com/apache/cordova-lib/pull/223.patch

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

This closes #223


commit 4fe6df1ebef2346a3fccc1de7c3b05cf849f47f0
Author: Tim Barham tim.bar...@microsoft.com
Date:   2015-05-20T22:41:13Z

CB-9051 Plugins don't get re-added if platforms folder deleted.

To avoid attempting to add a plugin twice while adding a platform (a 
scenario that can occur now with automatic restore of plugins and platforms), 
when adding plugins to a newly added platform we check to see if the plugin has 
already been added by calling plugman's PlatformJson.isPluginInstalled(), which 
looks in plugins/platform.json to see if the plugin has been installed for a 
platform.

If you delete a platform's folder, it's plugins/platform.json file still 
exists, so if you add the platform again, we think all plugins are already 
installed for it and so don't try to install them.

Simple fix is to delete the platform's plugins/platform.json file before 
adding a platform, so we start with a clean slate.




 Plugins don't get re-added if platforms folder deleted
 --

 Key: CB-9051
 URL: https://issues.apache.org/jira/browse/CB-9051
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib, Plugman
Affects Versions: 5.0.0
Reporter: Tim Barham
Assignee: Tim Barham
   Original Estimate: 2h
  Remaining Estimate: 2h

 If you add a platform, the delete the platforms folder (or just the folder 
 for that specific platform), then add the platform again, no plugins are 
 installed for that platform.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9051) Plugins don't get re-added if platforms folder deleted

2015-05-20 Thread Tim Barham (JIRA)
Tim Barham created CB-9051:
--

 Summary: Plugins don't get re-added if platforms folder deleted
 Key: CB-9051
 URL: https://issues.apache.org/jira/browse/CB-9051
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib, Plugman
Affects Versions: 5.0.0
Reporter: Tim Barham
Assignee: Tim Barham


If you add a platform, the delete the platforms folder (or just the folder for 
that specific platform), then add the platform again, no plugins are installed 
for that platform.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9042) Cordova-Android Platform Release 4.0.2 May 19 2015

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 86f9b618ef8919be10b7228f900f57a42f5c6ad6 in cordova-android's branch 
refs/heads/3.7.x from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=86f9b61 ]

CB-9042 updated releasenotes for 3.7.2 release


 Cordova-Android Platform Release 4.0.2 May 19 2015
 --

 Key: CB-9042
 URL: https://issues.apache.org/jira/browse/CB-9042
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Joe Bowser

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9033) Plugins fail to install on Apple Watch based Cordova project

2015-05-20 Thread Olivier Goguel (JIRA)

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

Olivier Goguel commented on CB-9033:


A fully fix is available but requires a pull request to be accepted in the 
node-xcode project : https://github.com/alunny/node-xcode/pull/47


 Plugins fail to install on Apple Watch based Cordova project
 

 Key: CB-9033
 URL: https://issues.apache.org/jira/browse/CB-9033
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.0.0
Reporter: Olivier Goguel

 After having added the Watch Kit target to an iOS Cordova project, plugins 
 cannot be added any more through the CLI.
 An error is thrown 'could not find -Info.plist file, or config.xml file. as 
 the plugin manager is confused by the plist files from the WatchKit App and 
 WatchKit Extension and fails to find the proper plist file of the projet.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9042) Cordova-Android Platform Release 4.0.2 May 19 2015

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit ec1cc70c8b90483fc10db5856655f207823f6785 in cordova-android's branch 
refs/heads/3.7.x from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=ec1cc70 ]

CB-9042 updated for release 3.7.2


 Cordova-Android Platform Release 4.0.2 May 19 2015
 --

 Key: CB-9042
 URL: https://issues.apache.org/jira/browse/CB-9042
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Joe Bowser

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9042) Cordova-Android Platform Release 4.0.2 May 19 2015

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit d654de809aaf5eebd5f7ac60fe1f86dbcd0ded38 in cordova-android's branch 
refs/heads/3.7.x from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=d654de8 ]

CB-9042 reverted changes to cordova.js, should be same as 3.7.1


 Cordova-Android Platform Release 4.0.2 May 19 2015
 --

 Key: CB-9042
 URL: https://issues.apache.org/jira/browse/CB-9042
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Joe Bowser

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-8970) For app launch, remove usage of global js function handleOpenURL, and send an event instead

2015-05-20 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen reassigned CB-8970:
---

Assignee: Jesse MacFadyen

 For app launch, remove usage of global js function handleOpenURL, and send an 
 event instead
 ---

 Key: CB-8970
 URL: https://issues.apache.org/jira/browse/CB-8970
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Shazron Abdullah
Assignee: Jesse MacFadyen
 Fix For: 4.0.0


 Change it here:
 https://github.com/apache/cordova-ios/blob/4.0.x/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.m#L62
 Event name to be determined.
 Update the upgrade guide in /guides.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-8674) [Windows] Access launch arguments

2015-05-20 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen reopened CB-8674:
-

Reopening based on [~katzer] comment that my workaround is tied to performance.

 [Windows] Access launch arguments
 -

 Key: CB-8674
 URL: https://issues.apache.org/jira/browse/CB-8674
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Jesse MacFadyen

 To get informed about the clicked local notification _on launch_ the plugin 
 needs to listen for the `activated` event.
 But the `activated` event at launch is called before any plugin is loaded. 
 Thus its not possible to access the required informations.
 Also see: https://msdn.microsoft.com/en-us/library/windows/apps/hh761468.aspx
 Is it possible to make the event arguments accessible for later usage?
 Its a blocker before the windows platform can be added to the 
 local-notification plugin.
 https://github.com/katzer/cordova-plugin-local-notifications
 Thanks!



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-6877) Plugins Release June 5th, 2014

2015-05-20 Thread Steve Gill (JIRA)

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

Steve Gill resolved CB-6877.

Resolution: Fixed

 Plugins Release June 5th, 2014
 --

 Key: CB-6877
 URL: https://issues.apache.org/jira/browse/CB-6877
 Project: Apache Cordova
  Issue Type: Task
Reporter: Steve Gill

 Following steps at 
 https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-6768) Error copying Blackberry10 icons

2015-05-20 Thread Josh Soref (JIRA)

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

Josh Soref reassigned CB-6768:
--

Assignee: Josh Soref  (was: Bryan Higgins)

 Error copying Blackberry10 icons
 

 Key: CB-6768
 URL: https://issues.apache.org/jira/browse/CB-6768
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry, CLI
Affects Versions: 3.5.0
 Environment: Mac OS X
Reporter: Boston Dell-Vandenberg
Assignee: Josh Soref

 Just upgraded to 3.5.0-0.2.4 and updated config.xml to use the new icon 
 attributes (so glad to have this btw!).
 When I run prepare, the cli reports some copy errors related to the 
 blackberry10 platform.
 Errors:
 {code}
 mkdir: no such file or directory: 
 /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
 cp: copyFileSync: could not write to dest file 
 (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-94.png
 mkdir: no such file or directory: 
 /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
 cp: copyFileSync: could not write to dest file 
 (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-114.png
 {code}
 My config.xml:
 {code}
 ?xml version='1.0' encoding='utf-8'?
 widget
 id=com.scendix.pamfax
 version=3.0.3
 android-versionCode=25
 ios-CFBundleVersion=25
 xmlns=http://www.w3.org/ns/widgets;
 ...
 platform name=blackberry10
   icon src=res/icon/blackberry10/icon-94.png /
   icon src=res/icon/blackberry10/icon-114.png /
 /platform
 /widget
 {code}
 The `platforms/blackberry10/platform_www/res/icon` directories do exist but 
 the icons are not copied. Blackberry platform is upgraded to 3.5. I've also 
 tried deleting `platforms_www` to no avail.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8730) Can't deploy to device

2015-05-20 Thread ASF subversion and git services (JIRA)

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

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

Commit ba7bafdbd8d4dab29899a7a804a6bf8ad6893e51 in cordova-ios's branch 
refs/heads/4.0.x from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=ba7bafd ]

CB-8730 - Can't deploy to device


 Can't deploy to device 
 ---

 Key: CB-8730
 URL: https://issues.apache.org/jira/browse/CB-8730
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.8.0
 Environment: OS X Yosemite 10.10.2, iPhone 6, 6+ on 8.1.2 and 8.1.3 
 (did not test on 8.2)
Reporter: Hirbod
Assignee: Shazron Abdullah
  Labels: cordova-ios-4.0.x
 Fix For: 4.0.0


 Hi,
 before iOS 3.8.0 I was able to run my app with cordova run ios. This would 
 install the app on my iPhone. Now it just launch the simulator.
 Actually, it should only run the simulator when no phone is attached.
 I've also updated to ios-deplay 1.4.0.
 The only way to deploy on phone:
 cordova run ios --device
 But the device parameter wasn't required before. Is this behavior as expected 
 or a bug?



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8174) Adding Icons does not work properly on BlackBerry10 platform

2015-05-20 Thread Josh Soref (JIRA)

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

Josh Soref resolved CB-8174.

Resolution: Duplicate

 Adding Icons does not work properly on BlackBerry10 platform
 

 Key: CB-8174
 URL: https://issues.apache.org/jira/browse/CB-8174
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 3.6.3
 Environment: Windows 8
Reporter: Oliver Salzburg

 Let's assume I created a fresh project with the following commands:
 {code}
 cd /tmp
 cordova create test
 cd test
 cordova platform add blackberry10
 {code}
 I now want to add an icon to this application. The documentation 
 (http://cordova.apache.org/docs/en/4.0.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens)
  suggests to add an icon directive to the config.xml, so I'll do that. As the 
 documentation suggests, I reference res/bb10/icon-86.png and 
 res/bb10/icon-150.png. I have no created any files in the file system yet.
 When I now run cordova build, I get several errors:
 {code}
 OliverSalzburg@OLIVER-PC /d/temp/test
 $ cordova build
 cp: no such file or directory: d:\temp\test\res\bb10\icon-86.png
 cp: no such file or directory: d:\temp\test\res\bb10\icon-150.png
 Running command: d:\temp\test\platforms\blackberry10\cordova\build.bat
 [INFO]Populating application source
 [INFO]Parsing config.xml
 [INFO]Generating output files
 [INFO]Error: Attribute image: file cannot be found in the list of 
 packaged files: res/bb10/icon-86.png
 [ERROR]   Native Packager exception occurred
 [INFO]Error: Attribute image: file cannot be found in the list of 
 packaged files: res/bb10/icon-86.png
 [ERROR]   Native Packager exception occurred
 An error has occurred
 Error: d:\temp\test\platforms\blackberry10\cordova\build.bat: Command failed 
 with exit code 2
 at ChildProcess.whenDone 
 (c:\Users\OliverSalzburg.HARTWIG\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23
 )
 at ChildProcess.emit (events.js:98:17)
 at maybeClose (child_process.js:756:16)
 at Process.ChildProcess._handle.onexit (child_process.js:823:5)
 {code}
 The build process expects to see the referenced files relative to the project 
 root. So I'm creating them at the location that cp complained about:
 {code}
 mkdir -p res/bb10
 touch res/bb10/icon-86.png
 touch res/bb10/icon-150.png
 {code}
 Now I build again:
 {code}
 $ cordova build
 Running command: d:\temp\test\platforms\blackberry10\cordova\build.bat
 [INFO]Populating application source
 [INFO]Parsing config.xml
 [INFO]Generating output files
 [INFO]Error: Attribute image: file cannot be found in the list of 
 packaged files: res/bb10/icon-86.png
 [ERROR]   Native Packager exception occurred
 [INFO]Error: Attribute image: file cannot be found in the list of 
 packaged files: res/bb10/icon-86.png
 [ERROR]   Native Packager exception occurred
 An error has occurred
 Error: d:\temp\test\platforms\blackberry10\cordova\build.bat: Command failed 
 with exit code 2
 at ChildProcess.whenDone 
 (c:\Users\OliverSalzburg.HARTWIG\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23
 )
 at ChildProcess.emit (events.js:98:17)
 at maybeClose (child_process.js:756:16)
 at Process.ChildProcess._handle.onexit (child_process.js:823:5)
 {code}
 The package will still complain, because the images still don't exist in the 
 location where it expects it.
 If I'm not misunderstanding, the packager complains here because it didn't 
 find the images relative to the platforms www directory. So it's actually 
 looking in platforms/blackberry10/www/res/bb10 for the files. However, the 
 files obviously don't exist there, because the www directory is re-created 
 during build. For the files to exist there, they would have to exist in the 
 projects root www directory.
 So, something isn't right here. Either the documentation should say that the 
 icons have to placed in the www directory or the build process should copy 
 them there and place the correct entries in the platforms config.xml.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9033) Plugins fail to install on Apple Watch based Cordova project

2015-05-20 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-9033:


Github user ogoguel commented on the pull request:

https://github.com/apache/cordova-lib/pull/219#issuecomment-104068019
  
Fix Test And Make the Test More Reliable


 Plugins fail to install on Apple Watch based Cordova project
 

 Key: CB-9033
 URL: https://issues.apache.org/jira/browse/CB-9033
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.0.0
Reporter: Olivier Goguel

 After having added the Watch Kit target to an iOS Cordova project, plugins 
 cannot be added any more through the CLI.
 An error is thrown 'could not find -Info.plist file, or config.xml file. as 
 the plugin manager is confused by the plist files from the WatchKit App and 
 WatchKit Extension and fails to find the proper plist file of the projet.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-9011) PR/Commits should trigger medic builds

2015-05-20 Thread Dmitry Blotsky (JIRA)

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

Dmitry Blotsky resolved CB-9011.

   Resolution: Implemented
Fix Version/s: Master

 PR/Commits should trigger medic builds
 --

 Key: CB-9011
 URL: https://issues.apache.org/jira/browse/CB-9011
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
 Fix For: Master

   Original Estimate: 24h
  Remaining Estimate: 24h





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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org