[
https://issues.apache.org/jira/browse/CB-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liyong Wang updated CB-5579:
----------------------------
Description:
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
was:
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 for prepare command.
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
> 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
>
> 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)