[jira] [Closed] (CB-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis closed CB-14166.


> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
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] [Resolved] (CB-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis resolved CB-14166.
--
Resolution: Fixed

> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
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-14166) Cordova on windows fails when adding plugin

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis commented on CB-14166:
--

Closing as it appears this has been resolved and merged in PR: 
https://github.com/apache/cordova-lib/pull/622

> Cordova on windows fails when adding plugin
> ---
>
> Key: CB-14166
> URL: https://issues.apache.org/jira/browse/CB-14166
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: takuya
>Assignee: Jesse MacFadyen
>Priority: Blocker
> Attachments: screenshot-1.png, スクリーンショット 2018-09-06 11.36.42.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> cordova on windows fails to add the plugin.
> This error happens even when cordova-plugin-whitelist.
> Therefore `cordova platform add windows` also fails.
> For example,
> ```
> > cordova create sample
> > cd sample
> > cordova platform add windows
> ```
> brings following error.
> ```
> ...
> Check your connection and plugin name/version/URL.
> Error: C:\Program Files (x86)\Nodist\bin\npm.exe: Command failed with exit 
> code 1 Error output:
> npm ERR! code EINVALIDTAGNAME
> npm ERR! Invalid tag name ""1"": Tags may not have any characters that 
> encodeURIComponent encodes.
> ```
> This error happens for windows environment only.



--
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] [Closed] (CB-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis closed CB-7078.
---

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



--
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] [Resolved] (CB-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis resolved CB-7078.
-
Resolution: Fixed

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



--
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-7078) serve.spec.js is slow, should be rewritten to be like plugin.spec.js

2019-03-15 Thread Bryan Ellis (JIRA)


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

Bryan Ellis commented on CB-7078:
-

Closing  as it appears to be resolved and merged in PR: 
https://github.com/apache/cordova-lib/pull/687/commits

> serve.spec.js is slow, should be rewritten to be like plugin.spec.js 
> -
>
> Key: CB-7078
> URL: https://issues.apache.org/jira/browse/CB-7078
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-serve
>Reporter: Mark Koudritsky
>Assignee: Raphael
>Priority: Major
>
> The spec for `cordova serve` is slow and overly complicated.
> It re-creates the project for each sub-test and and uses the vanilla platform 
> files which causes it to hit the network if platform files are not cached in 
> ~/.cordova/lib.
> The attempt to test all platforms usable on the current box the test is 
> running on is admirable, but it results in non-repeatability between machines 
> which is more of a problem than benefit.



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