Roger, You are running into the same problem I'm having, but on a different line in build.xml. I am getting this:
# ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: create-database: BUILD FAILED file:/var/tdk-2.2/webapps/newapp/WEB-INF/build/build-torque.xml:91: taskdef class org.apache.torque.task.TorqueJDBCTransformTask cannot be found Interestingly, I found someone else (http://www.computing.net/programming/wwwboard/forum/7251.html) who has this error: $ ant -f build-torque.xml create-db Buildfile: build-torque.xml BUILD FAILED file:c:/torque-3.0.1/build-torque.xml:87: taskdef class org.apache.torque.task.TorqueDataModelTask cannot be found I've succeeded in doing this whole process on a Windows machine, but I can't get past this error on my Linux box. I have checked within torque-3.0.jar in the lib directory, and it contains the "missing" class. Now that there are at least three people having this problem, it seems to be something more significant than mere operator error. Any ideas? Thanks, Lee Grey -----Original Message----- From: Roger Ackroyd [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 4:17 PM To: Turbine Users List Subject: TDK - problem building distribution Am attempting to Install the TDK 2.2.1 distribution .tar and build the sample Turbine application following: http://jakarta.apache.org/turbine/tdk/tdk-howto.html Everything behaves as expected until step 5 when following is the result: [EMAIL PROTECTED] /c/tdk-2.2/webapps/newapp/web-inf/build $ ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: BUILD FAILED file:C:/tdk-2.2/webapps/newapp/web-inf/build/build.xml:133: taskdef class org.apache.velocity.texen. ant.TexenTask cannot be found Total time: 1 second [EMAIL PROTECTED] /c/tdk-2.2/webapps/newapp/web-inf/build $ I have read and understand the purpose of each step described in the document. All env. vars. are set correctly. Only changes made are those indicated in document. The database is set up for PostgreSQL but I do'nt think from the above that we have reached that point. I was hoping that using this distribution I would eliminate all the problems I have had in building any Turbine application that I can use to get on to using Maven effectively. Have been on with this and turbine/torque for a good few frustrating days now so any assistance would be gladly appreciated Thank you Roger --------------------------------------------------------------------- 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]
