[jira] [Created] (CB-13716) AndroidStudio.js incorrectly decides project is Eclipse project

2017-12-27 Thread Gary N Griswold (JIRA)
Gary N Griswold created CB-13716:


 Summary: AndroidStudio.js incorrectly decides project is Eclipse 
project
 Key: CB-13716
 URL: https://issues.apache.org/jira/browse/CB-13716
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: cordova-android-7.0.0
 Environment: Mac osx 10.13.2
Reporter: Gary N Griswold
Assignee: Joe Bowser
Priority: Critical
 Fix For: Master
 Attachments: AndroidStudio.js

cordova add plugin fails on the error below, because it cannot find 
AndroidManifest.xml.  I think the problem is caused by 
cordova/lib/AndroidStudio.js.  It is using the presence of directories: libs 
and res to determine if a project is an Eclipse project.  The problem is that 
one of the plugins I use does create these directories.  So, any plugin added 
after the Eclipse created plugin causes this logic to think that all subsequent 
plugins are Eclipse plugins.

cordova plugin add $HOME/ShortSands/BibleApp/Plugins/PKZip --nofetch
Installing "com-shortsands-pkzip" for android
Failed to install 'com-shortsands-pkzip': Error: ENOENT: no such file or 
directory, open 
'/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/AndroidManifest.xml'
at Error (native)
at Object.fs.openSync (fs.js:640:18)
at Object.fs.readFileSync (fs.js:508:33)
at Object.parseElementtreeSync 
(/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/cordova/node_modules/cordova-common/src/util/xml-helpers.js:180:27)
at new AndroidManifest 
(/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/cordova/lib/AndroidManifest.js:29:20)
at AndroidProject.getPackageName 
(/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/cordova/lib/AndroidProject.js:99:12)
at Api.addPlugin 
(/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/cordova/Api.js:223:57)
at handleInstall 
(/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:594:10)
at 
/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:357:28
at _fulfilled 
(/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
Error: ENOENT: no such file or directory, open 
'/Users/garygriswold/ShortSands/BibleApp/YourBible/platforms/android/AndroidManifest.xml'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-13013:
--

My apologies.  I have not been able to reproduce the problem in a Hello World 
App, even when I added all of the plugins that my App uses.  So, I am out of 
ideas on what is the cause of the problem.

I am sure that the -F was incorrectly formed for three of my custom 
plugins, when there was a space in the App name.  But, I do not know what other 
condition was necessary for this to happen.

I'm not sure what you want to do with bug request.

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Issue Comment Deleted] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold updated CB-13013:
-
Comment: was deleted

(was: I will try to get something in GitHub in the next couple of days to look 
at.  I think the problem occurs when there is a custom framework in the plugin. 
 The following is one of the plugins that fail with this error.










)

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-13013:
--

I will try to get something in GitHub in the next couple of days to look at.  I 
think the problem occurs when there is a custom framework in the plugin.  The 
following is one of the plugins that fail with this error.












> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
>  Labels: backlog, ios-next
> Fix For: cordova-ios@4.4.1
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-14 Thread Gary N Griswold (JIRA)

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

Gary N Griswold edited comment on CB-13013 at 7/14/17 8:50 PM:
---

I have downgraded this from Blocking to Major, because it is possible to 
mitigate the problem by removing the space in the AppName.


was (Author: g...@shortsands.com):
I have downgraded this from Blocking to Major, because it is possible to 
mitigate the problem removing the space in the AppName.

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
> Fix For: Master
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-14 Thread Gary N Griswold (JIRA)

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

Gary N Griswold updated CB-13013:
-
Priority: Major  (was: Blocker)

I have downgraded this from Blocking to Major, because it is possible to 
mitigate the problem removing the space in the AppName.

