Are you using ant 1.5.1? If not, update it.
Also, you didn't mention what JDK version do you have, recommended 1.3 and
up.
-RR

> -----Original Message-----
> From: Danie Roux [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 11:31 AM
> To: Turbine Users List
> Subject: org.apache.torque.task.TorqueJDBCTransformTask 
> cannot be found
> 
> 
> What follows is the exact steps I tried to get tdk2.2_01 working:
> 
> 1) Extract tdk-2.2_01.tar.gz into /usr/local/turbine
> 2) Edit /usr/local/turbine/tdk-2.2/build.properties
>     Added "tdk.home = /usr/local/turbine/tdk-2.2"
>     Changed newapp to guestportal
> 3) Run ant
> 4) cd /usr/local/turbine/tdk-2.2/webapps/guestportal/WEB-INF/build
> 5) Edit build.properties in that directory
>     Add "tdk.home = /usr/local/turbine/tdk-2.2" at top of file.
> 
>     Change database settings to look like this:
> 
>     database.name = guestportal
>     database = mysql
>     databaseHost = localhost
>     databaseUrl = jdbc:mysql://${databaseHost}/${database.name}
>     createDatabaseUrl = ${databaseUrl}
>     buildDatabaseUrl = ${databaseUrl}
>     databaseDriver = org.gjt.mm.mysql.Driver
>     databaseUser = turbine
>     databasePassword = turbine
> 
>     The mysql is configured correctly, because this works:
>         mysql guestportal -hlocalhost -uturbine -pturbine
> 
> 6) Run ant init in the
>     
> /usr/local/turbine/tdk-2.2/webapps/guestportal/WEB-INF/build directory
> 
> The error I get is:
> 
> BUILD FAILED
> file:/usr/local/turbine/tdk-2.2/webapps/guestportal/WEB-INF/bu
ild/build-torque.xml:91: taskdef class
org.apache.torque.task.TorqueJDBCTransformTask cannot be found

Can someone please shed some light on this?

--
Danie Roux *shuffle* Adore Unix


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

Reply via email to