Author: laukpe
Date: Fri Feb 6 07:01:26 2009
New Revision: 1324
Modified:
trunk/doc/quickstart/quickstart.html
trunk/doc/quickstart/quickstart.txt
Log:
updated comment about using jybot -- after changes to handle spaces in
paths it is not supported at all
Modified: trunk/doc/quickstart/quickstart.html
==============================================================================
--- trunk/doc/quickstart/quickstart.html (original)
+++ trunk/doc/quickstart/quickstart.html Fri Feb 6 07:01:26 2009
@@ -608,9 +608,7 @@
</pre>
<div class="note">
<p class="first admonition-title">Note</p>
-<p class="last">Executing this quickstart guide with <span
class="prog">jybot</span> startup script
-does not work with Jython 2.2. Executing with Jython 2.5 requires setting
-correct executable by using <span class="opt">-Dsys.executable</span>
option.</p>
+<p class="last">Executing this demo is not possible with <span
class="prog">jybot</span> start-up script.</p>
</div>
</div>
<div class="section" id="introducing-the-sample-application">
@@ -1322,7 +1320,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: 2009-01-13 16:11 UTC.
+<p>Generated on: 2009-02-06 14:57 UTC.
</p>
</div>
Modified: trunk/doc/quickstart/quickstart.txt
==============================================================================
--- trunk/doc/quickstart/quickstart.txt (original)
+++ trunk/doc/quickstart/quickstart.txt Fri Feb 6 07:01:26 2009
@@ -105,9 +105,7 @@
pybot --log mylog.html --name My_Fine_Tests quickstart.html
-.. note:: Executing this quickstart guide with :prog:`jybot` startup script
- does not work with Jython 2.2. Executing with Jython 2.5 requires
setting
- correct executable by using :opt:`-Dsys.executable` option.
+.. Note:: Executing this demo is not possible with :prog:`jybot` start-up
script.
Introducing the sample application