That is already there.

On Tue, Feb 25, 2003 at 08:36:35AM +0100, Xavier Ottolini wrote:
> Try to add this in the build.properties;
> 
> # added by mycompany
> tdk.turbineVersion = 2
> tdk.project = guestportal
> 
> Bonne chance !
> 
> Xavier
> 
> Danie Roux wrote:
> 
> >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/build/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]
> 
> 
> 

-- 
Danie Roux *shuffle* Adore Unix



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

Reply via email to