Hi, when rebuilding the project using ant init the following lines appear:
insert-sql-files: insert-sql: [torque-sql-exec] Our new url -> jdbc:mysql://127.0.0.1/audiotex [torque-sql-exec] Executing file: F:\tdk22\webapps\audiotex\WEB-INF\src\sql\third-schema.sql [torque-sql-exec] Executing file: F:\tdk22\webapps\audiotex\WEB-INF\src\sql\third-schema-idtable-ini t.sql [torque-sql-exec] 3 of 3 SQL statements executed successfully [torque-sql-exec] Our new url -> jdbc:mysql://127.0.0.1/audiotex [torque-sql-exec] Executing file: F:\tdk22\webapps\audiotex\WEB-INF\src\sql\second-schema.sql [torque-sql-exec] Executing file: F:\tdk22\webapps\audiotex\WEB-INF\src\sql\second-schema-idtable-in it.sql Where is that second-schema and third-schema stuff coming from? It produces tables RDF2 and RDF3. I understand that intake uses a table rdf. I have activated intake using these lines in TR.props: services.IntakeService.classname=org.apache.turbine.services.intake.TurbineI ntakeService tool.request.om=org.apache.turbine.om.OMTool tool.request.intake=org.apache.turbine.services.intake.IntakeTool I have not the slightest clue why no rdf table is being produced but rdf2 and rdf3 instead. Anybody having a hint for me? Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
