@@ -437,17 +437,17 @@ with it like:
437
437
438
438
.. sourcecode :: bash
439
439
440
- java -jar robotframework-2.8.5. jar mytests.txt
441
- java -jar robotframework-2.8.5. jar --variable name:value mytests.txt
440
+ java -jar robotframework-2.9. jar mytests.robot
441
+ java -jar robotframework-2.9. jar --variable name:value mytests.robot
442
442
443
443
If you want to `post-process outputs `_ using Rebot or use other built-in
444
444
`supporting tools `_, you need to give the command name ``rebot ``, ``libdoc ``,
445
445
``testdoc `` or ``tidy `` as the first argument to the JAR file:
446
446
447
447
.. sourcecode :: bash
448
448
449
- java -jar robotframework-2.8.5 .jar rebot output.xml
450
- java -jar robotframework-2.8.5 .jar libdoc MyLibrary list
449
+ java -jar robotframework-2.9 .jar rebot output.xml
450
+ java -jar robotframework-2.9 .jar libdoc MyLibrary list
451
451
452
452
For more information about the different commands, execute the JAR without
453
453
arguments.
@@ -478,13 +478,13 @@ interpreter versions as a result:
478
478
.. sourcecode :: bash
479
479
480
480
$ pybot --version
481
- Robot Framework 2.8.5 (Python 2.7.3 on linux2)
481
+ Robot Framework 2.9 (Python 2.7.10 on linux2)
482
482
483
483
$ rebot --version
484
- Rebot 2.8.5 (Python 2.7.3 on linux2)
484
+ Rebot 2.9 (Python 2.7.10 on linux2)
485
485
486
486
$ jybot --version
487
- Robot Framework 2.8.5 (Jython 2.5.3 on java1.7.0_60)
487
+ Robot Framework 2.9 (Jython 2.7 on java1.7.0_60)
488
488
489
489
If running the runner scripts fails with a message saying that the command is
490
490
not found or recognized, a good first step is double-checking the PATH _
0 commit comments