Andrew Fiddian-Green
Andrew Fiddian-Green
User has confirmed functionality. => Converting from draft to active PR.
Hi @J-N-K today I found just such a need for this enhancement (see below) so I would be very happy to review your PR and test it. I think it...
> rule "scriptLoaded" Perfect, I will test it. Also, (I hope this is not too big a request for you), since I have difficulties building the core in my development...
PS I guess that strictly 'scriptUnloaded' is not quite correct, and that the correct name would be 'scriptUnload**_ing_**' .. but I understand the reason for not changing it, to avoid...
> don't think you can just drop a jar in the addons directory as it's a part of the core. I think it is quite possible. (I am running such...
``` rule "scriptLoaded" then logInfo("foo", "bar") end ``` @J-N-K I just tried to enter such a rule in my .rules file; albeit not expecting it to work without the code...
@J-N-K many thanks for the Jars; unfortunately got a `NoSuchFieldError` exception for `REMOVING` (crash dump below); I am not a great expert on the core but perhaps I have incompatible...
> I guess that uninstall for the 3.4.0.M1 bundles Aha. I had only used `stop` instead of `uninstall`... I will try again..
@J-N-K with your new jars, I was able to make some progress, but unfortunately it is not yet 100% working for me.. 1. The .rules file loader accepts the rule...
Hmm. The new build seems to have fixed the multiple 'scriptLoaded' issue, but NOT the 'scriptUnloaded' issue. And worse than that, it seems to have introduced the "Trigger '0' will...