Author: buildbot
Date: Thu Apr 19 08:05:24 2012
New Revision: 813612

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/dev-doc/design/test-script.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 19 08:05:24 2012
@@ -1 +1 @@
-1327416
+1327857

Modified: websites/staging/ace/trunk/content/dev-doc/design/test-script.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/design/test-script.html 
(original)
+++ websites/staging/ace/trunk/content/dev-doc/design/test-script.html Thu Apr 
19 08:05:24 2012
@@ -171,7 +171,12 @@
 <li><code>ant unzip</code> will unzip all required code into folders under the 
current directory;</li>
 <li><code>ant run</code> will run all nodes (and at least on Linux and Mac OS 
X stop them again when you hit Ctrl-C);</li>
 <li><code>ant rm</code> will delete all folders and files created in steps 1 
and 2.</li>
-</ol></div>
+</ol>
+<p>For example, to run the ACE management server with 10 targets, we should do 
the following:</p>
+<div class="codehilite"><pre><span class="o">[</span>localhost:~/<span 
class="o">]</span><span class="nv">$ </span>ant -Dtargets<span 
class="o">=</span>1,2,3,4,5,6,7,8,9,10 unzip run
+...<span class="o">(</span>CTRL+C<span class="o">)</span>...
+<span class="o">[</span>localhost:~/<span class="o">]</span><span class="nv">$ 
</span>ant -Dtargets<span class="o">=</span>1,2,3,4,5,6,7,8,9,10 rm
+</pre></div></div>
       <hr>
       <footer>
         <p>Copyright &#169; 2012 <a href="http://www.apache.org/";>The Apache 
Software Foundation</a>, Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather 
logo are trademarks of The Apache Software Foundation. All other marks 
mentioned may be trademarks or registered trademarks of their respective 
owners.</p>


Reply via email to