Revision: 3942
Author: janne.t.harkonen
Date: Thu Aug 26 06:20:58 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=3942

Modified:
 /trunk/doc/userguide/RobotFrameworkUserGuide.html

=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Aug 26 06:08:09 2010 +++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Thu Aug 26 06:20:58 2010
@@ -9057,6 +9057,10 @@
 rebot path/to/output_file.xml
 rebot --include smoke --name Smoke_Tests c:\results\output.xml
 </pre>
+<p>When using Robot Framework jar distribution, <span class="prog">rebot</span> is started with command:</p>
+<pre class="literal-block">
+java -jar robotframework-&lt;version&gt;.jar rebot
+</pre>
 <div class="note">
 <p class="first admonition-title">Note</p>
 <p class="last">When running tests with Jython, the default JVM maximum
@@ -12535,7 +12539,7 @@
standalone jar file that contains both Jython and Robot Framework. This allows <a class="reference internal" href="#starting-test-execution">command line execution</a> with only Java installed, but the jar file also
 provides an API for Java usage. The current API documentation is available
-<a class="reference external" href="http://code.google.com/p/robotframework/wiki/JavaIntegration";>online</a></p> +<a class="reference external" href="http://code.google.com/p/robotframework/wiki/JavaIntegration";>online</a>.</p>
 <div class="section" id="running-tests-via-the-api">
 <h3>4.5.1&nbsp;&nbsp;&nbsp;Running tests via the API</h3>
<p>The simple code below demonstrates how Robot Framework test execution can be
@@ -13411,7 +13415,7 @@
 <div class="footer">
 <hr class="footer" />
<p>Generated by <a class="reference external" href="http://docutils.sourceforge.net/rst.html";>reStructuredText</a>. Syntax highlighting by <a class="reference external" href="http://pygments.org/";>Pygments</a>.</p>
-<p>Generated on: 2010-08-26 13:06 UTC.
+<p>Generated on: 2010-08-26 13:16 UTC.
 </p>

 </div>

Reply via email to