sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54383
[Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE
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 lib_path=%%lib_path:\SikuliX=% %\SikuliX\Lib%%
call set extension_path=%%extension_path:\SikuliX=% %\SikuliX\Extensions%%
SET PATH=%lib_path%;%extension_path%;%PATH%
java -jar %mypath%\sikulix.jar
--
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 paths are not considering in Sikuli IDE
Status in Sikuli:
New
Bug description:
i have set below path and try to import modules from below path not working
SET PATH=%c:\test_path%;%PATH%
Note: SikuliIDE 1.1.3 is working but latest releases its not working
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1865423/+subscriptions
References