mpoeschl 2003/09/05 11:41:39 Modified: xdocs changes.xml navigation.xml tdk-howto.xml Log: doc updates Revision Changes Path 1.3 +22 -26 jakarta-turbine-tdk/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 25 Dec 2001 17:26:07 -0000 1.2 +++ changes.xml 5 Sep 2003 18:41:39 -0000 1.3 @@ -1,30 +1,26 @@ <?xml version="1.0"?> - <document> + <properties> + <title>TDK Changes</title> + <author email="[EMAIL PROTECTED]">Martin Poeschl</author> + </properties> + + <body> + + <release version="2.3" date="2003-09-05"> + <action dev='mpoeschl' type='update'> + The TDK is based on Turbine 2.3 and Torque 3.1 + </action> + <action dev='mpoeschl' type='update'> + All dependencies synced with the versions used by the Turbine release + </action> + <action dev='mpoeschl' type='update'> + The TDK includes Tomcat 4.1.27-LE-jdk14 so you need JDK 1.4 + </action> + <action dev='mpoeschl' type='update'> + The TDK is built with maven + </action> + </release> - <properties> - <title>TDK Changes</title> - <author email="[EMAIL PROTECTED]">Jason van Zyl</author> - <author email="[EMAIL PROTECTED]">Martin Poeschl</author> - <author email="[EMAIL PROTECTED]">Jon Stevens</author> - </properties> - -<body> - -<section name="Changes"> - -<p> -This document describes what has changed between revisions of the TDK. -</p> - -<p> - <strong>Release Version 2.2b1</strong> - <ul> - <li></li> - </ul> -</p> - -</section> - -</body> + </body> </document> 1.5 +0 -4 jakarta-turbine-tdk/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.xml 11 Apr 2003 04:02:13 -0000 1.4 +++ navigation.xml 5 Sep 2003 18:41:39 -0000 1.5 @@ -16,10 +16,6 @@ <item name="Overview" href="/index.html"/> <item name="Tutorial" href="/tdk-howto.html"/> <item name="Application Testing" href="/application-testing.html"/> - <item name="Building" href="/build.html"/> - <item name="Todo" href="/todo.html"/> - <item name="Changes" href="/changes.html"/> - <item name="TDK Contributors" href="/contributors.html"/> </menu> </body> 1.11 +9 -16 jakarta-turbine-tdk/xdocs/tdk-howto.xml Index: tdk-howto.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-tdk/xdocs/tdk-howto.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tdk-howto.xml 11 Apr 2003 03:27:56 -0000 1.10 +++ tdk-howto.xml 5 Sep 2003 18:41:39 -0000 1.11 @@ -34,7 +34,7 @@ <section name="Prerequisites to using the TDK"> <p> Before using the TDK, you are going to need to have a Java Software -Development Kit supporting Java version 1.2 or later installed on your machine. +Development Kit supporting Java version 1.4 or later installed on your machine. Sun's Java SDK can be downloaded from their website located <a href="http://java.sun.com/j2se/downloads.html">here.</a> </p> @@ -42,9 +42,8 @@ <p> You must have Ant installed on your machine in order to do anything. If you do not have Ant installed, you can find out -how to install Ant -<a href="http://jakarta.apache.org/ant/manual/install.html">here</a>. -The TDK version 2.2.1 is known to have compatibility issues when using Ant +how to install Ant <a href="http://ant.apache.org/manual/install.html">here</a>. +The TDK version 2.3 is known to have compatibility issues when using Ant with version less than 1.5. </p> @@ -100,17 +99,11 @@ <tr> <td>Linux</td> <td>MySQL</td> - <td><a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a></td> - </tr> - - <tr> - <td>Linux</td> - <td>PostgreSQL</td> - <td><a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a></td> + <td><a href="mailto:[EMAIL PROTECTED]">Martin Poeschl</a></td> </tr> <tr> - <td>Window2K</td> + <td>WinXP</td> <td>MySQL</td> <td><a href="mailto:[EMAIL PROTECTED]">Martin Poeschl</a></td> </tr> @@ -142,7 +135,7 @@ the <a href="http://jakarta.apache.org/builds/jakarta-turbine/tdk/release/">Turbine release repository</a>. Search for the directory with the latest version, and -download the file tdk-2.2_01.tar.gz. +download the file tdk-2.3.tar.gz. </p> <p> @@ -151,7 +144,7 @@ </p> <source><![CDATA[ -tar -xvzf tdk-2.2_01.tar.gz +tar -xvzf tdk-2.3.tar.gz ]]></source> <p> @@ -469,11 +462,11 @@ <section name="Deployment"> <p> -The TDK uses Tomcat 4.0 as it's Servlet container, but you can package up +The TDK uses Tomcat 4.1 as it's Servlet container, but you can package up your webapps and run them under any compliant Servlet container. The only thing that you have to change are the references to the Servlet 2.3 DTDs in your web.xml file. If you change these references, webapps that -you develop with the TDK should be fully portable. We use the Tomcat 4.0 +you develop with the TDK should be fully portable. We use the Tomcat 4.1 server because it is the burgeoning standard. </p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]