[jira] [Commented] (CB-10601) AppStore rejects cordova-osx application

2018-04-16 Thread Remo Laubacher (JIRA)

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

Remo Laubacher commented on CB-10601:
-

OSX has been released and someone else cares ;)

I would be willing to pay some money for this as I'd like to use cordova to 
submit an app to the store without having to maintain another code base.

If there's someone with experience in cordova, drop me a message and maybe we 
can agree on a price.

> AppStore rejects cordova-osx application
> 
>
> Key: CB-10601
> URL: https://issues.apache.org/jira/browse/CB-10601
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-osx
>Reporter: cyril souti
>Assignee: Tobias Bocanegra
>Priority: Minor
>  Labels: triaged
>
> I've published a cordova application based on cordova-osx but it refused due 
> to :
> The user interface is not consistent with the OS X Human Interface Guidelines.
> We have found that when the user closes the main application window there is 
> no menu item to re-open it. The app should implement a Window menu that lists 
> the main window so it can be reopened, or provide similar functionality in 
> another menu item. OS X Human Interface Guidelines, state that "The menu bar 
> [a]lways contains [a] Window menu".
> Alternatively, if the application is a single-window app, it might be 
> appropriate to save data and quit the app when the main window is closed. 
> For information on managing windows in Mac OS X, please review the following 
> sections in Apple Human Interface Guidelines:
> * The Menu Bar and Its Menus
> * The Window Menu
> * The File Menu
> * Clicking in the Dock
> * Window Behavior
> It accepted with ios.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12774) cordova plugin add doesn't support npm scope

2018-04-16 Thread Tobias Larscheid (JIRA)

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

Tobias Larscheid commented on CB-12774:
---

Hi everyone, any updates on this?

> cordova plugin add doesn't support npm scope
> 
>
> Key: CB-12774
> URL: https://issues.apache.org/jira/browse/CB-12774
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-fetch
>Affects Versions: 1.1.0
>Reporter: Enrico Mazzucchelli
>Priority: Major
>  Labels: cordova-8.0.0
> Fix For: 1.1.1
>
>
> STEP TO REPRODUCE:
> 1) setup a private repo (for example sinopia with docker: 
> https://github.com/kfatehi/docker-sinopia)
> 2) add scope in your npm config:  npm config set @myco:registry 
> http://0.0.0.0:4873/
> 3) create you plugin. In package.json set name: @myco/my.co.plugin.demo; in 
> plugin.xml set plugin id: @myco/my.co.plugin.demo.
> 3) publish plugin in your private repo:
> - npm set registry http://0.0.0.0:4873
> - npm publish
>-  npm set registry https://registry.npmjs.org/
> 4) in your cordova project dir, exec:
> cordova plugin add @myco/my.co.plugin.demo
> EXPECTED BEHAVIOR:
>   cordova plugin are installed 
> ACTUAL BEHAVIOR:
>   cordova installation failed:
>   Error: Failed to fetch plugin my.co.plugin.demo via registry.
>   Probably this is either a connection problem, or plugin spec is incorrect.
>   Check your connection and plugin name/version/URL.
>   Error: npm: Command failed with exit code 1 Error output:
>   npm ERR! code E404
>   npm ERR! 404 Registry returned 404 for GET on 
> https://registry.npmjs.org/my.co.plugin.demo
>   npm ERR! 404 
>   npm ERR! 404  'com.vipera.de.foundation.commons' is not in the npm registry.
>   npm ERR! 404 You should bug the author to publish it (or use the name 
> yourself!)
>   npm ERR! 404 
>   npm ERR! 404 Note that you can also install from a
>   npm ERR! 404 tarball, folder, http url, or git url.
> However node module are correctly installed (verified with npm ls) and 
> fetch.json have a new entry with key
> @my.co.plugin.demo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12774) cordova plugin add doesn't support npm scope

2018-04-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12774:
-

tobilarscheid commented on issue #602: CB-12774 : Don't munge scoped plugin IDs 
anymore. Comment requested.
URL: https://github.com/apache/cordova-lib/pull/602#issuecomment-381590322
 
 
   This actually sounds like a good thing to merge - what is blocking us? :-)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> cordova plugin add doesn't support npm scope
