Hi Gustavo, If I remember correctly, I had the same problem a few weeks ago. If you put
database.manual.creation = true in your build.properties file, and create the database manually beforehand (just the db, the table structure is created properly by ant init), the schema-sql step works. Good luck, David -----Original Message----- From: Gustavo Pinheiro [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 8:07 AM To: [EMAIL PROTECTED] Subject: win2k installation of tdk-2.3 Hello all again, A few days ago I had trouble setting up TDK-2.3, but it turned out to be just a stupid Java mistake I made (thanks to Peter fo pointing it out). Now I�m trying to set it in a friend's pc (Win2k) and I ran into a new problem (see the error ant message below). I'm pretty sure mysql and ant are working fine. Any help is apreciated. Thxs --- C:\Arquivos de programas\tdk-2.3\webapps\estatcamp\WEB-INF\build>ant init Buildfile: build.xml check-webinf-exists: setup-webinf: init: setup: init-tasks: create-database: create-db-check: create-db: [torque-data-model] Using classpath [torque-data-model] log4j:ERROR Could not find value for key log4j.appender.org.apache.torque.engine [torque-data-model] log4j:ERROR Could not instantiate appender named "org.apache.torque.engine". [torque-data-model] Generating to file C:\Arquivos de programas\tdk-2.3\webapps\estatcamp\WEB-INF\src\sql\create-db.sql [torque-data-model] 2003-12-19 11:40:12,302 [main] INFO org.apache.torque.engine.database.transform.XmlToAppData - Parsing file: 'estatcamp-schema.xml' [torque-data-model] 2003-12-19 11:40:12,342 [main] INFO org.apache.torque.engine.database.transform.DTDResolver - Resolver: used 'file:///C:/Arquivos%20de%20programas/tdk-2.3/webapps/estatcamp/WEB-INF/conf /database_3_1.dtd' [torque-data-model] 2003-12-19 11:40:12,462 [main] INFO org.apache.torque.engine.database.transform.XmlToAppData - Parsing file: 'id-table-schema.xml' [torque-data-model] 2003-12-19 11:40:12,472 [main] INFO org.apache.torque.engine.database.transform.DTDResolver - Resolver: used 'http://jakarta.apache.org/turbine/dtd/database.dtd' BUILD FAILED file:C:/Arquivos%20de%20programas/tdk-2.3/webapps/estatcamp/WEB-INF/build/bu ild-torque.xml:288: org.apache.torque.engine.EngineException: jakarta.apache.org Total time: 4 seconds --------------------------------------------------------------------- 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]
