It seems to me that you did'nt set the properties correct.
Just get rid of the ${}. That should work.God luck Dieter Engelhardt -----Urspr�ngliche Nachricht----- Von: Jordan Rivington [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 27. Oktober 2002 23:33 An: Turbine Users List Betreff: RE: Forgive me if you got my last email. This is the same! Ok, This problem is gone now, however I am now having a problem loading org.gjt.mm.mysql.Driver driver for the MySQL database. I have put several versions of the jar file and upacked the jar into the org.gjt and som on directories and I have put all of them into the classpath. However, the error remains. I am using Ant 1.5 (tried 1.4 also), TDK 2.2-b3 and the usual J2SDK 1.4.0_02. Im stumped. I tried the official MySQL driver and the included driver in the TDK. These are my database attributes in build.properties target.database = mysql database.name = sourcemine database = ${target.database} createDatabaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine} buildDatabaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine} databaseUrl = ${jdbc:mysql://127.0.0.1/sourcemine} databaseDriver = ${org.gjt.mm.mysql.Driver} databaseUser = ${sourcemine} databasePassword = ${codenet} databaseHost = ${127.0.0.1} I have also attached the full build.properties and build.xml Thanks in advance! Jordan Rivington -----Original Message----- From: Guido Sohne [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:44 PM To: Turbine Users List Subject: Re: Forgive me if you got my last email. This is the same! On Sun, Oct 27, 2002 at 01:34:46AM -0500, Jordan Rivington wrote: > BUILD FAILED > file:C:/tdk-2.2-b3/webapps/ROOT/WEB-INF/build/buil > ception thrown by 'generator.parse'. For more info > velocity log, or invoke ant with the -debug flag. You should send your velocity.log as well. It would be a good idea to edit it down to the last few errors or lines. Off the top of my head, I cannot say what is going wrong for sure. My guess is that your database schema (XML) has a problem in it, maybe that is why it cannot parse it. What version of the tdk are you using ? And what is your database schema (XML) like ? > > Thanks in advance > > Sincerely, > > Jordan Rivington - The guy who knows stuff! > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
