You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by do...@apache.org on 2005/09/22 20:09:37 UTC

svn commit: r290998 - in /beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs: controls/tutorial_controls.xml netui/tutorial_pageflow.xml

Author: dolander
Date: Thu Sep 22 11:09:31 2005
New Revision: 290998

URL: http://svn.apache.org/viewcvs?rev=290998&view=rev
Log:
cleanup the wording of the tutorials and fix the ant target for creating a NetUI project.


Modified:
    beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/controls/tutorial_controls.xml
    beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/netui/tutorial_pageflow.xml

Modified: beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/controls/tutorial_controls.xml
URL: http://svn.apache.org/viewcvs/beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/controls/tutorial_controls.xml?rev=290998&r1=290997&r2=290998&view=diff
==============================================================================
--- beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/controls/tutorial_controls.xml (original)
+++ beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/controls/tutorial_controls.xml Thu Sep 22 11:09:31 2005
@@ -46,8 +46,8 @@
                 <ol>
                 <li>Create a directory <code>/beehive_projects</code> (on Windows, this would be <code>C:\beehive_projects</code>).</li>
                 <li>Run the Ant target to create a new NetUI project:
-                    <code>ant -f &lt;beehive-root>/beehive-imports.xml</code> and provide a fully-qualified web project root directory
-                    named <code>controls_tutorial</code>.  Note, <code>&lt;beehive-root></code> is the directory that contains a 
+                    <code>ant -f &lt;beehive-root>/beehive-imports.xml new.netui.webapp</code> and provide a fully-qualified web project root directory
+                    named <code>controls_tutorial</code> when prompted.  Note, <code>&lt;beehive-root></code> is the directory that contains a 
                     Beehive distribution; a typical value might be <code>/apache/apache-beehive-1.0</code>.</li>
                 <li>Before continuing, confirm that the following directory structure exists:</li>
                 </ol>

Modified: beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/netui/tutorial_pageflow.xml
URL: http://svn.apache.org/viewcvs/beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/netui/tutorial_pageflow.xml?rev=290998&r1=290997&r2=290998&view=diff
==============================================================================
--- beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/netui/tutorial_pageflow.xml (original)
+++ beehive/branches/v1/final/docs/forrest/release/src/documentation/content/xdocs/netui/tutorial_pageflow.xml Thu Sep 22 11:09:31 2005
@@ -64,8 +64,8 @@
                 <ol>
                 <li>Create a directory <code>/beehive_projects</code> (on Windows, this would be <code>C:\beehive_projects</code>).</li>
                 <li>Run the Ant target to create a new NetUI project:
-                    <code>ant -f &lt;beehive-root>/beehive-imports.xml</code> and provide a fully-qualified web project root directory
-                    named <code>pageflow_tutorial</code>.  Note, <code>&lt;beehive-root></code> is the directory that contains a 
+                    <code>ant -f &lt;beehive-root>/beehive-imports.xml new.netui.webapp</code> and provide a fully-qualified web project root directory
+                    named <code>pageflow_tutorial</code> when prompted.  Note, <code>&lt;beehive-root></code> is the directory that contains a 
                     Beehive distribution; a typical value might be <code>/apache/apache-beehive-1.0</code>.</li>
                 <li>Before continuing, confirm that the following directory structure exists:</li>
                 </ol>