[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I can confirm that this is the name in the plugin.xml.
The lines 


should be:


Both in phonegap and cordova as far as I can tell.







> cordova_plugins.js folder not populated with clobbers for Android 
> --
>
> Key: CB-5647
> URL: https://issues.apache.org/jira/browse/CB-5647
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Affects Versions: 3.3.0
>Reporter: Greg
>Assignee: Mark Koudritsky
>
> If you try to run any plugin command using PhoneGap CLI, such as:
> phonegap local plugin add org.apache.cordova.splashscreen
> The cordova_plugins.js does not get updated and the JS file doesn't get added 
> to the www/ section. Native hooks are added, but not the JS side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

Having just posted I see that the file the install is looking for is named 
in lower case. Could this be the issue?


> cordova_plugins.js folder not populated with clobbers for Android 
> --
>
> Key: CB-5647
> URL: https://issues.apache.org/jira/browse/CB-5647
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Affects Versions: 3.3.0
>Reporter: Greg
>Assignee: Mark Koudritsky
>
> If you try to run any plugin command using PhoneGap CLI, such as:
> phonegap local plugin add org.apache.cordova.splashscreen
> The cordova_plugins.js does not get updated and the JS file doesn't get added 
> to the www/ section. Native hooks are added, but not the JS side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I have tried installing the latest version here are my steps (running Linux 
Mint 15).

dave ~/Development/cordova $ cordova create fs2014
Creating a new cordova project with name "HelloCordova" and id 
"io.cordova.hellocordova" at location "/home/dave/Development/cordova/fs2014"
Downloading cordova library for www...
Download complete

dave ~/Development/cordova $ cd fs2014/

dave ~/Development/cordova/fs2014 $ ls

dave ~/Development/cordova/fs2014 $ cordova platform add android

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.geolocation
Fetching plugin "org.apache.cordova.geolocation" via plugin registry
Installing org.apache.cordova.geolocation (android)

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.dialogs
Fetching plugin "org.apache.cordova.dialogs" via plugin registry
Installing org.apache.cordova.dialogs (android)

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.inappbrowser
Fetching plugin "org.apache.cordova.inappbrowser" via plugin registry
Installing org.apache.cordova.inappbrowser (android)
Error: ENOENT, no such file or directory 
'/home/dave/Development/cordova/fs2014/plugins/org.apache.cordova.inappbrowser/www/inappbrowser.js'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:182:36
at Array.forEach (native)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:162:19
at Array.forEach (native)
at Object.handlePrepare 
(/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:128:24)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/install.js:420:33
at _fulfilled 
(/home/dave/npm/lib/node_modules/cordova/node_modules/q/q.js:798:54)
at self.promiseDispatch.done 
(/home/dave/npm/lib/node_modules/cordova/node_modules/q/q.js:827:30)

dave ~/Development/cordova/fs2014 $ cordova --version
3.4.0-0.1.3


When I try to run or build I am always seeing the ENOENT error.

The build does complete and the inAppBrowser plugin does run.

Any ideas?


> cordova_plugins.js folder not populated with clobbers for Android 
> --
>
> Key: CB-5647
> URL: https://issues.apache.org/jira/browse/CB-5647
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Affects Versions: 3.3.0
>Reporter: Greg
>Assignee: Mark Koudritsky
>
> If you try to run any plugin command using PhoneGap CLI, such as:
> phonegap local plugin add org.apache.cordova.splashscreen
> The cordova_plugins.js does not get updated and the JS file doesn't get added 
> to the www/ section. Native hooks are added, but not the JS side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I think you are correct: I have just updated to the the latest phonegap 
(3.4.0-0.19.7) and still no luck with this issue.


> cordova_plugins.js folder not populated with clobbers for Android 
> --
>
> Key: CB-5647
> URL: https://issues.apache.org/jira/browse/CB-5647
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, CLI
>Affects Versions: 3.3.0
>Reporter: Greg
>Assignee: Mark Koudritsky
>
> If you try to run any plugin command using PhoneGap CLI, such as:
> phonegap local plugin add org.apache.cordova.splashscreen
> The cordova_plugins.js does not get updated and the JS file doesn't get added 
> to the www/ section. Native hooks are added, but not the JS side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)