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

Liyong Wang commented on CB-5579:
---------------------------------

In Plugman prepare.js, the custom www_dir is missing from the parameters.
{noformat}
module.exports = function handlePrepare(project_dir, platform, plugins_dir) {
{noformat}

> plugman does not honor optional www_dir parameter
> -------------------------------------------------
>
>                 Key: CB-5579
>                 URL: https://issues.apache.org/jira/browse/CB-5579
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugman
>    Affects Versions: 3.2.0
>            Reporter: Liyong Wang
>            Priority: Critical
>
> According to plugman documentation, plugman should allow changing the 
> location of a project's www directory via --www parameter. However, it still 
> uses the default www directory.
> steps to reproduce:
> {noformat}
> cordova create Baz
> cd Baz
> cordova platform add android 
> plugman install --platform android --project platforms/android --plugin 
> https://github.com/apache/cordova-plugin-device.git --www ./custom_www
> {noformat}
> The cordova_plugins.js file and plugins/ directory will be created under the 
> default www directory, but not custom_www
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to