Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1593 by [email protected]: Failure to parse arguments to the 2.8.2 runnable jar
http://code.google.com/p/robotframework/issues/detail?id=1593

Using Jython 2.5.3 / Java 1.7.0_25 (x86) or 1.6.0_34 (x86) on Windows 7 64-bit Several ways of invoking the main scripts using the runnable jar lead to a unexpected exception:
C:\>java -jar robotframework-2.8.2.jar run dummy.txt
Exception in thread "MainThread" Traceback (most recent call last):
File "C:\robotframework-2.8.2.jar\Lib\robot\jarrunner$py.class", line 51, in run File "C:\robotframework-2.8.2.jar\Lib\robot\jarrunner$py.class", line 51, in run File "C:\robotframework-2.8.2.jar\Lib\robot\jarrunner$py.class", line 60, in _run File "C:\robotframework-2.8.2.jar\Lib\robot\run$py.class", line 432, in run_cli File "C:\robotframework-2.8.2.jar\Lib\robot\utils\application$py.class", line 43, in execute_cli File "C:\robotframework-2.8.2.jar\Lib\robot\utils\application$py.class", line 62, in _parse_arguments File "C:\robotframework-2.8.2.jar\Lib\robot\utils\application$py.class", line 62, in _parse_arguments File "C:\robotframework-2.8.2.jar\Lib\robot\utils\argumentparser$py.class", line 127, in parse_args
TypeError: can only concatenate list (not "array.array") to list

Other commands that lead to the same error:
java -jar robotframework-2.8.2.jar dummy.txt
java -jar robotframework-2.8.2.jar run dummy.txt
java -jar robotframework-2.8.2.jar run --help
java -jar robotframework-2.8.2.jar rebot --help

These commands work fine:
java -jar robotframework-2.8.2.jar testdoc --help
java -jar robotframework-2.8.2.jar libdoc --help
java -jar robotframework-2.8.2.jar tidy --help
java -jar robotframework-2.8.2.jar --help

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to