Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-06-13 Thread RaiMan
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 RaiMan proposed the following answer: @ Human (or even mankind ;-) When asking questions as comments to questions, you should subscribe to the question (done it for you ;-) or post your own question. see:

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-06-12 Thread Human
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Human posted a new comment: On Linux, I'm able to invoke Sikuli this way to add parameters that the script can use: sikuli-ide -r ./myscript.sikuli -args argshere Does this behavior differ by platform? --

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-05-02 Thread RaiMan
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Linked to bug: #993062 https://bugs.launchpad.net/bugs/993062 [request] sikuli-script.jar should handle --args the same way sikuli-ide.jar does -- You received this question notification

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-24 Thread RaiMan
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 RaiMan posted a new comment: @ j-the-k --- sikuli-script.jar contains all kernel java classes, the c-based modules and supporting stuff, that make up the features of Sikuli. On top it contains all the

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-23 Thread RaiMan
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Status: Open = Answered RaiMan proposed the following answer: This --args option seems only to work, when using sikuli-ide.jar instead of sikuli-script.jar. This works for me: C:\uitests\sikulijava

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-23 Thread j
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 j posted a new comment: Right, I didn't notice you used sikuli-script.jar instead of sikuli-ide.jar. @RaiMan what exactly is the difference between the two? I always use sikuli-ide.sh -- You received this

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-22 Thread j
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Status: Open = Answered j proposed the following answer: java -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar %SIKULI_HOME%\sikuli- script.jar--arg firstargument testArgv.sikuli 21 If you used this

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-22 Thread j
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 j posted a new comment: *command *parameter sorry for typos -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-22 Thread Andrew P
Question #194353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194353 Status: Answered = Open Andrew P is still having a problem: Sorry for being sloppy with typing. I did indeed run the command without the quotes and with the right switch. I also just ran the command

[Sikuli-driver] [Question #194353]: How to pass arguments to Sikuli script run without the IDE

2012-04-21 Thread Andrew P
New question #194353 on Sikuli: https://answers.launchpad.net/sikuli/+question/194353 I have set up an automation framework that launches Sikuli scripts on multiple remote virtual machines in parallel, then collects the results. Since the scripts are the same, they somehow need to know that