Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-198] Plugin config changes are not applied automatically

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2019-08-13T23:14:39.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 3.0.0
Componentsappcd-plugin-android, appcd-plugin-genymotion, appcd-plugin-ios, appcd-plugin-jdk, appcd-plugin-windows
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-11-28T20:23:59.000+0000
Updated2019-08-13T23:24:17.000+0000

Description

The Android, Genymotion, iOS, and Windows plugins have config options that are loaded once when the plugins are started. If any plugin specific config options are changed, then do not take effect until the plugin(s) or the daemon is restarted.

Default config

* plugins.autoReload ** appcd-plugin/src/external-plugin.js * plugins.defaultInactivityTimeout ** appcd-plugin/src/plugin.js * server.agentPollInterval ** appcd-core/src/status-monitor.js ** appcd-plugin/src/external-plugin.js

appcd-plugin-android

* android.ndk.searchPaths ** appcd-plugin-android/src/android-info-service.js * android.sdk.searchPaths ** appcd-plugin-android/src/android-info-service.js

Comments

  1. Chris Barber 2019-08-09

    PR: https://github.com/appcelerator/appc-daemon/pull/390 and https://github.com/appcelerator/appc-daemon-plugins/pull/9.

JSON Source