Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-19 Thread RaiMan
Question #682911 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682911

Status: Open => Answered

RaiMan proposed the following answer:
just use

java -jar \sikulix.jar -r \someScript.sikuli

from a commandline.

pack this into a run.cmd and use it as you need.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-18 Thread Mae
Question #682911 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682911

Status: Answered => Open

Mae is still having a problem:
I need the .jar file so that it can be incorporated with Java or Autoit.
Or if there's a way to export sikuli script as EXE file, that would also
be good. Or any other way that sikuli script can be executed without
opening sikuli IDE?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-16 Thread RaiMan
Question #682911 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682911

Status: Open => Answered

RaiMan proposed the following answer:
I am sorry, but I do not support 1.1.3 anymore with such special
features.

export as runnable jar will not be available in 1.1.4+ as it is
implemented in 1.1.3 (currently it is simply switched off).

What is your intention/expectation about that feature? Why do you think
you need it?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-15 Thread Mae
Question #682911 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682911

Status: Needs information => Open

Mae gave more information on the question:
I am using SikuliXIDE 1.1.3

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-15 Thread RaiMan
Question #682911 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682911

Status: Open => Needs information

RaiMan requested more information:
SikuliX version?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #682911]: Why do sikuli and runnable jar created from sikuli fetch different directory?

2019-08-15 Thread Mae
New question #682911 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682911

Hi, I have this code:

path = os.path.dirname(getBundlePath())
print path

Output when running from Sikuli IDE is: C:\Users\Me\Desktop\Here\ <