You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/03/25 17:12:49 UTC

svn commit: r388780 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml

Author: ekoneil
Date: Sat Mar 25 08:12:48 2006
New Revision: 388780

URL: http://svn.apache.org/viewcvs?rev=388780&view=rev
Log:
Remove documentation for the <build-webservices> Ant macro.

BB: self
Test: documentation build pass


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml?rev=388780&r1=388779&r2=388780&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/infra/beehive-ant-macros.xml Sat Mar 25 08:12:48 2006
@@ -180,59 +180,5 @@
             <source>&lt;build-schemas srcdir="WEB-INF/schemas" destdir="WEB-INF/classes"/&gt;</source>
         </section>
         </section>
-        <section id="buildWebservices">
-        <title>The build-webservices Ant Macro</title>
-        <p>This macro is intended for the compilation of the <strong>web service</strong> portions of a web application.
-         This macro will <strong>not</strong> compile controls inside of a web application.  If the web application
-         contains controls, they must be compiled first using the <code>build-controls</code> macro (see above).
-         0nce the compilation of the controls is complete, the web servcies within the web app can be compiled.</p>
-
-         <p><code>build-webservices</code> accepts the following pararmeters:</p>
-         <table>
-             <tr><th>Parameter Name</th><th>Required</th><th>Description</th></tr>
-             <tr>
-               <td>srcdir</td>
-               <td>Yes</td>
-               <td>The directory containing web services to build.</td>
-             </tr>
-             <tr>
-               <td>destdir</td>
-               <td>Yes</td>
-               <td>The destination directory for the compiled web service files.</td>
-             </tr>
-             <tr>
-               <td>tempdir</td>
-               <td>Yes</td>
-               <td>A temporary directory for any generated java files.</td>
-             </tr>
-             <tr>
-                <td>classpathref</td>
-                <td>Yes</td>
-                <td>A classpath reference for building the web service files. Required.</td>
-             </tr>
-        </table>
-
-        <section>
-            <title>Sample</title>
-            <p>
-                The following project has a source directory, a destination directory, and a temporary directory for
-                generated files.
-            </p>
-            <source>
-project
-    build
-    classes
-    src
-    tempsrc </source>
-            <p>
-                For this project, the <code>build-webservices</code> call would look like this:
-            </p>
-            <source>
-&lt;build-webservices srcdir="project/src"
-                destdir="project/build/classes"
-                tempdir="project/tempsrc"
-                classpathref="<em>build.classpath</em>"/&gt;</source>
-        </section>
-        </section>
     </body>
 </document>