Re: Modularizing RUTA rules

2019-06-24 Thread Peter Klügl
Hi, unfortunately, the import of macro definitions is not yet supported. Right now, you need to copy them. Best, Peter Am 19.06.2019 um 01:23 schrieb Nikolai Krot: > Hi, > > I am trying to split large ruleset (Main.ruta) into several smaller and > then work with them in the normal fashion

Modularizing RUTA rules

2019-06-18 Thread Nikolai Krot
Hi, I am trying to split large ruleset (Main.ruta) into several smaller and then work with them in the normal fashion SCRIPT path.to.my.Script1; SCRIPT path.to.my.Script2; CALL(Script1); CALL(Script2); I have some common part that should be done before calling Script1 and Script2. This common