> 
>
> Key: CB-12774
> URL: https://issues.apache.org/jira/browse/CB-12774
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-fetch
>Affects Versions: 1.1.0
>Reporter: Enrico Mazzucchelli
>Priority: Major
>  Labels: cordova-8.0.0
> Fix For: 1.1.1
>
>
> STEP TO REPRODUCE:
> 1) setup a private repo (for example sinopia with docker: 
> https://github.com/kfatehi/docker-sinopia)
> 2) add scope in your npm config:  npm config set @myco:registry 
> http://0.0.0.0:4873/
> 3) create you plugin. In package.json set name: @myco/my.co.plugin.demo; in 
> plugin.xml set plugin id: @myco/my.co.plugin.demo.
> 3) publish plugin in your private repo:
> - npm set registry http://0.0.0.0:4873
> - npm publish
>-  npm set registry https://registry.npmjs.org/
> 4) in your cordova project dir, exec:
> cordova plugin add @myco/my.co.plugin.demo
> EXPECTED BEHAVIOR:
>   cordova plugin are installed 
> ACTUAL BEHAVIOR:
>   cordova installation failed:
>   Error: Failed to fetch plugin my.co.plugin.demo via registry.
>   Probably this is either a connection problem, or plugin spec is incorrect.
>   Check your connection and plugin name/version/URL.
>   Error: npm: Command failed with exit code 1 Error output:
>   npm ERR! code E404
>   npm ERR! 404 Registry returned 404 for GET on 
> https://registry.npmjs.org/my.co.plugin.demo
>   npm ERR! 404 
>   npm ERR! 404  'com.vipera.de.foundation.commons' is not in the npm registry.
>   npm ERR! 404 You should bug the author to publish it (or use the name 
> yourself!)
>   npm ERR! 404 
>   npm ERR! 404 Note that you can also install from a
>   npm ERR! 404 tarball, folder, http url, or git url.
> However node module are correctly installed (verified with npm ls) and 
> fetch.json have a new entry with key
> @my.co.plugin.demo.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-14035) Android app crashed with "Connection InterfaceProviderSpec prevented service: content_renderer from binding interfac e: blink::mojom::BudgetService exposed by: content_bro

2018-04-16 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-14035:

Security: (was: Non-Public)

Also, this isn't our code, and this isn't a security issue, so I'm going to 
open this one up.

> Android app crashed with "Connection  InterfaceProviderSpec prevented 
> service: content_renderer from binding interfac e: 
> blink::mojom::BudgetService exposed by: content_browser"
> -
>
> Key: CB-14035
> URL: https://issues.apache.org/jira/browse/CB-14035
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 5.0.0
>Reporter: Sridhar Boganathan
>Assignee: Joe Bowser
>Priority: Major
>  Labels: ERROR:BudgetService.cpp
>
> Android application crashed due to below error
> 03-24 13:34:42.182 E/chromium( 4831): [ERROR:service_manager.cc(156)] 
> Connection
>  InterfaceProviderSpec prevented service: content_renderer from binding 
> interfac
> e: blink::mojom::BudgetService exposed by: content_browser
> ...
> 03-24 13:34:42.218 E/chromium( 4831): [ERROR:BudgetService.cpp(167)] Unable 
> to c
> onnect to the Mojo BudgetService.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-10601) AppStore rejects cordova-osx application

2018-04-16 Thread Tobias Bocanegra (JIRA)

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

Tobias Bocanegra commented on CB-10601:
---

Hi,
I'm happy to review and apply a patch :-) It shouldn't be too difficult to quit 
the application if the main window is closed.
This should probably already be enough to get the app passing the App store 
validation.



> AppStore rejects cordova-osx application
> 
>
> Key: CB-10601
> URL: https://issues.apache.org/jira/browse/CB-10601
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-osx
>Reporter: cyril souti
>Assignee: Tobias Bocanegra
>Priority: Minor
>  Labels: triaged
>
> I've published a cordova application based on cordova-osx but it refused due 
> to :
> The user interface is not consistent with the OS X Human Interface Guidelines.
> We have found that when the user closes the main application window there is 
> no menu item to re-open it. The app should implement a Window menu that lists 
> the main window so it can be reopened, or provide similar functionality in 
> another menu item. OS X Human Interface Guidelines, state that "The menu bar 
> [a]lways contains [a] Window menu".
> Alternatively, if the application is a single-window app, it might be 
> appropriate to save data and quit the app when the main window is closed. 
> For information on managing windows in Mac OS X, please review the following 
> sections in Apple Human Interface Guidelines:
> * The Menu Bar and Its Menus
> * The Window Menu
> * The File Menu
> * Clicking in the Dock
> * Window Behavior
> It accepted with ios.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-14036) source-file or resource-file png in plugin.xml breaks subsequent plugins for cordova-android 7

