[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-03 Thread RaiMan
ok, looks magic ;-) ... and you found a new problem: since 2.0.x (due to the fact, that it is no longer possible to tweak the Java classpath at runtime anymore) the final JVM runs the IDE in a detached process. The problem: the outer environment is not taken into account, it simply uses the

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-02 Thread K J R KISHORE KUMAR REDDY
I am launching SikuliX using below bath file and after launching i am import modules from "lib_path" directory @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set WSPath=%mypath% set lib_path=%mypath% set extension_path=%mypath% call set WSPath=%%WSPath:\SikuliX=% %%% call set

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-02 Thread RaiMan
I do not understand, how this should have worked in 1.1.3. Do you have an example? this looks really odd: %c:\test_path% -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1865423 Title: Bath env