sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19155
[Bug 1199798] Re: [1.0] Command line arguments cut off
Awesome, a 1.0.1 service update of sorts, a workaround, or using 1.1's
beta which I believe is coming up, are all viable solutions for me.
For the record, your blueprint to have the IDE itself able to work with
Command Line args will be most useful in how we are using Sikuli :)
https://blueprints.launchpad.net/sikuli/+spec/ide-should-handle-command-
line-arguments
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1199798
Title:
[1.0] Command line arguments cut off
Status in Sikuli:
Fix Committed
Bug description:
Hello,
Sorry if this has been reported or fixed already, but it appears I am
having issues running scripts with a few command line parameters.
For instance:
C:\Windows\system32>c:\Sikuli\Sikuli\sikuli-script.cmd -j6 -r c:\Sikuli\test.sikuli --args -w 2 -it 2 -te Cash -sa -c -re
-Xms64M -Xmx512M -Dfile.encoding=UTF-8
-r c:\Sikuli\test.sikuli --args -w 2 -it 2 -te Cash -sa
+++ using as SIKULIX_HOME: c:\Sikuli\Sikuli\
Note the actual command I use is being truncated. This isn't a visual
thing only, those parameters actually were not passed.
What's interesting, is this seems like a maximum character thing, as
opposed to maximum arguments. For instance if I remove the "-te Cash"
part, I get "room" for two extra command line arguments:
C:\Windows\system32>c:\Sikuli\Sikuli\sikuli-script.cmd -j6 -r c:\Sikuli\test.sikuli --args -w 2 -it 2 -sa -c -re
-Xms64M -Xmx512M -Dfile.encoding=UTF-8
-r c:\Sikuli\test.sikuli --args -w 2 -it 2 -sa -c -re
+++ using as SIKULIX_HOME: c:\Sikuli\Sikuli\
+++ this Sikuli version is 32-Bit
Could this be fixed for 1.1? If a temporary fix or workaround is
available that I or others who stumble upon this issue have, that'd be
awesome too.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1199798/+subscriptions
References