Revision: 3908
Author: janne.t.harkonen
Date: Wed Aug 25 05:43:04 2010
Log: Mention the jar distribution
http://code.google.com/p/robotframework/source/detail?r=3908
Modified:
/trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt
/trunk/doc/userguide/src/GettingStarted/Installation.txt
=======================================
--- /trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt Tue Aug 24
11:37:09 2010
+++ /trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt Wed Aug 25
05:43:04 2010
@@ -24,6 +24,7 @@
pybot [options] datasources
jybot [options] datasources
interpreter /path/to/robot/runner.py [options] datasources
+ java -jar robot-<version>.jar [options] datasources
Different runner scripts
''''''''''''''''''''''''
@@ -37,6 +38,10 @@
can use either :prog:`pybot` or :prog:`jybot`, the former is
recommended, as Python is somewhat faster than Jython.
+Starting from Robot Framework 2.5.2, it is also possible to get Robot
Framework
+as a single jar file. In this case, Jython is bundled inside the jar, and
the
+above discussion about Jython applies.
+
Another possibility for starting the test execution is running the
:prog:`runner.py` script under the installed__ :code:`robot` module
directly. This method allows selecting the interpreter and setting
=======================================
--- /trunk/doc/userguide/src/GettingStarted/Installation.txt Thu Jun 10
06:33:30 2010
+++ /trunk/doc/userguide/src/GettingStarted/Installation.txt Wed Aug 25
05:43:04 2010
@@ -31,6 +31,10 @@
optional Jython_) installed, you can use `One Click Installer`_ to do
all
the needed installations.
+In addition, starting from Robot Framework 2.5.2, Robot Framework is
+distributed as a standalone jar file. In this case, only Java Runtime
+Environment is needed to use Robot Framework.
+
Installation packages are available from
http://downloads.robotframework.org, and source code from
http://source.robotframework.org.