You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by Eric Dobbs <er...@dobbse.net> on 2001/04/12 02:29:54 UTC

[PATCH] jakarta-turbine-tdk/xdocs/build.xml (fixed linewrapping)

Sorry for the redundant posts.  I think I've worked out the
line wrapping.

Corrected various items in xdocs/build.xml.  I followed the
build/build-tdk.xml file to determine various of these
corrections (like version numbers and path names).  I also
made notes whenever the build failed.  I added to steps to
these instructions that enabled me to successfully build
the TDK.

cvs -q diff -u jakarta-turbine-tdk/xdocs/build.xml (in directory D:\jakarta)
Index: jakarta-turbine-tdk/xdocs/build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-tdk/xdocs/build.xml,v
retrieving revision 1.21
diff -u -r1.21 build.xml
--- jakarta-turbine-tdk/xdocs/build.xml	2001/03/28 22:32:30	1.21
+++ jakarta-turbine-tdk/xdocs/build.xml	2001/04/12 00:00:18
@@ -60,13 +60,14 @@
        ]]></source>

        <p>
-    * Download and install a version 1.2 or later Java Development Kit
+    * Download and install a version 1.3 or later Java Development Kit
        implementation for your operating system platform.  Set a "JAVA_HOME"
        environment variable to point at the directory where your JDK is installed,
        and add "$JAVA_HOME/bin" to your PATH.  Configure the CLASSPATH environment
        variable as well, if required.
        </p>

+<!--
        <p>
        * The JAXP reference implementation (version 1.0 or later), which can be
        downloaded from http://java.sun.com/xml/.
@@ -76,6 +77,7 @@
        * Make sure that the "jaxp.jar" and "parser.jar" files from the
        JAXP implementation are in your CLASSPATH before going further.
        </p>
+-->

    </section>

@@ -114,7 +116,7 @@
    -->

        <p>
-    * Download Servletapi 3.2 and put it into "$JAKARTA_HOME/jakarta-servletapi-3.2".
+    * Download Servletapi 4.0-b3 and put it into "$JAKARTA_HOME/jakarta-servletapi-4/dist".
        No more actions are necessary.
        </p>

@@ -133,22 +135,37 @@
        </p>
    -->
        <p>
-    * Download Tomcat 4.0m5 and put it into "$JAKARTA_HOME/jakarta-tomcat-4.0-m5".
+    * Download Tomcat 4.0b3 and put it into "$JAKARTA_HOME/jakarta-tomcat-4.0/dist".
        No more actions are necessary.
        </p>

        <p>
        * Check out the source for Turbine from CVS into a directory named
-      "$JAKARTA_HOME/turbine".  Execute the following commands:
+      "$JAKARTA_HOME/jakarta-turbine".  Execute the following commands:
        </p>

        <source><![CDATA[
-    cd $JAKARTA_HOME/turbine/build
+    cd $JAKARTA_HOME/jakarta-turbine/build
        ./build-turbine.sh dist      <-- Unix
        build-turbine dist           <-- Windows
        ]]></source>

        <p>
+    * Check out the source for jakarta-turbine-flux from CVS into a directory named
+      "$JAKARTA_HOME/jakarta-turbine-flux".
+    </p>
+
+    <p>
+    * Check out the source for jakarta-velocity from CVS into a directory named
+      "$JAKARTA_HOME/jakarta-velocity".
+    </p>
+
+    <p>
+    * Check out the source for jakarta-site2 from CVS into a directory named
+      "$JAKARTA_HOME/jakarta-site2".
+    </p>
+
+    <p>
        * Download the WebMacro distribution (latest snapshot from <link
        href="http://www.webmacro.org/">http://www.webmacro.org/</link>) and unpack
        into a directory named "$JAKARTA_HOME/webmacro".
@@ -169,8 +186,8 @@

        <source><![CDATA[
        cd $JAKARTA_HOME/tdk/build
-    ./build-tdk.sh dist         <-- Unix
-    build-tdk dist              <-- Windows
+    ./build-tdk.sh test         <-- Unix
+    build-tdk test              <-- Windows
        ]]></source>

        <p>
@@ -181,13 +198,13 @@

    <section name="Building a binary of the TDK">
        <p>
-    * You can also build a binary distribution version of the TDK as follows:
+    * You can also build a production distribution version of the TDK as follows:
        </p>

        <source><![CDATA[
        cd $JAKARTA_HOME/tdk/build
-    ./build-tdk.sh package-all      <-- Unix
-    build-tdk package-all           <-- Windows
+    ./build-tdk.sh production   <-- Unix
+    build-tdk production        <-- Windows
        ]]></source>

        <p>




---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org