You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jacob Weber (JIRA)" <ji...@apache.org> on 2016/03/22 18:16:25 UTC

[jira] [Updated] (CB-10921) Plugin not installed when variable not supplied, no error message

     [ https://issues.apache.org/jira/browse/CB-10921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Weber updated CB-10921:
-----------------------------
    Attachment:     (was: config.xml)

> Plugin not installed when variable not supplied, no error message
> -----------------------------------------------------------------
>
>                 Key: CB-10921
>                 URL: https://issues.apache.org/jira/browse/CB-10921
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 6.0.0
>         Environment: Mac OS 10.11.3.
>            Reporter: Jacob Weber
>            Priority: Minor
>
> When I include a plugin in {{config.xml}}, and the plugin declares a {{<preference>}}, but the {{config.xml}} doesn't supply a corresponding {{<variable>}}, {{cordova prepare}} doesn't show an error message.
> I started with a new project, with no plugins or platforms. Then I added specific {{<engine>}} versions to config.xml. Finally I added a {{<plugin>}} whose {{plugin.xml}} file declares a variable {{<preference name="URL_SCHEME" />}}. But I don't supply the required {{<variable>}}:
> {code}
>     <engine name="ios" spec="~4.1.0" />
>     <engine name="android" spec="~5.1.1" />
>     <plugin name="cordova-plugin-whitelist" spec="1" />
>     <plugin name="cordova-plugin-customurlscheme" spec="~4.1.5" />
> {code}
> When I run {{cordova prepare}}, it says:
> {code}
> Copying plugin "/Users/someone/.npm/cordova-plugin-customurlscheme/4.1.5/package" => "/Users/someone/CordovaTest/plugins/cordova-plugin-customurlscheme"
> {code}
> but it doesn't actually copy the plugin there. Nor does it make any changes to either platform's {{config.xml}} file, or to any other config files.
> On the other hand, if I try to manually install the plugin using {{cordova plugin add cordova-plugin-customurlscheme}}, it shows me the appropriate error message:
> {code}
> Error: Variable(s) missing (use: --variable URL_SCHEME=value).
> {code}
> Side note: it seems to be repeating certain steps for every plugin installed. For example, it repeats:
> {code}
> Wrote out Android application name to "CordovaTest"
> Wrote out Android package name to "com.test.cordovatest"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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