Page 1 of 1

Call custom plugin via command line RT-Druid

Posted: Thu Oct 03, 2019 12:50 pm
by Tinghan
Hi,

I'm trying to add a custom plugin by follow the steps of section "copying from an existing plugin" in this page, https://erika.tuxfamily.org/wiki/index. ... formations
However, it doesn't mention about how to call my custom plugin via command line RT-Druid.
I currently test the custom actions in original plugin instead of the copied plugin.

How to call my custom plugin via command RT-Druid?
Thank you!



Best regards,
TingHan

Re: Call custom plugin via command line RT-Druid

Posted: Fri Oct 04, 2019 4:10 am
by Tinghan
Hi,

I tried following steps.

1. Pick 'esirisc' plugin as base and customize it
2. Run RT-Druid (OK, generate custom code)
3. Rename modified 'esirisc' to 'my_esirisc' and restore origin 'esirisc' plugin
4. Run RT-Druid (Fail)
5. Rename origin 'esirisc' to 'origin_esirisc'
6. Rename 'my_esirisc' back to 'esirisc'
7. Run RT-Druid (OK, generate custom code)

Best regards,
Tinghan