I downloaded 2.3 and followed the instructions in the README. (Incidentally, I previously downloaded the unofficial 2.3 and kept getting errors in the newapp I set up. I've since thrown that away, but I could redownload and rebuild if the consensus is that I should use the unofficial version.) Is 2.3 sufficiently different from 2.2 that if I get started in 2.2 I'll have issues when I try to migrate?
Anyway, I get pretty far in trying to build 2.3 using Maven, but there are some errors. I'm going to send a how-to I wrote describing exactly what I did (which, I suppose, someone could publish if I ever get everything working), and the error I got.
Todd
On Feb 10, 2004, at 8:01 AM, Paul Kretek wrote:
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
