Re: [Sikuli-driver] [Question #687216]: How to send anything to stdout using CLI

2019-12-19 Thread Adam K
Question #687216 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687216

Status: Answered => Solved

Adam K confirmed that the question is solved:
Thx Masuo!
java - jar sikulix.jar ... makes the difference.
When I used sikulix.jar ...  the script was working, but the output was hidden.

-- 
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 #687216]: How to send anything to stdout using CLI

2019-12-19 Thread masuo
Question #687216 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687216

Status: Open => Answered

masuo proposed the following answer:
I can see output by using -c option.

[example]
java -jar C:\SikuliX2.0.0\sikulix-2.0.0.jar -c -r 
C:\ScriptSikuliX\trial_stdout.sikuli

-- 
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 #687216]: How to send anything to stdout using CLI

2019-12-19 Thread Adam K
Question #687216 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687216

Status: Needs information => Open

Adam K gave more information on the question:
Hi Masuo!
Do you think the problem described isn't common?

My stdout is quiet regardless of params combination. E. g.:

sikulix-2.0.1.jar -c -r first.sikuli
sikulix-2.0.1.jar -r first.sikuli
sikulix-2.0.1.jar --v -r first.sikuli

Win10,  openjdk version "1.8.0_232" 64bit.

br

-- 
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 #687216]: How to send anything to stdout using CLI

2019-12-19 Thread masuo
Question #687216 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687216

Status: Open => Needs information

masuo requested more information:
Can you show your command line Interface codes when you use to run script?
And can explain your environment(SikuliX version, OS, Java)?
If there is little information, you can not expect useful comments.

-- 
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 #687216]: How to send anything to stdout using CLI

2019-12-17 Thread Adam K
New question #687216 on Sikuli:
https://answers.launchpad.net/sikuli/+question/687216

I run my script using CLI and it works. I have to parse output of my script (e. 
g. result of: print "Hello World!" in script). I use -c switch to no avail. My 
script is completely quiet. I 've tried Debug.User, but without effect in 
console, either. Is there any way to see output of my script?
br


-- 
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