> Cordova iOS link (clang) failure caused by space in App name
> 
>
> Key: CB-13013
> URL: https://issues.apache.org/jira/browse/CB-13013
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova@7.0.0
> Environment: Mac osx 10.12.5
> xCode 8.3.3
> cordova 7.0.1
> cordova iOS 4.4.0
>Reporter: Gary N Griswold
>Assignee: Shazron Abdullah
> Fix For: Master
>
>
> Where in iOS Cordova is the code that generates the clang command?  I would 
> be happy to investigate this problem myself, if I knew where in the Cordova 
> code that the clang (link) statement is generated.
> The clang statement that is being generated is not correctly handling a space 
> that is embedded in the App name:
>
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
>  
>  .
> -FYour
> -FBible/Plugins/com-shortsands-pkzip 
> -FBible/Plugins/com-shortsands-aws 
> -FBible/Plugins/com-shortsands-videoplayer 
> -FBible/Plugins/cordova-plugin-webserver 
> -FYour\ Bible/Plugins/com-shortsands-pkzip 
> -FYour\ Bible/Plugins/com-shortsands-aws 
> -FYour\ Bible/Plugins/com-shortsands-videoplayer
> . 
> The App is named "Your Bible". Noticed that it is not handling the space 
> properly when it generates the -F parameters, and those all fail with not 
> found errors. Then it generates -F parameters a second time, but this time 
> correctly handling the space.
> Custom, embedded frameworks are being used in these three plugins. This link 
> problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13013) Cordova iOS link (clang) failure caused by space in App name

2017-07-11 Thread Gary N Griswold (JIRA)
Gary N Griswold created CB-13013:


 Summary: Cordova iOS link (clang) failure caused by space in App 
name
 Key: CB-13013
 URL: https://issues.apache.org/jira/browse/CB-13013
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: cordova@7.0.0, cordova-ios@4.4.0
 Environment: Mac osx 10.12.5
xCode 8.3.3
cordova 7.0.1
cordova iOS 4.4.0
Reporter: Gary N Griswold
Assignee: Shazron Abdullah
Priority: Blocker
 Fix For: Master


Where in iOS Cordova is the code that generates the clang command?  I would be 
happy to investigate this problem myself, if I knew where in the Cordova code 
that the clang (link) statement is generated.

The clang statement that is being generated is not correctly handling a space 
that is embedded in the App name:

   
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 
 .
-FYour
-FBible/Plugins/com-shortsands-pkzip 
-FBible/Plugins/com-shortsands-aws 
-FBible/Plugins/com-shortsands-videoplayer 
-FBible/Plugins/cordova-plugin-webserver 
-FYour\ Bible/Plugins/com-shortsands-pkzip 
-FYour\ Bible/Plugins/com-shortsands-aws 
-FYour\ Bible/Plugins/com-shortsands-videoplayer
. 
The App is named "Your Bible". Noticed that it is not handling the space 
properly when it generates the -F parameters, and those all fail with not found 
errors. Then it generates -F parameters a second time, but this time correctly 
handling the space.

Custom, embedded frameworks are being used in these three plugins. This link 
problem appeared after they were added to the project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12864) Plugin 'xxxxx' is not found, or is not a CDVPlugin

2017-05-30 Thread Gary N Griswold (JIRA)

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

Gary N Griswold updated CB-12864:
-

Kerri,

If it is not a bug, then the constraint should probably be mentioned in the 
documentation. The following fragment of plugin.xml clearly permits the 
CDVPlugin subclass from being given a different name than the external name of 
the plugin


Gary

Sent from my iPhone

On May 30, 2017, at 12:51 PM, Kerri Shotts (JIRA)  wrote:



> Plugin 'x' is not found, or is not a CDVPlugin
> --
>
> Key: CB-12864
> URL: https://issues.apache.org/jira/browse/CB-12864
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova@7.0.0
> Environment: Xcode 8.3.2  and cordova iOS 4.4.0
>Reporter: Gary N Griswold
>
> I wrote a plugin in which the name of the plugin and the name of the 
> www/XXX.js file were the same, but I named the name of the CDVPlugin subclass 
> a different name.  Doing this caused the error that the linker did not 
> include the CDVPlugin subclass.  The error was "Plugin 'x' is not found, 
> or is not a CDVPlugin"
> The problem was fixed by changing the name of the CDVPlugin subclass to the 
> same name as the Plugin and the www/XXX.js file.
> The following are relevant fragments from the plugin.xml file:
> AWS
> 
>   
> 
> 
>   
> 
>   
> 
>   
>   
> 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12864) Plugin 'xxxxx' is not found, or is not a CDVPlugin

