Re: Plugman issues/questions

2014-10-30 Thread Steven Gill
Hey John, Glad you had a change of heart! I will get back to your questions when I get into the office. Feel free to email me ANY problems you have. :) On Oct 30, 2014 7:37 AM, "Josh Soref" wrote: > >There seems to be a missing step there. Should it be? > > >$ git clone https://git-wip-us.apa

Re: Plugman issues/questions

2014-10-30 Thread Josh Soref
>There seems to be a missing step there. Should it be? >$ git clone https://git-wip-us.apache.org/repos/asf/cordova-docs.git >$ cd cordova-docs >$ git remote add github https://github.com/you/cordova-docs.git Yes.  > There seems to be a step missing, when did I define a remote target of > 'apa

Re: Plugman issues/questions

2014-10-30 Thread John M. Wargo
Steve, I'm trying to get setup to make the changes and submit them, but I'm not a big Git guy, so I'm running into some issues. Can you, or someone else, help me? I'm working through the guide here: http://wiki.apache.org/cordova/IssueWorkflow. It says I need to setup my environment using: $

Re: Plugman issues/questions

2014-10-30 Thread John M. Wargo
Steve, You're right, I'm being an idiot. I'll make the changes today and submit the PR. I'm just the tiniest bit intimidated by the process since I've not done it before. On 10/29/2014 2:40 PM, Steven Gill wrote: Hey John, Thanks for filing the two issues. It would be great if you could sen

Re: Plugman issues/questions

2014-10-29 Thread John M. Wargo
Filed: https://issues.apache.org/jira/browse/CB-7900. On 10/29/2014 1:43 PM, Brian LeRoux wrote: thats def a bug John / pls file! On Wed, Oct 29, 2014 at 5:52 AM, John M. Wargo wrote: I'm playing around with plugman in Cordova 4.0 and have found some issues and have some questions. First of

Re: Plugman issues/questions

2014-10-29 Thread John M. Wargo
Shaz, Thanks. I just tried it against my registry entry and was able to get it to work. There's a bug in plugman - if I don't provide a plugin ID, I get weird errors. For example, if I issue "plugman owner ls" and don't provide a plugin ID, I get a 404 error rather than something like "You d

Re: Plugman issues/questions

2014-10-29 Thread Shazron
``` $ plugman owner ls org.apache.cordova.core.file $ plugman owner add username org.apache.cordova.core.file $ plugman owner rm username org.apache.cordova.core.file ``` plugins.cordova.io basically uses npm code on the backend, so it's similar (substitute package for plugin). Each plugin on plug

Re: Plugman issues/questions

2014-10-29 Thread John M. Wargo
Steve, I'd love to make the changes, but I can't right now. With my day job and trying to finish up Apache Cordova 4 Programming at night, I won't be able to contribute any doc changes until after that is done. Yeah, I figured as much, but the download link on the home page says "Download 4.0

Re: Plugman issues/questions

2014-10-29 Thread Steven Gill
Hey John, Thanks for filing the two issues. It would be great if you could send PRs for them too! I believe the correct information is in this help file [1] Platform scripts: the platforms were not bumped to version 4.0. What you see at https://www.apache.org/dist/cordova/platforms/ is the latest

Re: Plugman issues/questions

2014-10-29 Thread Brian LeRoux
thats def a bug John / pls file! On Wed, Oct 29, 2014 at 5:52 AM, John M. Wargo wrote: > I'm playing around with plugman in Cordova 4.0 and have found some issues > and have some questions. > > First of all, the docs are incorrect and I've filed a ticket: > https://issues.apache.org/jira/browse/

Plugman issues/questions

2014-10-29 Thread John M. Wargo
I'm playing around with plugman in Cordova 4.0 and have found some issues and have some questions. First of all, the docs are incorrect and I've filed a ticket: https://issues.apache.org/jira/browse/CB-7894. The example for adding a plugin is missing the install switch.: $ plugman -platform