You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/17 16:07:40 UTC

[GitHub] [cordova-plugman] alekop opened a new issue #134: -www option ignored

alekop opened a new issue #134:
URL: https://github.com/apache/cordova-plugman/issues/134


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   When the `-www` option is used, plugins should be installed in the given directory instead of the default `<project>/cordova/plugins`
   
   ### What does actually happen?
   Plugins are still installed in the default directory.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   % ls 
   www    myproj
   
   % plugman install --platform ios --proj myproj --plugin cordova-plugin-device --www ./www
   % plugman install --platform ios --proj myproj --plugin cordova-plugin-device --www .
   % plugman install --platform ios --proj myproj --plugin cordova-plugin-device --www www
   
   Plugins are installed in myproj/cordova/plugins, instead of the local www directory
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Using platofrm-ios directly, no cordova CLI. Happens with every plugin.
   
   
   ### Version information
   
   plugman 3.0.1
   cordova-ios 6.2.0
   npm 7.20.3
   node 16.7.0
   macOS 11.6
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugman] erisu commented on issue #134: -www option ignored

Posted by GitBox <gi...@apache.org>.
erisu commented on issue #134:
URL: https://github.com/apache/cordova-plugman/issues/134#issuecomment-921961926


   I dont use or know much about plugman but reading the README it says
   
   > **--plugins_dir** defaults to **<project>/cordova/plugins**, but can be any directory containing a subdirectory for each fetched plugin.
   > 
   > **--www** defaults to the project's www folder location, but can be any directory that is to be used as cordova project application web assets.
   
   What you are saying is contradicting what README said.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugman] erisu edited a comment on issue #134: -www option ignored

Posted by GitBox <gi...@apache.org>.
erisu edited a comment on issue #134:
URL: https://github.com/apache/cordova-plugman/issues/134#issuecomment-921961926


   I dont use or know much about plugman but reading the README it says
   
   > **--plugins_dir** defaults to **<project>/cordova/plugins**, but can be any directory containing a subdirectory for each fetched plugin.
   > 
   > **--www** defaults to the project's www folder location, but can be any directory that is to be used as cordova project application web assets.
   
   What you are saying in the ticket description is contradicting what README said.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugman] alekop commented on issue #134: -www option ignored

Posted by GitBox <gi...@apache.org>.
alekop commented on issue #134:
URL: https://github.com/apache/cordova-plugman/issues/134#issuecomment-921966347


   Maybe I phrased it wrong, but my understanding of "can be any directory..." is that files will be copied to whatever directory you specify with the --www option. That's not happening - the files are always copied to the project's directory, ignoring the value of the --www option.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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