2018-04-16 Thread Liam Ryan (JIRA)
Liam Ryan created CB-14036:
--

 Summary: source-file or resource-file png in plugin.xml breaks 
subsequent plugins for cordova-android 7
 Key: CB-14036
 URL: https://issues.apache.org/jira/browse/CB-14036
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: 7.0.0
 Environment: This is the blank project that I build together with 
environment ( pasted below for reference ) - 
[https://github.com/Liam-Ryan/ionic-cordova-android-7]



After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 
Reporter: Liam Ryan
Assignee: Joe Bowser


Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags

{{ }}

 

{{}}{{Example of error - Failed to install 'cordova-plugin-splashscreen': 
Error: ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-14036) source-file or resource-file png in plugin.xml breaks subsequent plugins for cordova-android 7

2018-04-16 Thread Liam Ryan (JIRA)

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

Liam Ryan updated CB-14036:
---
Description: 
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags



 

{{Example of error - Failed to install 'cordova-plugin-splashscreen': Error: 
ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 

This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2}}

{{ionic (Ionic CLI) : 3.20.0}}

{{global packages: cordova (Cordova CLI) : 8.0.0}}

{{local packages: @ionic/app-scripts : 3.1.8}}

{{Cordova Platforms : android 7.0.0}}

{{Ionic Framework : ionic-angular 3.9.2}}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0}}

{{npm : 5.6.0}}

{{OS : Windows 7 Cordova 8.0.0}}

 

  was:
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags

{\{ }}

 

{{}}{{Example of error - Failed to install 'cordova-plugin-splashscreen': 
Error: ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 

This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2}}

{{ionic (Ionic CLI) : 3.20.0}}

{{global packages: cordova (Cordova CLI) : 8.0.0}}

{{local packages: @ionic/app-scripts : 3.1.8}}

{{Cordova Platforms : android 7.0.0}}

{{Ionic Framework : ionic-angular 3.9.2}}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0}}

{{npm : 5.6.0}}

{{OS : Windows 7 Cordova 8.0.0}}

 


> source-file or resource-file png in plugin.xml breaks subsequent plugins for 
> cordova-android 7
> --
>
> Key: CB-14036
> URL: https://issues.apache.org/jira/browse/CB-14036
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
> Environment: This is the blank project that I build together with 
> environment ( pasted below for reference ) - 
> [https://github.com/Liam-Ryan/ionic-cordova-android-7]
>  
> After setting up this project running ionic cordova plugin add 
> cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
> the issue. 
>  
> {{cli packages: @ionic/cli-utils : 1.19.2 }}
> {{ionic (Ionic CLI) : 3.20.0 }}
> {{global packages: cordova (Cordova CLI) : 8.0.0 }}
> {{local packages: @ionic/app-scripts : 3.1.8 }}
> {{Cordova Platforms : android 7.0.0 }}
> {{Ionic Framework : ionic-angular 3.9.2 }}
> {{System: Android SDK Tools : 26.1.1 Node : v8.10.0 }}
> {{npm : 5.6.0 }}
> {{OS : Windows 7 Cordova 8.0.0}}
>  
>Reporter: Liam Ryan
>Assignee: Joe Bowser
>Priority: Major
>
> Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the 
> following. I have also tried changing to resource-file. When these tags are 
> present in either form then 

[jira] [Updated] (CB-14036) source-file or resource-file png in plugin.xml breaks subsequent plugins for cordova-android 7

2018-04-16 Thread Liam Ryan (JIRA)

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

Liam Ryan updated CB-14036:
---
Description: 
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags

{{}}

 

{{The same tag for copying xml files works with no issues and no effect on 
subsequent plugins}}

 

{{Example of error - Failed to install 'cordova-plugin-splashscreen': Error: 
ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 

This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2}}

{{ionic (Ionic CLI) : 3.20.0}}

{{global packages: cordova (Cordova CLI) : 8.0.0}}

{{local packages: @ionic/app-scripts : 3.1.8}}

{{Cordova Platforms : android 7.0.0}}

{{Ionic Framework : ionic-angular 3.9.2}}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0}}

{{npm : 5.6.0}}

{{OS : Windows 7 Cordova 8.0.0}}

 

  was:
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags



 

