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
That does help clear up some confusion, thanks. =)
However, still getting the same velocity error. I looked over teh velocity.log file a bit more, and found this error, as well...
Tue Sep 30 12:41:48 MST 2003 [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
as well as the build ending "unable to find resource sql/db-init/Control.vm".
So, in general, it seems to be a velocity template path error...? Also, I noticed that in the 2.3 build-torque.xml file, torque.jar was defined as torque-gen-3.2-dev.jar. However... the version included w/ the tdk test build was torque-gen-3.1.jar. Not sure if this matters or not...
(In my case, it didn't... still got the same error before/after changing it).
Robert
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