2017-05-27 Thread Gary N Griswold (JIRA)
Gary N Griswold created CB-12864:


 Summary: Plugin 'x' is not found, or is not a CDVPlugin
 Key: CB-12864
 URL: https://issues.apache.org/jira/browse/CB-12864
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: cordova@7.0.0
 Environment: Xcode 8.3.2  and cordova iOS 4.4.0
Reporter: Gary N Griswold


I wrote a plugin in which the name of the plugin and the name of the www/XXX.js 
file were the same, but I named the name of the CDVPlugin subclass a different 
name.  Doing this caused the error that the linker did not include the 
CDVPlugin subclass.  The error was "Plugin 'x' is not found, or is not a 
CDVPlugin"

The problem was fixed by changing the name of the CDVPlugin subclass to the 
same name as the Plugin and the www/XXX.js file.

The following are relevant fragments from the plugin.xml file:
AWS

  


  

  

  
  




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12524) add plugin failing because it cannot find tools/templates

2017-03-02 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-12524:
--

I have no explanation, but it is working now after I re-added android platform. 
 I am certain that I tried removing and re-adding the android platform 
yesterday, and it did not fix the problem at that time.

Since the problem was intermittent, and the fix unexplained, should I remove 
the bug request, or simply lower its priority?

The same error did occur with an attempt to add cordova-plugin-file, yesterday.

Yesterday, it was failing because it was trying to find gradle wrapper under 
sdk/tools/templates/gradle/wrapper, but sdk/tools/templates did not exist.  It 
still does not exist.  I am not aware of where it finds the gradle wrapper, now.

The project has the following plugins when android is the only platform:
com-shortsands-videoplayer 0.0.1 "VideoPlayer"
cordova-plugin-compat 1.1.0 "Compat"
cordova-plugin-console 1.0.5 "Console"
cordova-plugin-whitelist 1.3.1 "Whitelist"



> add plugin failing because it cannot find tools/templates
> -
>
> Key: CB-12524
> URL: https://issues.apache.org/jira/browse/CB-12524
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, App Hello World
>Affects Versions: 6.5.0
> Environment: Mac OSX 10.12.3
> Cordova 6.5.0
> Android 6.1.2
>Reporter: Gary N Griswold
>Priority: Blocker
>
> plugin add is failing because it is looking for in 
> sdk/tools/templates/gradle/wrapper, but tools/templates does not exist.
> The reference to the missing templates directory is found in check_reqs.js 
> line 88
> platforms/android/cordova/lib/check_reqs.js
> line 88: var wrapperDir = path.join(sdkDir, 'tools', 'templates', 'gradle', 
> 'wrapper');
> Please see the
> cordova plugin add $HOME/
> Failed to install 'com-shortsands-videoplayer':CordovaError: Could not find 
> gradle wrapper within Android SDK. Might need to update your Android SDK.
> Looked here: 
> /Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper
> at Object.module.exports.check_gradle 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/check_reqs.js:90:25)
> at GradleBuilder.prepEnv 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/builders/GradleBuilder.js:161:23)
> at Api.module.exports.runClean 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/build.js:131:20)
> at 
> /Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/Api.js:394:50
> at _fulfilled 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:834:54)
> at self.promiseDispatch.done 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:863:30)
> at Promise.promise.promiseDispatch 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:796:13)
> at 
> /Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:604:44
> at runSingle 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:137:13)
> at flush 
> (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:125:13)
> Error: Could not find gradle wrapper within Android SDK. Might need to update 
> your Android SDK.
> Looked here: 
> /Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12524) add plugin failing because it cannot find tools/templates

2017-03-01 Thread Gary N Griswold (JIRA)

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

Gary N Griswold updated CB-12524:
-
Description: 
plugin add is failing because it is looking for in 
sdk/tools/templates/gradle/wrapper, but tools/templates does not exist.

The reference to the missing templates directory is found in check_reqs.js line 
88