{{Example of error - Failed to install 'cordova-plugin-splashscreen': Error: 
ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 

This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2}}

{{ionic (Ionic CLI) : 3.20.0}}

{{global packages: cordova (Cordova CLI) : 8.0.0}}

{{local packages: @ionic/app-scripts : 3.1.8}}

{{Cordova Platforms : android 7.0.0}}

{{Ionic Framework : ionic-angular 3.9.2}}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0}}

{{npm : 5.6.0}}

{{OS : Windows 7 Cordova 8.0.0}}

 


> source-file or resource-file png in plugin.xml breaks subsequent plugins for 
> cordova-android 7
> --
>
> Key: CB-14036
> URL: https://issues.apache.org/jira/browse/CB-14036
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
> Environment: This is the blank project that I build together with 
> environment ( pasted below for reference ) - 
> [https://github.com/Liam-Ryan/ionic-cordova-android-7]
>  
> After setting up this project running ionic cordova plugin add 
> cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
> the issue. 
>  
> {{cli packages: @ionic/cli-utils : 1.19.2 }}
> {{ionic (Ionic CLI) : 3.20.0 }}
> {{global packages: cordova (Cordova CLI) : 8.0.0 }}
> {{local packages: @ionic/app-scripts : 3.1.8 }}
> {{Cordova Platforms : android 7.0.0 }}
> {{Ionic Framework : ionic-angular 3.9.2 }}
> {{System: Android SDK Tools : 26.1.1 Node : v8.10.0 }}
> {{npm : 5.6.0 }}
> {{OS : Windows 7 Cordova 8.0.0}}
>  
>Reporter: Liam Ryan
>Assignee: Joe Bowser
>Priority: Major
>
> Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the 
> following. I have 

[jira] [Updated] (CB-14036) source-file or resource-file png in plugin.xml breaks subsequent plugins for cordova-android 7

2018-04-16 Thread Liam Ryan (JIRA)

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

Liam Ryan updated CB-14036:
---
Environment: 
This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2 }}

{{ionic (Ionic CLI) : 3.20.0 }}

{{global packages: cordova (Cordova CLI) : 8.0.0 }}

{{local packages: @ionic/app-scripts : 3.1.8 }}

{{Cordova Platforms : android 7.0.0 }}

{{Ionic Framework : ionic-angular 3.9.2 }}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0 }}

{{npm : 5.6.0 }}

{{OS : Windows 7 Cordova 8.0.0}}

 

  was:
This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]



After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

Description: 
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags

{\{ }}

 

