Return-Path: Mailing-List: contact turbine-tdk-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-tdk-dev@jakarta.apache.org Received: (qmail 27097 invoked by uid 500); 5 Sep 2003 18:41:36 -0000 Received: (qmail 27072 invoked from network); 5 Sep 2003 18:41:35 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 5 Sep 2003 18:41:35 -0000 Received: (qmail 68928 invoked by uid 1280); 5 Sep 2003 18:41:39 -0000 Date: 5 Sep 2003 18:41:39 -0000 Message-ID: <20030905184139.68927.qmail@minotaur.apache.org> From: mpoeschl@apache.org To: jakarta-turbine-tdk-cvs@apache.org Subject: cvs commit: jakarta-turbine-tdk/xdocs changes.xml navigation.xml tdk-howto.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ - + + TDK Changes + Martin Poeschl + + + + + + + The TDK is based on Turbine 2.3 and Torque 3.1 + + + All dependencies synced with the versions used by the Turbine release + + + The TDK includes Tomcat 4.1.27-LE-jdk14 so you need JDK 1.4 + + + The TDK is built with maven + + - - TDK Changes - Jason van Zyl - Martin Poeschl - Jon Stevens - - - - -
- -

-This document describes what has changed between revisions of the TDK. -

- -

- Release Version 2.2b1 -

    -
  • -
-

- -
- - +
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 @@ - - - - 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 @@

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 here.

@@ -42,9 +42,8 @@

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 -here. -The TDK version 2.2.1 is known to have compatibility issues when using Ant +how to install Ant here. +The TDK version 2.3 is known to have compatibility issues when using Ant with version less than 1.5.

@@ -100,17 +99,11 @@ Linux MySQL - Jason van Zyl - - - - Linux - PostgreSQL - Jason van Zyl + Martin Poeschl - Window2K + WinXP MySQL Martin Poeschl @@ -142,7 +135,7 @@ the Turbine release repository. 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.

@@ -151,7 +144,7 @@

@@ -469,11 +462,11 @@

-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.