A rebuild will fix it, as the database scripts are generated via Torque. When building, Torque will look for the property torque.database, which you should set to mysql. If you look in the ant build scripts, you can actually just call the target to generate the SQL scripts, instead of rebuilding everything.
Regards, Brian On Saturday 06 March 2004 04:00 pm, scott wrote: > Not sure what you mean. > The scripts for every other database are fine, just the mysql script is > empty. I am not sure a recompile will fix the scipt. > > On Saturday 06 March 2004 12:57 pm, [EMAIL PROTECTED] wrote: > > hi, > > I think you need to recompile the source code of jetspeed using ant by > > changing the database parameters to mysql then it will create the script > > file which you enter into your database. > > Cheers, > > Robin Antony > > [EMAIL PROTECTED] > > > > > I am attempting to setup jetspeed/turbine to use mysql. The > > > turbine-mysql.sql script I have in my source directory is empty and I > > > am unable to find a new one. Does anyone know where I can get the > > > correct script from? > > > Thanks > > > -- > > > Scott A. Macri > > > Software Engineer/Director > > > Macri Solutions, LLC > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] -- ===== Brian Rowe (President, Chief Architect) Cenozoa Corporation 3 East 28th Street, 9th Floor, New York 10016 646 536 3066 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