{{}}{{Example of error - Failed to install 'cordova-plugin-splashscreen': 
Error: ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 

This is the blank project that I build together with environment ( pasted below 
for reference ) - [https://github.com/Liam-Ryan/ionic-cordova-android-7]

 

After setting up this project running ionic cordova plugin add 
cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
the issue. 

 

{{cli packages: @ionic/cli-utils : 1.19.2}}

{{ionic (Ionic CLI) : 3.20.0}}

{{global packages: cordova (Cordova CLI) : 8.0.0}}

{{local packages: @ionic/app-scripts : 3.1.8}}

{{Cordova Platforms : android 7.0.0}}

{{Ionic Framework : ionic-angular 3.9.2}}

{{System: Android SDK Tools : 26.1.1 Node : v8.10.0}}

{{npm : 5.6.0}}

{{OS : Windows 7 Cordova 8.0.0}}

 

  was:
Plugin.xml for cordova-plugin-fingerprint-aio contains tags like the following. 
I have also tried changing to resource-file. When these tags are present in 
either form then subsequent plugins seem to revert to the old cordova-android 
directory structure which causes their installation to fail during cordova 
platform add android and also hides the cause of the issue since there are no 
errors for the plugin containing these tags

{{ }}

 

{{}}{{Example of error - Failed to install 'cordova-plugin-splashscreen': 
Error: ENOENT: no such file or directory, open 
'E:\Development\Angular2\Cordova7\cordova7\platforms\android\AndroidManifest.xml'}}

 

{{I'm building with latest ionic blank project ( see environment ) and the 
plugin in question is cordova-plugin-fingerprint-aio. I'm aware that this 
project is not yet cordova-android 7 compliant, I'm trying to create a pull 
request for same }}

 

[https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/pull/94]

 


> source-file or resource-file png in plugin.xml breaks subsequent plugins for 
> cordova-android 7
> --
>
> Key: CB-14036
> URL: https://issues.apache.org/jira/browse/CB-14036
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
> Environment: This is the blank project that I build together with 
> environment ( pasted below for reference ) - 
> [https://github.com/Liam-Ryan/ionic-cordova-android-7]
>  
> After setting up this project running ionic cordova plugin add 
> cordova-plugin-fingerprint-aio && cordova platform add android will reproduce 
> the issue. 
>  
> {{cli packages: @ionic/cli-utils : 1.19.2 }}
> {{ionic (Ionic CLI) : 3.20.0 }}
> {{global packages: cordova (Cordova CLI) : 8.0.0 }}
> {{local packages: @ionic/app-scripts : 3.1.8 }}
> {{Cordova Platforms : android 7.0.0 }}
> {{Ionic Framework : ionic-angular 3.9.2 }}
> {{System: Android SDK Tools : 26.1.1 Node : 

[jira] [Commented] (CB-13955) No mention of 'Make' command running in 'developing-the-website' section

2018-04-16 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13955:
-

stevengill closed pull request #811: CB-13955 No mention of 'Make' command 
running in 'developing-the-website' section
URL: https://github.com/apache/cordova-docs/pull/811
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 23a2fa90d..0
--- a/Makefile
+++ /dev/null
@@ -1,314 +0,0 @@
-# Function Reference:
-#  https://www.gnu.org/software/make/manual/html_node/Text-Functions.html
-#  
https://www.gnu.org/software/make/manual/html_node/File-Name-Functions.html
-# Variable Reference:
-#  
https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
-
-# Makefile's own config
-ifeq ($(OS),Windows_NT)
-WINDOWS=1
-endif
-
-ifdef WINDOWS
-SHELL  = cmd
-JEKYLL = bundle.bat exec jekyll
-CAT= type
-LS = ls
-else
-SHELL  = sh
-JEKYLL = bundle exec jekyll
-CAT= cat
-LS = ls
-endif
-
-# macros
-slugify   = $(subst /,_,$(subst .,-,$(1)))
-slug2language = $(subst /,,$(dir $(subst _,/,$(1
-slug2version  = $(subst -,.,$(notdir $(subst _,/,$(1
-
-ifdef WINDOWS
-copydir = xcopy "$(subst /,\,$(1))" "$(subst /,\,$(2))" /E /I
-else
-copydir = cp -r $(1) $(2)
-endif
-
-ifdef WINDOWS
-copyfile = copy "$(subst /,\,$(1))" "$(subst /,\,$(2))"
-else
-copyfile = cp $(1) $(2)
-endif
-
-ifdef WINDOWS
-makedir = mkdir $(subst /,\,$(1))
-else
-makedir = mkdir -p $(1)
-endif
-
-ifdef WINDOWS
-printfile = type $(subst /,\,$(1))
-else
-printfile = cat $(1)
-endif
-
-ifdef WINDOWS
-RM = cmd /C del /Q /F $(subst /,\,$(1))
-RMDIR  = cmd /C rmdir /S /Q $(subst /,\,$(1))
-else
-RM = rm -f $(1)
-RMDIR = rm -rf $(1)
-endif
-
-# constants
-EMPTY =
-SPACE = $(EMPTY) $(EMPTY)
-COMMA = ,
-
-VERSION_VAR_NAME = latest_docs_version
-
-# paths and files
-BIN_DIR  = tools/bin
-NODE_BIN_DIR = ./node_modules/.bin
-
-SRC_DIR= www
-DEV_DIR= build-dev
-PROD_DIR   = build-prod
-CONFIG_DIR = conf
-
-DOCS_DIR = $(SRC_DIR)/docs
-DATA_DIR = $(SRC_DIR)/_data
-TOC_DIR  = $(DATA_DIR)/toc
-STATIC_DIR   = $(SRC_DIR)/static
-CSS_SRC_DIR  = $(STATIC_DIR)/css-src
-CSS_DEST_DIR = $(STATIC_DIR)/css
-PLUGINS_SRC_DIR  = $(STATIC_DIR)/plugins
-PLUGINS_DEST_DIR = $(STATIC_DIR)/js
-
-# executables
-NODE   = node
-GULP   = $(NODE_BIN_DIR)/gulp
-LESSC  = $(NODE_BIN_DIR)/lessc
-SASSC  = $(NODE_BIN_DIR)/node-sass
-BROWSERIFY = $(NODE_BIN_DIR)/browserify
-UGLIFY = $(NODE_BIN_DIR)/uglifyjs
-
-# replace slashes in executables on Windows
-ifdef WINDOWS
-GULP   := $(subst /,\,$(GULP))
-LESSC  := $(subst /,\,$(LESSC))
-SASSC  := $(subst /,\,$(SASSC))
-BROWSERIFY := $(subst /,\,$(BROWSERIFY))
-UGLIFY := $(subst /,\,$(UGLIFY))
-endif
-
-# existing files
-MAIN_CONFIG = $(CONFIG_DIR)/_config.yml
-DEV_CONFIG  = $(CONFIG_DIR)/_dev.yml
-PROD_CONFIG = $(CONFIG_DIR)/_prod.yml
-DOCS_EXCLUDE_CONFIG = $(CONFIG_DIR)/_nodocs.yml
-FETCH_CONFIG= $(DATA_DIR)/fetched-files.yml
-REDIRECTS_FILE  = $(DATA_DIR)/redirects.yml
-PLUGINS_SRC = $(PLUGINS_SRC_DIR)/app.js
-VERSION_FILE= VERSION
-FETCH_SCRIPT= $(BIN_DIR)/fetch_docs.js
-
-# NOTE:
-#  the .scss files are separate because they combine into MAIN_STYLE_FILE,
-#  which includes them on its own, and the SCSS compiler takes care of 
them;
-#  because of this, there is also no .scss -> .css pattern rule
-ifdef WINDOWS
-PWD = $(dir $(realpath $(firstword $(MAKEFILE_LIST
-SCSS_SRC   = $(subst $(PWD),,$(subst \,/,$(shell cd $(CSS_SRC_DIR) && dir 
*.scss /S /B)))
-STYLES_SRC = $(subst $(PWD),,$(subst \,/,$(shell cd $(CSS_SRC_DIR) && dir 
*.less *.css /S /B)))
-else
-SCSS_SRC   = $(shell find $(CSS_SRC_DIR) -name "*.scss")
-STYLES_SRC = $(shell find $(CSS_SRC_DIR) -name "*.less" -or -name "*.css")
-endif
-
-LANGUAGES = $(shell $(LS) $(DOCS_DIR))
-
-LATEST_DOCS_VERSION = $(strip $(shell $(CAT) $(VERSION_FILE)))
-NEXT_DOCS_VERSION   = $(shell $(NODE) $(BIN_DIR)/nextversion.js 
$(LATEST_DOCS_VERSION))
-
-NEXT_DOCS_VERSION_SLUG   = $(call slugify,$(NEXT_DOCS_VERSION))
-
-DEV_DOCS  = $(addprefix $(DOCS_DIR)/,$(addsuffix /dev,$(LANGUAGES)))
-DEV_DOCS_TOCS = $(addprefix $(TOC_DIR)/,$(addsuffix _dev-src.yml, 
$(LANGUAGES)))
-
-# generated files
-VERSION_CONFIG= $(CONFIG_DIR)/_version.yml
-DEFAULTS_CONFIG   = $(CONFIG_DIR)/_defaults.yml
-DOCS_VERSION_DATA = $(DATA_DIR)/docs-versions.yml
-DOCS_PAGE_LIST= $(DATA_DIR)/all-pages.yml
-PLUGINS_APP   = $(PLUGINS_DEST_DIR)/plugins.js
-MAIN_STYLE_FILE   = $(CSS_DEST_DIR)/main.css
-

[jira] [Commented] (CB-13955) No mention of 'Make' command running in 'developing-the-website' section

2018-04-16 Thread ASF subversion and git services (JIRA)

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

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

Commit a8dad1292e7bb0d7e5736b94f1d5122093dc4a39 in cordova-docs's branch 
refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-docs.git;h=a8dad12 ]

Merge pull request #811 from gandhirajan/gandhi-doc-make

CB-13955 No mention of 'Make' command running in 'developing-the-website' 
section

> No mention of 'Make' command running in 'developing-the-website' section
> 
>
> Key: CB-13955
> URL: https://issues.apache.org/jira/browse/CB-13955
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs
>Reporter: Gandhirajan
>Assignee: Gandhirajan
>Priority: Major
>
> Only 'Make' installation step is mentioned in the doc. But there no mention 
> of 'Make' command running in 'developing-the-website' section of cordova docs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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