On Wed, 29 May 2002 02:22, you wrote: > Sorry in advance if this is a silly question but I'm new to Turbine. > > README_FIRST.txt instructed me to run ant w/ no args. I did it, > webapps\newapp was created, & I was instructed to read > webapps\newapp\WEB-INF\build\GETTING_STARTED.txt. It contains: > > You must edit the following properties in your > ./project/newapp.properties file: > > database > targetPlatform > targetPlatformExt > databaseUrl > databaseDriver > databaseUser > databasePassword > > * * * > > I can't find a ./project/newapp.properties file. Am I supposed to edit: > webapps\newapp\WEB-INF\build\build.properties?
Please read the TDK HOWTO: http://jakarta.apache.org/turbine/tdk/tdk-howto.html > If so, I don't see targetPlatform or targetPlatformExt in that file. > > How can I be sure my JDBC driver will be found? Just place the jar file in the WEB-INF/lib directory of your new web application. > Does the tdk include Torque, Fulcrum, & Intake? The TDK 2.1 has an older version of the Torque (org.apache.turbine.torque) and Turbine services (org.apache.turbine.services) packages. These packages have now been decoupled from the Turbine core and are called Torque 3.0b1 and Fulcrum 3.0b1. There is a beta version of the TDK (TDK 2.2-b1) that allows you to use these versions of Torque and Fulcrum, but there are still some known issues with this TDK. Please search the turbine-user mailing list archives for more information. > What's Flux? Flux is a sample application for managing the users, groups, roles and permissions of the Turbine Security service. > Has anybody used to Turbine 2.1 to build a heavily used app? Search the turbine-user mailing list archives for "powered by". Hope that helps, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