platforms/android/cordova/lib/check_reqs.js
line 88: var wrapperDir = path.join(sdkDir, 'tools', 'templates', 'gradle', 
'wrapper');

Please see the

cordova plugin add $HOME/

Failed to install 'com-shortsands-videoplayer':CordovaError: Could not find 
gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper
at Object.module.exports.check_gradle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/check_reqs.js:90:25)
at GradleBuilder.prepEnv 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/builders/GradleBuilder.js:161:23)
at Api.module.exports.runClean 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/build.js:131:20)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/Api.js:394:50
at _fulfilled 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:834:54)
at self.promiseDispatch.done 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:796:13)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:604:44
at runSingle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:137:13)
at flush 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:125:13)
Error: Could not find gradle wrapper within Android SDK. Might need to update 
your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper


  was:
plugin add is failing because it is looking for in 
sdk/tools/template/gradle/wrapper, but tools/templates does not exist.

Please see the

cordova plugin add $HOME/

Failed to install 'com-shortsands-videoplayer':CordovaError: Could not find 
gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper
at Object.module.exports.check_gradle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/check_reqs.js:90:25)
at GradleBuilder.prepEnv 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/builders/GradleBuilder.js:161:23)
at Api.module.exports.runClean 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/build.js:131:20)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/Api.js:394:50
at _fulfilled 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:834:54)
at self.promiseDispatch.done 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:796:13)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:604:44
at runSingle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:137:13)
at flush 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:125:13)
Error: Could not find gradle wrapper within Android SDK. Might need to update 
your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper



> add plugin failing because it cannot find tools/templates
> -
>
> Key: CB-12524
> URL: https://issues.apache.org/jira/browse/CB-12524
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, App Hello World
>Affects Versions: 6.5.0
> Environment: Mac OSX 10.12.3
> Cordova 6.5.0
> Android 6.1.2
>Reporter: Gary N Griswold
>Priority: Blocker
>
> plugin add is failing because it is looking for in 
> sdk/tools/templates/gradle/wrapper, but tools/templates does not exist.
> The reference to the missing templates directory is found in check_reqs.js 
> line 88
> platforms/android/cordova/lib/check_reqs.js
> line 88: var wrapperDir = path.join(sdkDir, 'tools', 'templates', 'gradle', 
> 'wrapper');
> Please see the
> cordova plugin add $HOME/
> Failed to install 'com-shortsands-videoplayer':CordovaError: Could n

[jira] [Created] (CB-12524) add plugin failing because it cannot find tools/templates

2017-03-01 Thread Gary N Griswold (JIRA)
Gary N Griswold created CB-12524:


 Summary: add plugin failing because it cannot find tools/templates
 Key: CB-12524
 URL: https://issues.apache.org/jira/browse/CB-12524
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, App Hello World
Affects Versions: 6.5.0
 Environment: Mac OSX 10.12.3
Cordova 6.5.0
Android 6.1.2
Reporter: Gary N Griswold
Priority: Blocker


plugin add is failing because it is looking for in 
sdk/tools/template/gradle/wrapper, but tools/templates does not exist.

Please see the

cordova plugin add $HOME/

Failed to install 'com-shortsands-videoplayer':CordovaError: Could not find 
gradle wrapper within Android SDK. Might need to update your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper
at Object.module.exports.check_gradle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/check_reqs.js:90:25)
at GradleBuilder.prepEnv 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/builders/GradleBuilder.js:161:23)
at Api.module.exports.runClean 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/build.js:131:20)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/Api.js:394:50
at _fulfilled 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:834:54)
at self.promiseDispatch.done 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:796:13)
at 
/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:604:44
at runSingle 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:137:13)
at flush 
(/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:125:13)
Error: Could not find gradle wrapper within Android SDK. Might need to update 
your Android SDK.
Looked here: 
/Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Updated] (CB-12162) Error Diagnostics

2016-11-18 Thread Gary N Griswold (JIRA)

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

Gary N Griswold updated CB-12162:
-
Component/s: (was: CLI)
 (was: iOS)
 Plugin Console

