You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Saimon Moore <sa...@yahoo.co.uk> on 2002/02/26 22:34:12 UTC

mpoeschl tdk: Build.properties small bugfix

Hi just a small thing in the martin's latest tdk's 
WEB-INF/build/build.properties that should be corrected...

# -------------------------------------------------------------------
#
#  D A T A B A S E  S E T T I N G S
#
# -------------------------------------------------------------------

databaseUrl = jdbc:mysql://localhost:3306/${database.name}
createDatabaseUrl = jdbc:mysql://localhost:3306/${database.name}<---

should be 

createDatabaseUrl = jdbc:mysql://localhost:3306/${database}

Hope that helps...

Saimon


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>