I've meant to send in an update to the how-to, you don't have to put all 
the torque.database components in your build.properties, it should place 
these into your conf/Torque.properties after doing an ant init

(you can blame me for putting that into the howto in the first place :) )

you only need to fill in the default regular info under DATABASE SETTINGS 
in your build.properties

however, I myself am now having trouble catching down another bug with the 
default setup from 2.2_01 where the id-table-schema.sql and others are 
coming out with a weird string replacement problem with "ant init"

CREATE TABLE ID_TABLE
(
        ID_TABLE_ID $type $nullString $autoIncrement,
        TABLE_NAME $type (255) $nullString $autoIncrement

etc...

but I can run 

        $ ant schema-sql

and the src/sql scripts are generated correctly... very odd

hope this helps you :)

I am working on documenting further for "just getting started" with focus 
on 2.2_01 and 2.3

This was working on rh 9, tdk 2.2_01, jdk 1.4.1, ant 1.5.3 and mysql 3.23


Jeffery Painter



On Tue, 30 Sep 2003, Robert Zeigler wrote:

> adding tdk.home), as well as using a database section that looks like 
> the how-to's... (w/ the torque.database.name, etc., etc., etc. 
> defined)... still coming up with the same error everytime...???
> 
> Thanks,
> 
> Robert Zeigler
> 


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

Reply via email to