> Error Diagnostics
> -
>
> Key: CB-12162
> URL: https://issues.apache.org/jira/browse/CB-12162
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugin Console
>Reporter: Gary N Griswold
>Priority: Critical
>
> I have had very uneven success with this plugin.  At one time in the past, it 
> worked on the simulator, but not an installed App.  More recently under iOS 
> 3.9.2 it worked on an installed App, but not the simulator.  Right now, using 
> iOS 4.3.0 it doesn't work with either the simulator or a USB connected device.
> Since this plugin does work for others, I accept the thought that there is 
> something about my configuration that is preventing it from working.
> All I ask is that the plugin should be putting error messages into the build 
> log whenever something about it fails.



--
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-12162) Error Diagnostics

2016-11-18 Thread Gary N Griswold (JIRA)

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

Gary N Griswold reopened CB-12162:
--

This is an issue with component plugin-console, also known as 
cordovan-plugin-console

> Error Diagnostics
> -
>
> Key: CB-12162
> URL: https://issues.apache.org/jira/browse/CB-12162
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugin Console
>Reporter: Gary N Griswold
>Priority: Critical
>
> I have had very uneven success with this plugin.  At one time in the past, it 
> worked on the simulator, but not an installed App.  More recently under iOS 
> 3.9.2 it worked on an installed App, but not the simulator.  Right now, using 
> iOS 4.3.0 it doesn't work with either the simulator or a USB connected device.
> Since this plugin does work for others, I accept the thought that there is 
> something about my configuration that is preventing it from working.
> All I ask is that the plugin should be putting error messages into the build 
> log whenever something about it fails.



--
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] [Closed] (CB-12162) Error Diagnostics

2016-11-18 Thread Gary N Griswold (JIRA)

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

Gary N Griswold closed CB-12162.

Resolution: Incomplete

> Error Diagnostics
> -
>
> Key: CB-12162
> URL: https://issues.apache.org/jira/browse/CB-12162
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: CLI, iOS
>Reporter: Gary N Griswold
>Priority: Critical
>
> I have had very uneven success with this plugin.  At one time in the past, it 
> worked on the simulator, but not an installed App.  More recently under iOS 
> 3.9.2 it worked on an installed App, but not the simulator.  Right now, using 
> iOS 4.3.0 it doesn't work with either the simulator or a USB connected device.
> Since this plugin does work for others, I accept the thought that there is 
> something about my configuration that is preventing it from working.
> All I ask is that the plugin should be putting error messages into the build 
> log whenever something about it fails.



--
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-12162) Error Diagnostics

2016-11-18 Thread Gary N Griswold (JIRA)
Gary N Griswold created CB-12162:


 Summary: Error Diagnostics
 Key: CB-12162
 URL: https://issues.apache.org/jira/browse/CB-12162
 Project: Apache Cordova
  Issue Type: New Feature
  Components: CLI, iOS
Reporter: Gary N Griswold
Priority: Critical


I have had very uneven success with this plugin.  At one time in the past, it 
worked on the simulator, but not an installed App.  More recently under iOS 
3.9.2 it worked on an installed App, but not the simulator.  Right now, using 
iOS 4.3.0 it doesn't work with either the simulator or a USB connected device.

Since this plugin does work for others, I accept the thought that there is 
something about my configuration that is preventing it from working.

All I ask is that the plugin should be putting error messages into the build 
log whenever something about it fails.



--
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-10732) WKWebView incompatible with SQLite

2016-11-16 Thread Gary N Griswold (JIRA)

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

Gary N Griswold commented on CB-10732:
--

Just wanted to comment that I am using the sqlite plugin named 
cordova-sqlite-ext, and cordova-plugin-wkwebview-engine, and I have not 
experienced any problems.   wkwebview-engine is version 1.1.0 and sqlite-ext is 
version 0.10.2  These are both the current versions.

> WKWebView incompatible with SQLite
> --
>
> Key: CB-10732
> URL: https://issues.apache.org/jira/browse/CB-10732
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
> Environment: .iOS
>Reporter: Dean Le
>  Labels: triaged, wfc, wkwebview-1.0.2, wkwebview-known-issues
>
> UIWebView is working great, however, WKWebview couldn't open SQLite db



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