Re: how to set scriptPath

2019-04-19 Thread Nikolai Krot
> >>> > >>> > >>> additionalScripts > >>> > >>> > >>> uima.example.Test2 > >>> > >>>

Re: how to set scriptPath

2019-04-18 Thread Peter Klügl
>>> >> Oke, I tried the following (in my case, this is said *aaaEngine.xml* >> file, correct?) but looks like it did not help: still getting the same >> error as above when I run the script: >> >> >> additionalScripts >>

Re: how to set scriptPath

2019-04-18 Thread Nikolai Krot
t;> >> >> additionalScripts >> >> >> uima.ruta.eng.common.date >> >> >> >> >>

Re: how to set scriptPath

2019-04-18 Thread Nikolai Krot
> > I also tried using CONFIGURE command in aaa.ruta script, but honestly, I > dont know how to specify an array of strings as a value and the > documentation does not cover this case > > CONFIGURE(hmlrEngine, "scriptPaths" = ["uima/ruta/eng/common"]); <-- > i

Re: how to set scriptPath

2019-04-16 Thread Nikolai Krot
ther script that is > > located in a subdirectory w.r.t to the location of the current script. > From > > reading the documentation, it seems that the variable *scriptPath* needs > to > > be set to that subdirectory for *SCRIPT* directive to work. Or am I >

Re: how to set scriptPath

2019-04-16 Thread Peter Klügl
RIPT* directive to work. Or am I wrong? > > I can not figure out how to set *scriptPath*. One possibility would be to > add this configuration to *descriptor/BasicEngine.xml* file. Unfortunately, > I can not find any example of how to accomplish it. Should it be like below? > >

how to set scriptPath

2019-04-15 Thread Nikolai Krot
wrong? I can not figure out how to set *scriptPath*. One possibility would be to add this configuration to *descriptor/BasicEngine.xml* file. Unfortunately, I can not find any example of how to accomplish it. Should it be like below? > scriptPath > > path/to/sub