Hi,

I think, you are trying to build the source? (or the docu?)

I have found out, that the easiest and fastest way to test drive turbine is to download the TDK 2.2 from here:
http://jakarta.apache.org/builds/jakarta-turbine/tdk/release/2.2/tdk -2.2_01.tar.gz


or the "unofficial" (?) TDK 2.3 from here:
http://kiasoft.com/~painter/tdk-2.3_20031210.tar.gz

The only other stuff you need to get is:
- Java2 SDK
- a database (MySQL, PostgreSQL, etc)
- a jdbc driver for it (the one for mysql is included)
- ant
- optional: activation.jar from the .zip at http://java.sun.com/products/javabeans/glasgow/jaf.html



Follow the steps under "Creating your first Turbine application": http://jakarta.apache.org/turbine/tdk/tdk-howto.html


In case you see some errors in your browser after accessing the newapp example:
I had to edit following file to get the newapp example running error free:


<tdk_home>/webapps/newapp/WEB-INF/conf/intake.xml
change the first line from:
        <!DOCTYPE input-data SYSTEM "../dtd/intake.dtd">
to:
        <!DOCTYPE input-data SYSTEM "./dtd/intake.dtd">


For your next steps you should have a look at: http://www.vsj.co.uk/articles/display.asp?id=122

Hope this helps,

Paul


On Feb 10, 2004, at 9:25 AM, Todd O'Bryan wrote:


Are the names for the sun jars that you have to download by hand different than the actual names of the jars when you download them?

Also, when I run site:generate for Turbine 2.3, should I be getting documentation for Turbine 2.2?

If somebody can help me get through this initial setup, I'm more than willing to write it to the Wiki. I'm very frustrated because it looks like Turbine can do everything I need it to, but I can't figure out what I'm supposed to do to get it working.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to